Create a Color Palette Using CSS and jQuery Example
As I continue to learn jQuery, I think it's important that I begin by porting over scripts I've created using MooTools. One of those scripts is my... more »
0 commentsSave Tags: css-html, frameworks, javascript, web 2.0
What's Wrong With Microsoft's 'Mojave Experiment'?
The Folgers ads proved exactly the same things that the "Mohave Experiment" proved. They proved that people say nice things to strangers on camera.... more »
4 commentsSave Tags: news, usability, windows
Recursing into Recursion - Memoization
Lately, I've been heads down on a lot of concurrency items which will hopefully come out soon. In the mean time, I want to get back to the basics one... more »
0 commentsSave Tags: .net, other languages
Improving the home page with JQuery effects
I have been using very simple home page for myself for quite some time. It did not have any flashy stuffs, just plain HTML. So, wanted to improve it... more »
0 commentsSave Tags: frameworks, javascript, web design
Windows Vista vs Windows Server 2008 (Workstation)
Last week, I decided that the time has come to replace my current desktop PC. I’ve been skimming through a couple of articles and reviews in order to... more »
0 commentsSave Tags: microsoft, reviews, windows
Confessions of an Eccentric Web Developer II
I have a lot of controversial views and I'm not afraid to stir the pot. Since we last spoke, I've compiled another list of confessions and feel like... more »
1 commentsSave Tags: css-html, frameworks, opinion, web 2.0
Introduction to the Ninject IoC Container
Short screencast that will walk you through how to use the Ninject IoC (Inversion of Control) Container. This episode will also review the basics of... more »
0 commentsSave Tags: .net, how-to, microsoft, tools
Images appear in random order, Prototype, jQuery
It's a very easy to achieve, but beautiful effect. All images and objects with class .appear_randomly will appear in slightly random order. Enough... more »
0 commentsSave Tags: gui, javascript, web design
Build a Basic Newspaper style layout with Wordpress and jQuery
Grid/Newspaper/Magazine templates are becoming more and more predominant in the wordpress skin and theme community. They look classy, but it can be... more »
0 commentsSave Tags: css-html, how-to, javascript, web design
Why People Still Use IE 6
Internet Explorer 6 is always a hot subject of debate. We’ve talked about it here many many times. The forums are full of folks trying to troubleshoot... more »
2 commentsSave Tags: tools
Learn Icon Designing: The best of tutorials and articles
Maybe you think that designing an Icon is very difficult and just some professionals can do it. But those professionals are here to teach you how to... more »
0 commentsSave Tags: how-to, web design
jQuery (using Galleria) with the File System
Today I was given the task of hooking jQuery up one of our client's sites, which has been developed to take advantage of the VERY cool features of SP1... more »
0 commentsSave Tags: javascript, other languages
MooTools Image Preloading with Progress Bar
The idea of image preloading has been around since the dawn of the internet. MooTools image preloading requires very little code -- let me show you... more »
0 commentsSave Tags: css-html, frameworks, javascript, web 2.0
The New Apple Walled Garden
Geeks and enthusiasts wearing Wordpress t-shirts, using laptops covered in Data Portability, Microformats and RSS stickers lined up enthusiastically... more »
3 commentsSave Tags: apple, opinion
.NET-Fu: Zero Delay Signing Of An Unsigned Assembly
The code-base that I am currently working with consists of a large set of binaries that are all signed. The savvy .NET devs out there will know that... more »
0 commentsSave Tags: .net, how-to, windows
Stop Using FTP
This is going to sound a little weird at first considering what I do for a living, but I want you to stop using FTP. FTP is a 23 year old protocol.... more »
1 commentsSave Tags: opinion
ASP.NET MVC Preview 4 Release (Part 1)
The ASP.NET MVC team is in the final stages of finishing up a new "Preview 4" release that they hope to ship later this week. The Preview 3 release... more »
0 commentsSave Tags: .net, announcement, microsoft
Understanding Dependency Injection
In this post I will try to explain what dependency injects is and how can you create your own dependency injection container.
0 commentsSave Tags: .net, trends
Floating message box using jQuery
In this tutorial, you'll learn how to make the message box which clings on the top of the browser even though you scrool the window of the web page.... more »
0 commentsSave Tags: css-html, frameworks, javascript, web 2.0
.NET-fu: Signing an Unsigned Assembly (without Delay Signing)
The code-base that I am currently working with consists of a large set of binaries that are all signed. The savvy .NET devs out there will know that... more »
0 commentsSave Tags: .net, frameworks
MooTools Typewriter Effect Class
Last week, I read an article in which the author created a typewriter effect using the jQuery javascript framework. I was impressed with the idea and... more »
0 commentsSave Tags: css-html, frameworks, javascript, web 2.0
jGrowl - Growl for JQuery
jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works.
0 commentsSave Tags: frameworks, javascript
jFlow 1.2 - The Ultra-lightweight Fluid Content Slider for jQuery
jFlow is a widget to make your content slides. One popular alternative that exists out there is coda-slider. jFlow is super lightweight because it is... more »
0 commentsSave Tags: css-html, javascript, usability, web design
Do You have the Time to Learn Everything?
I am pretty sure that in another year or two Microsoft or the software development world will throw at us another list of "must learn" technologies,... more »
0 commentsSave Tags: opinion
Tabbed navigation using jQuery
Someone asked me to show how I created the tabbed navigation thing in my blog (right column). Just to let you know, I am just using an existing... more »
0 commentsSave Tags: css-html, frameworks, javascript