-
Recent Posts
-

Recent Tweets
Follow @jonathansampsonRecent Comments
- Rakesh Juyal on Crushing Code and Shaving Chars
- Jonathan Sampson on Crushing Code and Shaving Chars
- Eli Perelman on Crushing Code and Shaving Chars
- Jonathan Sampson on “Windows 8 is too hard to turn off”
- Zimzat on “Windows 8 is too hard to turn off”
Archives
- April 2012 (3)
- March 2012 (1)
- February 2012 (1)
- October 2011 (1)
- June 2011 (2)
- May 2011 (1)
- January 2011 (6)
Tags
appendChild Autoload Bug business CodeIgniter Connection container_class CSS custom Database DOMDocument DOMElement DOMNode Error filters htaccess images interview JavaScript jeff atwood jQuery kohana menus menu_class mvc MySQL operators php posts prependChild Review stackoverflow styling ternary usability Version views wamp webdev windows Windows 8 Windows8 WordPress wp_nav_menu wp_page_menu
Category Archives: Uncategorized
First Impression of Windows 8 (Developer Preview)
I downloaded the developer preview of Windows 8 a few weeks ago so that I could begin playing with Internet Explorer 10. After setting up a new partition and loading the OS into a dual-boot environment, I was quickly up … Continue reading
Sometimes jQuery is (not) the Answer
It’s difficult to say, as much as I love jQuery I must admit that it is at times the wrong route to take when addressing a problem. While looking over a few questions on StackOverflow today I came across a … Continue reading
Using Views in Kohana 3
What is a View? If you’ve never worked with Kohana Views in the past, they’re not hard to understand. Controllers handle most of your logic, Models handle the database communication, and Views handle the presentation of the data (generally-speaking). In … Continue reading
Quickly Adding Thumbnails to WordPress Archives
Post thumbnails make archives look much more attractive in my personal opinion, yet they are not natively displayed in the otherwise-beautiful theme shipped with the latest version of WordPress, Twenty Ten. As is the case with most WordPress stuff, this … Continue reading
Install and Setup of Kohana 3, The
Kohana is the wildly popular PHP Framework used by many developers all over. I’ve used it numerous times in the past on some rather different projects and found it to be pretty versatile and reliable over-all. One of my largest … Continue reading