Get List of Tables and Creation Date from SQL Server
Getting information from the SQL Server system tables is relatively easy and can be a great way of checking whether you completed…
Getting information from the SQL Server system tables is relatively easy and can be a great way of checking whether you completed…
It’s no secret that I work as a freelance software/web developer and often jump around between languages. I, continually, run into projects…
I first heard of “Uncle” Bob Martin on twitter, a few of the people I was following were discussing how amazing the…
It’s no secret that many of us that use javascript regularly love jQuery because it handles a lot of the cross browser…
PEAR Mail & mail_mime is absolutely fantastic for sending multi-part mime emails and requires absolutely no effort. Probably, the best part of…
PEAR as I’m sure you’re aware stands for “PHP Extension and Application Repository” and is one of the leading frameworks for reusable…
Today, while changing a report in SQL Server Reporting Services I noticed that my report when exported to excel was showing the…
A while ago, Facebook created the Facebook Like Button that works by using an iframe of FBML. The Like button allows you…
The easiest way of telling what version of Magento you are running is by viewing file app/Mage.php and looking for a function…
What is Magento? Magento is an open source eCommerce platform with two versions: Magento Community Editon, and Magento Enterprise Edition. Magento is…
Magento is an insanely flexible system that has a lot of potential, but of course with this flexibility comes a lot of…
I really like magento, and a lot of the built in features although it can be difficult sometimes to figure out how…
Stopping a System.Threading.Timer isn’t very well covered in the MSDN documentation. We need to use the Change Method which accepts two integers.…
jQuery Mobile is an absolutely amazing javascript framework that can easily assist developing mobile friendly websites. jQuery Mobile is easily summarized by…
Windows Services,especially managed .NET ones , can be extremely difficult to deploy if not done correct initially. Errors, of course, can also…
Coders at Work written by Peter Seibel is a fantastic book of interviews of fifteen very famous programmers. Audience of the book…
Occasionally, as a software developer you want to restrict a user to only allow them to run one instance of an application…
As anyone that works with Microsoft products (especially older ones) knows, it can be extremely difficult to get one of their products…
Professional PHP Design Patterns written by Aaron Saray, coming in at around 250 pages is a very short and concise book. Unfortunately,…
Editing the footer links in magento is actually pretty easy. By default, there should be a static block called footer_links. The static…