Google Chrome for Linux Beta

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Just installed Google Chrome for Linux (Beta), so I could check out this pure CSS3 ATAT (requires a webkit browser). http://anthonycalzadilla.com/css3-ATAT/index.html Chrome seems to work fine, Read On →

Firefox Address Bar Lag + Solution

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If your firefox address bar is getting a bit slow and laggy as it tries to find suggestions, I found one single about:config tweak totally sorted it out for me. Read On →

Custom Buttons for Firefox

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Just discovered another great Firefox Addon Custom Buttons.. tired or too lazy to use the right click for that frequent action (view source, reload all tabs) Read On →

Douglas Crockford Javascript Videos Available

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Douglas Crockford, author of Javascript the Good Bits and Yahoo’s Javascript architect is delivering his famous lectures. The first one is now available to download. Douglas Crockford is Yahoo!'s JavaScript architect and a member of the committee designing future versions of the world's most popular programming language. Read On →

Zend Framework Error Invalid bind-variable name + Solution

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you encounter the error : Invalid bind-variable name xxxxxx When trying to use named bound parameters with Zend Framework, then you are probably using the Mysqli adapter. Read On →

mod_rewrite Strip Query String

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub To make your RewriteRule strip the query string, simply append a ? to the end of the rewrite path, eg: # redirect all requests to a subfolder to the home page # strips query string RewriteEngine On RewriteBase / RewriteRule ^subfolder/.*$ /index.php? Read On →