Blog

Mobile Icons for your Website

Many websites take advantage of the favicon to give that extra bit of uniqueness and professionalism to the site. This is typically done with code something like this: <link href=”https://www.koolkatwebdesigns.com/favicon.ico” rel=”shortcut icon”> And,when you go to my site, you will see a tiny “kool kat” on the browser tab or before the address bar. Now,Mobile Icons for your Website See the full project…

IE 9

I just created a new word press install and realized the TwentyTen theme does not display correctly in Internet Explorer 9. The header is way off to the right!

WPtouch

In an attempt to become more mobile friendly, I decided to try out WPTouch 2.0 Pro. At a cost of $29.00 for a single user, it seemed worth the price. One of the things that intrigued me the most was the ability to have the mobile site run in “Web-App” mode. This would mean aWPtouch See the full project…

Using Worperss Posts for Dynamic Content

In working on the website for the Allied Arts Foundation, I was able to take advantage of WordPress’ post to create dynamic content for my website. First, on the home page I use the post’s  excerpt and featured image to feed the slideshow: global $post; $featured_posts = query_posts(‘category_name=Featured Artists&orderby=ID&order=ASC’); foreach( $featured_posts as $post ) {Using Worperss Posts for Dynamic Content See the full project…

Today’s Tea launches

New e-commerce website www.todaystea.net. You can buy fabulous loose tea and tea products as well as learn about tea and its benefits. The website was build using WordPress along with the Shopp plugin.

HTML5 video

I finally had the opportunity to experiment with HTML5 video along with fallback. I tried using jwplayer as my fallback based on video_for_everybody but kept getting javscript errors. I finally just opted form embed tags as my fall back which works perfectly. The site is still in testing status but you can check it here.