Author: James Padolsey | 253 views
14
Jan
jQuery 1.4 was recently released. This wasn’t simply a maintenance release as some had speculated; there are many new features, enhancements and performance improvements included in 1.4! This post covers the new features and enhancements that you may find beneficial.You can download jQuery 1.4 right now, here: http://code.jquery.com/jquery-1.4.js1. Passing Attributes to jQuery(…)Pre 1.4, jQuery supporte
Read more...
Tags :
anchor element,
anchors,
App,
attribute,
attributes,
clickHandler,
DOM,
element,
element creation,
event,
foo,
function,
Google,
googler,
jQuery,
maintenance release,
method,
nbsp,
performance improvements,
quot,
Read,
Author: Dan Wellman | 162 views
5
Jan
In this tutorial, we’re going to look at how we can easily create an attractive and space-saving content viewer which even works with JavaScript disabled. We’ll build a solid core of semantic HTML, styled with some basic CSS and we’ll then use jQuery to add further enhancements in the form of transition animations.The following screenshot shows what we’ll end up with by the end of the tutori
Read more...
Tags :
bullet proof,
code,
content,
content viewer,
css href,
disk galaxy ngc,
div id,
height,
img image,
img src,
jQuery,
li class,
nav,
page,
Panel,
slider,
solid core,
strict dtd,
thumb,
thumb5,
width,
Author: Adam Hawkins | 205 views
4
Jan
Give me an hour of your time, and I’ll take you on a fly by of the Ruby on Rails framework. We’ll create controllers, models, views, add admin logins, and deploy using Heroku’s service in under an hour! In this article we’ll create a simple bookshelf application where you can add books and write thoughts about them. Then we’ll deploy the application in just a few minutes. So buckle up
Read more...
Tags :
action,
Adam,
author,
book,
case models,
class,
comment,
controller,
database layer,
def,
end,
game model,
information models,
jet speed,
migrations,
model stores,
model view controller,
Ruby on Rails,
show,
simple web server,
table names,
test,
text,
time teams,
title,
web application framework,
Author: Siddharth | 176 views
31
Dec
A few months ago, you learned how to create an in-place editing system. Today, we’ll take things a step further as we create a simple backend, which will allow our website to remember the changes that we’ve made. A Word From the AuthorWith all the buzz around Web 2.0, ease of use is now much more important than ever. Being able to edit some content without having to go to another page is something a lot
Read more...
Tags :
box,
buffer,
class,
design approval,
development server,
Don,
editing system,
function,
harnish,
HTML,
key field,
null value,
Part,
proje,
random data,
selector,
Server,
sql queries,
text,
value,
web profession,
Author: Philo Hermans | 303 views
15
Dec
CodeIgniter is an open source PHP web application framework with a lot of features. Recently, thanks to the latest update, a new feature was added to this framework, called the Cart Class. In this tutorial, we’re going to take advantage of this new class, and write a shopping cart system, with a touch of jQuery added in. What is CodeIgniter?CodeIgniter is a powerful PHP framework with a very small footprin
Read more...
Tags :
application folder,
cart,
coders,
Don,
folder structure,
function,
Google,
index,
item,
jQuery,
latest stable version,
mvc pattern,
php,
Product,
quantity,
quot,
shopping cart system,
source php,
system folder,
var,
web application framework,
Author: Abhin Sharma | 168 views
3
Dec
CSS sprites can dramatically increase a website’s performance, and with jQuery, we can implement awesome transition effects easily. Let’s get started.
Tutorial Details
Requirements:
Basic Knowledge of jQuery
Basic Knowledge of Photoshop
Basic Knowledge of CSS
Difficulty: Intermediate
Estimated Completion Time: 40 mins
What is a CSS Sprite?
Sprites date back to the early days of video games,
Read more...
Tags :
Color,
css attributes,
css sprites,
effect,
folder,
folder menu,
gothic medium,
horizontal ruler,
hover,
layer,
Location,
master image,
menu,
menu background,
menu text,
opacity,
optimization technique,
photoshop document,
Step,
text,
Author: Chris Heilmann | 95 views
30
Nov
Stoyan Stefanov is all about the performance of web products. One small tool that gives you a bit of insight as to where you can optimize is a new bookmarklet he released today called statsy.
If you run statsy on a web site you get the following insights:
JS attributes (e.g. onclick) - this is the sum of all onclick, onmouseover and so on including the attribute names. So for example <a onclick="#"> is 11 ch
Read more...
Tags :
ajaxian,
attribute,
attributes,
bookmarklet,
CSS,
css style,
css style attributes,
DOM,
inline,
innerHTML,
manipulation,
onclick,
page,
statsy,
stefanov,
style,
sum,
tag,
tag contents,
tool,
web,
web products,
yslow,
Author: Andrew Burgess | 152 views
19
Nov
Lists and tables are often the best way to display data on the web; but you shouldn’t have to worry about sorting that information manually. In today’s tutorial, you’re going to make a jQuery plugin that will put all your ducks in a row with JavaScript ease!
Preface
So, how exactly does sorting work in JavaScript? It’s not too complicated: any array object has a sort method. If you don&
Read more...
Tags :
Adam,
Adrian,
array object,
base,
Caleb,
class,
datasort,
date,
ducks in a row,
function,
Hodge,
HTML,
Ian,
Jeffrey,
number,
parameters,
precedence,
preface,
script,
Sean,
several different types,
simplest thing,
sort function,
sort method,
table,
true confession,
var,
Author: Siddharth | 138 views
4
Nov
Providing instant feedback is the in-thing right now. Why limit yourself to checking usernames and email addresses? Why not extend this to provide quick visual feedback about the strength of the password the user has input? Today, we’ll take a look at how to create a simple password strength checker using the jQuery library, regular expressions and a simple algorithm.
A word From the Author
As most secu
Read more...
Tags :