Articles

Adding Google Maps to your Web Page Google Provides some amazing tools for bringing life to your website. One of them is the... Building MySQL Procedure Calls With the introduction of MySQL 5 comes a power that was before now were only available in more... Faster SQL Joins Improve the speed of a JOIN by arranging your comparisons properly.Instead of placing your... Javascript Code Unpacker & Beautifier We searched and couldn't find a script that would unpack and beautify Javascript in one action,... Military Alphabet Converter Tool We need to use standards, and learning the NATO Military Alphabet is something that can make... Monitor your "error_log" while you work The error_log in the apache environment can be the ultimate tool for watching what is happening... PHP Cheat Sheet /************************************************************************************************... PHP Decimal Place Handling The goal here is to show the different method for dealing with decimal places on a floating... PHP Finding First and Last day of a month Oh how much we love the ever-so-useful strtotime() function, which acts like the workhorse in so... Quickly Populate an SQL Table with Fake Data This brilliant little snippet came from Robert Eisele in Germany, whos site carries an amazing... Simple HTML Dom Parser for PHP Need an HTML Dom parser - checkout this great little class. A simple PHP HTML DOM parser written... Sublime Text - FindSelect Plugin A modified FindSelected plugin for SublimeText.  This updated package provides a slurp and... Using FIND_IN_SET to filter Multi-Value SQL fields The FIND_IN_SET string function is an amazing little tool that can save you time and headache by... Using GROUP_CONCAT to simplify your life The GROUP_CONCAT function returns a comma separated list of all non-null values that were found... Using an Exclusive Join to get the Last Item of a Group How to select a list of the highest or lowest items using a joined column.  In the following...
« Back