jQuery Scroll To Top
jQuery is so powerful and very flexible and usually makes so many complex takes so simple. Anything with a scrollbar and can…
jQuery is so powerful and very flexible and usually makes so many complex takes so simple. Anything with a scrollbar and can…
“Thinking in C++, Section Edition, Volume One” (ISBN:978-0139798092) was written by Bruce Eckel. The book is quite large coming in around 800…
jQuery is a really popular JavaScript library that helps really simplify manipulating HTML with JavaScript whether it be CSS, animations or even…
Error messages should be clear and include what the error is, why it was caused and how to resolve it.
In MODx, it is always preferable to link to another page using the document id instead of using the friendly alias because…
Google SiteMap and the other web tools provides a way for the owner or webmaster of a site to easily submit all…
Assuming you have a basic knowledge of css and html putting a div in the horizontal center of a containing block isn’t…
When I first tried MODx Revolution (which I did try before MODx Evolution) I found the documentation to be pretty good except…
Setting focus to the 1st field in jQuery is actually really simple: there are some plugins that also can do it automatically…
David Tang has written a simple and elegant plugin for jQuery that allows a div to be placed in the middle of a page.
I haven’t been using MODx for very long, but I have worked with several other content management systems previously and experienced both…
Many more senior web developers can remember throwing tags all over the contents of websites and using tables for the presentation of…
Many junior PHP developers seem to feel that PHP objects and variables are retained between requests. In PHP4 and PHP5, no variables are retained outside of the contents of $_SESSION and other stores between requests.
“Code Craft” (ISBN: 1-59327-119-0) was written by Pete Goodliffe. The book is relevant to all developers: code is very language agnostic. Code…
I have been trolling Craigslist and Kijiji lately in hopes of finding some additional freelance work to add to my portfolio before…
For the last couple of weeks, I have began playing around with Drupal because I'm so sick of fighting proprietary CMS. The proprietary CMS suffers from the vendor updating only updating the CMS when convenient for them and this ends up holding the purchaser hostage. Overall, I know that drupal has enough of the functionality that I need in modules and the core to significantly improve the efficiency of my programming and possibly offer a large learning opportunity on software architecture.
I’ve just really began to try and experiment with using Drupal, modules, and really starting to customize how things work. I have…
The biggest advantage of the change is being able to better take advantage of Microsoft SQL Server features that probably made you choose to use SQL Server in the first place.Making the change wasn't overly difficult because I took time and wrote a simple Database Access Layer.
Installing WampServer and PHPUnit doesn't have to be difficult. Check out this post on how to install PHPUnit on WampServer.
"The Passionate Programmer" is an excellent read and that I feel I have learned more about myself than I would have ever thought. I would never say that it is the next Code Complete or Code Craft, but it can definitely help you develop a meaningful career.