Vars from PHP to JS and Back
The easy part is to add a js variable from php. <html> <?php $MyVar3 = “Something in PHP”; ?> <script…
Check if Cookies are Enabled
If cookies are needed you can make a page load check adding this javascript to your page !!! <script type=”text/javascript”>…
Maximize the maximum values in php scripts
In some cases you need to make a custom script for uploading files or even update / synchronize two databases. …
Add a custom favicon to your site
Mysteries Of The Favicon.ico — How To Create A Favicon In Photoshop A Favicon is a little custom icon that…
Can’t see .chm (help files) contents ?
Have you ever seen this kind of message when you try to see a help file (.chm). The same files…
jQuery updated!! Dimension pluggin included
Some jQuery fans include the framework using this refference: ‘http://code.jquery.com/jquery-latest.pack.js’ Using this type of include you all need to know…
Firefox slow on localhost on Vista
Doing web development on my local machine – a Vista box – I was wondering why page rendering was so…
InnoDB or myISAM?
That a hard choice. I Also run into some new engines but in their speeds test i realised that none…
Gmail arrow, what is that?
Look at this Arrow in the inbox Every time I log into Gmail, the first thing I see is this:…