Map jQuery to $ using a-what?

Today I decided to do something about my tragic footer; tragic because it was a simple copyright, navigation and social link icons. So I did what everyone else does and incorporated a Twitter feed, Blog RSS feed and a nice list of social links and icons, simple right?

Wrong.

I found this jQuery twitter feed plugin a while back which I implemented on one of my University projects which was nice and simple, but when I brought it over to this site, it stopped working. Same thing happened when I implemented this jQuery RSS feed reader! It was an epidemic! And what do you do when things don’t work? Well you ask those who know best, which in my case is the good folk at Forrst.

I found that removing the “prototype” Javascript library the plugins would work… But after some back and forth, one of the members suggest I “map jQuery to $ using a closure, but even with this some of your plugins might not work (depending on how they are coded)” which made little sense to me… But in the end another member told me to simply do this:

jQuery(function($){
    ...your doc ready code here...
});

Which worked! Great! But I still don’t know what I did/what he told me I was doing. I did a bit of goolging, but still can’t find a clear explanation, so If anyone could explain this to me, do leave a comment!

Posted in Solutions | Tagged , | Leave a comment

User-friendly information

I was looking into how to make my gallery thumbs just that tad bit more interesting on my home page and decided to add some animation on hover.

Naturally I typed it into Google and found this right at the top of the list. Although helpful it wasn’t very well designed, which seems to be a common trait among quite a few informational sources and sites that come up at the top of Google’s results. Continue reading

Posted in Critique, Redesign | Leave a comment

About to embark

Well folks, if you’ve read my blogs before you’d have noticed a trend; a trend of emptiness and unfulfilled promises of fame and glory. People would approach me, I would make the pitch, they will say it sounds good and disappear into the distance like a bad romance soap…

But not this time, after being hired to design this site, the client couldn’t find a web developer to, well, develop the site… So I, Geoff, raised myself to the challenge and offered my unexperienced services in developing a Pet Simulation Game. Seeing as the client has no time constraints, this isn’t an all too bad choice to make. Continue reading

Posted in Projects | Leave a comment

IndigoLabs.net

For the past month or so I’ve been toying with the idea of starting a design group (or business of sorts) in order to provide everything from company branding to websites to multimedia; this is where indigolabs came to mind.

Although I have a raging fire within me to begin this venture, I am hoping that I have the will power to only get started on this when I graduate university in 2012. I am also planning on enlisting the help of my fellow university friends to help me on this venture!

However soon it may be, here is a sneak peak at what indigolabs is about: http://indigolabs.net

-Geoff

Posted in Projects | Leave a comment

Grand Opening!

I’ve finally finished my new portfolio, after a mountain of revisions and tweaks, I’ve got it looking how I want! Designing for yourself is never an easy task so to those who have been driven to the brink of madness just by the mere mention of my portfolio design and my constant need for input, I thank you for not driving my head into the nearest wall!

I would still love some feedback on my design and anything you think that might improve it! It’s driven by CodeIgniter and WordPress; you may ask why I didn’t just use wordpress but I felt like I should exercise my CodeIgniter coding, and where else to exercise what you’re learning than on your own site!

I’ll hopefully be updating this with my recent project updates and design tips (just like my old blog for those who have been here before).

Hope to see you guys around soon!

Geoff

Posted in Uncategorized | Leave a comment