Posted on August 12th, 2008 by Jans
echo is faster than print.
Wrap your string in single quotes (’) instead of double quotes (”) is faster because PHP searches for variables inside “…” and not in ‘…’, use this when you’re not using variables you need evaluating in your string.
Use echo’s multiple parameters (or stacked) instead [...]
Filed under: PHP, Tips & Tricks | 1 Comment »
Posted on June 16th, 2008 by Jans
Tabbing
Users who do not or cannot use pointing devices can ‘tab’ through links, and as such, links should be in a logical tabbing order. The “tabindex” attribute allows you to define this order although if the HTML is linear, as it should be, a logical tabbing order should automatically fall into place.
Accesskeys
Accesskeys allow easier navigation [...]
Filed under: Css, HTML, Tips & Tricks, Web | 1 Comment »
Posted on May 6th, 2008 by Jans
The real power of Gmail search lies in search operators — words that help modify your queries. Search operators work pretty much the same way within Gmail as they do for Google. In the latest post in the official G-Mail blog, they have mentioned various techniques for finding an e-mail [...]
Filed under: E-mail, Google, Tips & Tricks | 2 Comments »
Posted on May 6th, 2008 by Jans
How to check weather mod_rewrite module is enabled or not?
The very simple technique to check weather mod_rewrite module is enabled or not in you web server.
1) Type in a php file and save it and run that file in the server.
2) And now you can the list of information, just search the word “mod_rewrite” [...]
Filed under: PHP, Search Engine, Tips & Tricks | No Comments »
Posted on January 3rd, 2008 by Jans
Ever find yourself sitting in front of a computer that’s been locked down by an IT administrator who won’t let you install any software or even open Internet Explorer or Firefox? If that PC is running Windows XP, there’s a good chance you can still visit your favourite sites.
All you have to do is launch [...]
Filed under: Tips & Tricks | No Comments »