Latest Blog Posts
What is user experience?
Posted in Opinions | Tags: onboarding, usability testing, user experience
This is a question people frequently ask me. What is it? What do I do at work? It seems that very little people have heard of let along understand what user experience (UX) and information architecture (IA) mean. These are little known subfields within web design and development that are nonetheless extremely important. I’m going [...]
Code snippet: Iterate slideshow counter without if/else statements
Posted in jQuery | Tags: code, javascript, snippet
While scripting a jQuery slideshow gallery, I thought of a way of iterating the counter without needing to use an if/else statement to hard reset it to 0 when it reaches the end of the array. Then do something similar to step from the last slide back to 0. Nothing fancy with this snippet at [...]
jQuery mouse tracker snippet
Posted in jQuery | Tags: code, demo, javascript, jQuery, learning, mouse, mousemove, snippet, webdev
While I was doing some script work for a client, I came across the nifty jQuery mousemove property. As this tutorial explains, you can bind the “on mouse move” event and track the pointer position as it moves across the screen. Note: This requires jQuery 1.3. The latest version of jQuery apparently doesn’t work! This [...]
Hack fix for WordPress 2.9 not displaying full text RSS
Posted in WordPress |
I got a FaceBook comment today from my classmate Steve asking for the URL of HTML2WordPress. I thought I set my WordPress blog feeds to full text, but it was displaying excerpts instead. I’ve gone back to check on my Reading Settings and sure enough, it was set to full text. Yet it’s still displaying [...]
HTML 2 WordPress goes live
Posted in WordPress | Tags: howto, html2wp, learning, screencast, tutorial, webdev, wp, youtube
I am happy to say that HTML 2 WordPress is now up and running. This is an e-learning site that teaches you how to turn your HTML layout into a WordPress theme using video screencasts. I still can’t believe that I managed to get this completed ahead of schedule. If you are a beginner and [...]
HTML 2 WordPress video screencasts
Posted in WordPress | Tags: howto, html2wp, installation, learning, screencast, security, server, tutorial, webdev, wp, youtube
I’m in the process of creating screencasts for a new e-learning site as a school project. The site is called HTML 2 WordPress. A how-to guide for converting a HTML layout into a WP theme. The first 3 tutorials are finished and uploaded on YouTube. So check them out. This is my first time recording [...]
WP crash course day 8: SEO plug-in madness
Posted in WordPress | Tags: analytics, google webmaster tools, Google XML SiteMaps, HeadSpace, learning, plugins, seo, sitemaps, wp
Today I was looking at new plug-ins for WordPress and I ended up finding a new one for SEO that seems to work like a charm. I’m talking about HeadSpace2 SEO. It allows you to customize titles, meta descriptions and keywords for all your pages using one simple interface. It also adds additional widgets to [...]
