Archive for Coding

Junior to Intermediate developer needed to work onsite in Brockton Village (West Downtown Toronto) for 3 – 6 months – maybe longer

Independent, professional, advanced, internet applications developer seeks junior to intermediate developer to help with tsunami of projects. Become an independent consultant and learn the tricks of the trade from an internet veteran.

You will be developing world-class, engaging, interactive experiences using CSS/xHTML/jQuery on mainly ASP.NET C#.

This job may be for you if:

  • You have a growing portfolio that is freely accessible
  • You have experience and wish to become an expert in AJAX, JavaScript and client-side APIs/frameworks — jQuery in particular
  • You have some experience and wish to become an expert in ASP.NET C#
  • You strive to take designs and layouts created by others and making them function beyond the expectations of their creator
  • You see simpler ways, suggest them, argue merits, and can let go and persevere if consensus is not in your favour
  • You strive to deliver high-quality, production-ready code
  • You are meticulous, detail and process-oriented
  • You are okay working out of a 400 sq/ft home office in Brockton Village

If you love to learn and be challenged, then maybe this is for you.

Please email CVs to ryan@kharv.com

Leave a Comment

Blinker v0.2 – Continuation of Arduino / Megabrite project

Here’s how the Blinker is looking now. I now have 3 of the 4 panels together (I’m short two lights and a dozen cables to finish the 4th). It uses an Arduino Mega, 64 macetech MegaBrites, an 4x20 LCD display, 4 rotary encoders, a power supply and a lot of wire. The wall will be seen in public for the first time on New Years Eve at the Promise/AlienInFlux/Good Times Gang party at 6 Nobel in Toronto.

Leave a Comment

jeffwarren.org

I recently finished work on Jeff Warren’s everything and anything website jeffwarren.org.

jeffwarren.org landing page

He wanted to be able to make “pages” about all the various projects that he has worked on over the years and to put of the pages into “category” buckets. He was also clear that he didn’t want a blog. He was asking for a lot and he didn’t want to spend very much putting it together so I figured that Wordpress would be his best option – but how do you make Wordpress not act like a blog? It turned out to be a lot simpler than I had expected.

I started with the ADreamToHost theme as a base and then got to work stripping out all the “blog” like aspects from the code – comments, user account creation, etc – and then I started adding in some unique and helpful plugins. For sorting categories and giving them icons I used plugins called Category Icons, My Category Order, and Category Visibility. This allowed Jeff to easily add, edit, and remove categories icons and change the order of categories on his site. All that had to be done then was to alter the Main Index Template to show categories instead of blog posts like so:

<?php if (function_exists(‘put_cat_icons’)) put_cat_icons( wp_list_categories(‘orderby=order&hierarchical=0′.’&echo=0′),’icons_only=true’); else wp_list_categories(‘orderby=order&hierarchical=0′); ?>

Jeff also wanted to be able to have visitors sign up for an email newsletter for which I installed the Newsletter and WP-Mail-SMTP plugins. Newsletter is an extremely robust and thorough plugin that handles subscribes and unsubcribes through email confirmations as well as the actual batch mailing to all of your signed up subscribers.

jeffwarren.org sub page

For embedding media into his posts I installed QuickTime Embed, Smart Youtube, and the Audio player plugin.

Jeff came up with the look and feel of the main page layout and I used the ADreamToHost template as a base for all of the sub pages.

Overall I found the majority of the chosen plugins to be very easy to work with.

Jeff’s site is hosted on Dreamhost.

Leave a Comment

Internet Explorer 6 (IE6) – will it ever die?

20.6% of Ethan Allens visits in October 2009 came from Internet Explorer 6 web browsers – 3.5% more than IE8 and 3.5% less than IE7. Internet Explorer as a whole registered nearly 62% of all visits to the site. I expect that there are quite a few IE6 users on systems that can’t be upgraded to IE7 – Windows 95, 98, Me and 2000. I have a feeling that we will see a significant decline in IE6 numbers after this holiday season but it’s going to persist at around 10% for quite a while. Maybe years. It will go down in history as the browser that never died.

One strategy is to encourage IE6 users on none IE7/8 capable systems to upgrade to Firefox. Pop up an overlay when they visit the site explaining to them that their browsing experience will be greatly enhanced if they switch to the Firefox or Chrome browsers. If enough websites start doing this then people will start getting the message.

Or maybe not.

Until the day comes when IE6 hits some magical number where clients will say enough is enough the coders can continue pulling their hair out.

Leave a Comment