In Articles Jul 16, 20103
Taking the Best Measure to Fortifying Your Scripts
No matter how hard we try, we always seem to forget to secure certain aspects of our scripts, whether be it an input field or data being inserted into a database. It would definitely be nice to fall back on security precautions that we implement into our scripts whether or not we have sanitized everything needed. Here are some tips and coding styles to achieve just that. (more…)
Read moreIn Articles, Tips Sep 16, 200915
Valuable Tips for Locking Down Your WordPress Website
There are a variety of Content Management Systems (CMS) that can fulfill many of your sites needs, however, WordPress is usually recommended as the leading publishing platform. With popularity comes vulnerability and WordPress sites are usually open to all sorts of potential attacks from hackers, spammers, and other mal-intentioned Internet users trying to compromise the security of your WordPress environment.
Read the rest of this entry »
In Tips Jul 1, 200916
PHP Security: Guidelines to Lock Down Your Website
Security has always been a concern of web developers. No site is safe from hacking attempts. Developers need to take precautions when building their applications so that they don’t become the victim of a hacking attempt. There are a number of things PHP programmers can do to prevent these kinds of attacks.
