bondigeek.com Rotating Header Image

Posts under ‘jQuery’

jQuery Icon Peek animation

As I am continuing to refine the design on the new look BondGeek website I wanted to make the toolbox page a little more animated. I decided to have the square icons dropdown to reveal a text link for some of the icons that were not obvious what they are, unless you followed the link [...]

Automatic Slideshow with reverse direction and random intervals

This is a slideshow wrapper that you can re-use to display a slideshow on your site. You can see the slideshow in action at bondigeek.com/ Prerequisites: * jQuery Tested In: *IE8/IE9 * Firefox * Chrome * Safari for Windows + MAC It comes with the following features: create slideshow in 1 line of code Will [...]

It’s not The Long and Winding Road (Flash to HTML)

Yesterday I did a small job for a company that involved converting a Flash Image Gallery to HTML+jQuery. I used to think Steve Jobs was a Day Tripper when he said they would not support Flash on the iPad, don’t Ask Me Why but I now agree with him and I feel fine. I don’t [...]

jQuery Event Propagation and embedded UL elements

Unordered lists can be very handy for laying out menu structures. On the project I am currently working I am creating <ul>’s embedded inside a <ul> to display user progress on the public facing portion of a site and then using the same layout for the Admin portion of the site. On the public facing [...]

EF Hierarchies with jQuery Templates

In one of my spontaneous tweets this weekend I was praising the combination of jQuery, jQuery Templates, WCF Data Services and EntityFramework. Not that unusual for me really as they are all technologies that I harp on about frequently This last week though I had the opportunity to utilize a part of jQuery Templates that [...]

The BondiGeek Project Methodology

This is a blog post I have been meaning to write for sometime now and since I am sitting out on the balcony enjoying the winter sun now seems like as good a time as any. I am often asked how do I approach a new project. This is not a simple question and one [...]

BondiGeek launching BondiRegister

We are pleased to announce the imminent release of a new service offering from BondiGeek call BondiRegister. What’s it all about? Well you can find all the details over on the BondiRegister website. In brief through: We make online registrations easy with just a few lines of javascript The foundations of BondiRegister are Windows Azure [...]

Searching and Parsing a WordPress Blog using C#

On the project I have been working on since January this year (it’s due to go live May 1) one of the requirements was a WordPress Blog that integrated in to the site. It also called for a global search that searched both the site content and the blog and then returned all the results [...]

FFMPEG – Audio and Video made easy

The current project I am working on involves handling a lot of Audio files, MP3 files in particular, and FFMPEG makes it all to easy. Now I have blogged in the past about Expression Encoder which is also a great piece of software for working with Audio and Video files but it’s beyond what I [...]

Projection limitation against cached List<T> using IQueryable

I have been working exclusively with WCF Data Services, EntityFramework and OData for sometime now and it would appear I have hit a limitation that I hope the team at MS can fix in a future release. Heck, they may have already fixed it or it’s not a problem, just something I am missing. Either [...]