How to Make AJAX Requests With Raw JavaScript
Category: Web Development > Other
Posted: 31 Jul 09
I demonstrated how to make AJAX requests with raw JavaScript. In today's screencast, we'll take things a step further as we use PHP to query a database, convert it to the JSON format, and use Javascript to asynchronously request this information and display it on the page..
|
|
|
How to Use CSS Sprites
Category: Web Development > Other
Posted: 23 Jun 09
CSS Sprites have been a hot topic for a long time now. The fact is that each image on a web page is a separate server request and you can dramatically ...
|
|
How to Use sIFR 3
Category: Web Development > Other
Posted: 23 Jun 09
sIFR (Scalable Inman Flash Replacement) is a technology that allows you to use any font you wish on your web pages. Long story short, it uses JavaScrip...
|
|
Intro to Jquery
Category: Web Development > Javascript
Posted: 23 Jun 09
The popular JavaScript library jQuery is an amazing way to extend the design possibilities of your site beyond what CSS can do. But luckily, if you are already comfortable with CSS, you have a huge head start in jQuery!
|
|
Intro to jQuery 2
Category: Web Development > Javascript
Posted: 23 Jun 09
Starting off where we left off last time, we continue exploring the possibilities of jQuery. We revisit some of the old functions and make them do some...
|
|
|
|
|
|
|
|
Fun With CSS Shapes
Category: Web Development > Other
Posted: 06 Apr 09
I bet a bunch of you don't realize that we can create the illusion of shapes by using 100% CSS. By utilizing the border property in creative ways, we c...
|
|
|