viernes, 6 de enero de 2012

How to make a category menu using jQuery UI's Accordion and pure HTML.

Today I'll show you how to make a nested category navigation menu.

It's very lightweight and looks something like this:

The simple menu we're going to make.

We're going to use jQuery UI's Accordion widget to make the categories collapse and expand when necessary and we'll use some clever javascript and HTML markup to make the menu look useful. To see the nested category menu example, follow the link at the end of this post to go to the JSFiddle example.

How to make a category menu using jQuery UI's Accordion and pure HTML.

Today I'll show you how to make a nested category navigation menu.

It's very lightweight and looks something like this:

The simple menu we're going to make.

We're going to use jQuery UI's Accordion widget to make the categories collapse and expand when necessary and we'll use some clever javascript and HTML markup to make the menu look useful. To see the nested category menu example, follow the link at the end of this post to go to the JSFiddle example.

lunes, 2 de enero de 2012

Creating a testimonial ticker using jQuery and setInterval.

Today we'll see how to create a testimonial ticker using jQuery and setInterval to switch in and out of different texts.

It'll display one testimonial at a time before cycling through to the next testimonial. It's very light weight, fast and easy to understand.

Let's get to it!

Creating a testimonial ticker using jQuery and setInterval.

Today we'll see how to create a testimonial ticker using jQuery and setInterval to switch in and out of different texts.

It'll display one testimonial at a time before cycling through to the next testimonial. It's very light weight, fast and easy to understand.

Let's get to it!

miércoles, 7 de septiembre de 2011

C# DreamInCode API - NuGet Package Released

Hey there. Today I took a gander at my DreamInCode library I released for .NET and decided to merge it over to Github.

https://github.com/sergiotapia/DreamInCode.Net

The source code is very easy to follow and hopefully I managed to clean out a lot of the cruft and over engineering I managed to cram in the previous version.

This time it's simple, clean and barebones.

C# DreamInCode API - NuGet Package Released

Hey there. Today I took a gander at my DreamInCode library I released for .NET and decided to merge it over to Github.

https://github.com/sergiotapia/DreamInCode.Net

The source code is very easy to follow and hopefully I managed to clean out a lot of the cruft and over engineering I managed to cram in the previous version.

This time it's simple, clean and barebones.

viernes, 2 de septiembre de 2011

SignalR doesn't work in IE - Internet Explorer.

Typical.

Internet Explorer just keeps biting us web developers in the ass and we have no choice but to find work arounds.

After toying around with SignalR on my MVC3 application, I tested things out in IE 8. Surprise surpise. It didn't work.

When you run your application in Internet Explorer you'll see this dreaded icon on the bottom left.