preload

Javascript Form Validation

Posted by Prozilla 2.0 on Feb 03, 2010
0
Using forms to collect data is required for specific information and formatting, which can be used for sending message, populating databases, calculations etc., however missing ...

301 Redirect using .htaccess

Posted by Prozilla 2.0 on Jan 03, 2010
2
301 redirect is the smoothest and most SEO friendly way to redirect traffic for a domain or webpage. We do this with .htaccess. This will only work on Apache and not on Windows ...

Top Pix: 10 Free Wordpress ...

Posted by Prozilla 2.0 on Jan 01, 2010
0
Top 10 FREE Wordpress Themes for January 2010 Fusion [Demo] Infinity [Demo] Vintage and Blues [Demo] Gallery [Demo] Folio Elements ...

The SEO’s Toolkit: Part ...

Posted by Prozilla 2.0 on Nov 06, 2009
0
Every SEO uses different tools and resources. Some tools are paid, some are free and some are internally developed tools that we use for ourselves and our clients - but we all use ...

Automatic WordPress Plugin ...

Posted by prozilla on Jul 14, 2009
0
Wordpres has a great little option in the admin area that gives you the option to install plugins, for those who done know what a plugin is, it's an expantion for WordPress that ...

Deny access to config files ...

Posted by prozilla on Jun 06, 2009
0
On problem that can occur with using commercial scripts, especially scripts that uses an SQL database, is that hackers and nasties know what config files are and what SQL ...

Protect (Secure) 777 CHMOD ...

Posted by prozilla on Jun 03, 2009
2
Some time you need to change permission of a particular folder to 777 so that user can upload scripts/images or any application they are using on that folder.  Once you set 777 ...

Checking a username ...

Posted by prozilla on Jun 01, 2009
0
When creating a form to sign up users, such as members, when can use database values for fields such as email and username that are unique. Which means that if an email or ...

Case Switch – PHP

Posted by prozilla on May 28, 2009
0
switch/case is very similar or an alternative to the if/elseif/else commands. The switch command will test a condition. The outcome of that test will decide which case to execute. ...

Creating SEO friendly ...

Posted by prozilla on May 19, 2009
0
Search engines follow their own set of rules, each one different and rarely do two search engines have the same algorithyms for how they display search results. This includes ...