Author: Dion Almaer | 197 views
11
Jan
If you have ever wanted to create your own "language" (or DSL if you want to play 2008 buzzword word bingo) then you may have delved into the worlds of yacc/bison (and their siblings: lex/flex) to get this done in a more declarative manner.
Jison lets you play in this world thanks to Zach Carter:
Jison generates bottom-up parsers in JavaScript. Its API is similar to Bison's, hence the name. It supports many of Bi
Read more...
Tags :
bison,
buzzword,
context free grammars,
declarative manner,
input,
JavaScript,
Jison,
json,
language,
major features,
math,
mathematical expressions,
nbsp,
nbsp nbsp nbsp nbsp nbsp,
number,
parser,
parsers,
return,
text javascript,
world thanks,
Zach Carter,
Author: Andrew Burgess | 227 views
28
Dec
Now that we’re down to the end of 2009, what were some of the best web development and design tutorials and articles from the year? We’ll take a look at 120 of them!JanuaryHow to Build a Login System for a Simple WebsiteIn today’s video tutorial, we’ll be building a login system with PHP and MYSQL. Many, many features will be covered; including MySqli, Prepared Statements, jQuery, Classes, S
Read more...
Tags :
Apple App,
Ben,
CSS,
custom url,
definitive guide,
design tutorials,
DOM,
DOM Elements,
hot plate,
HTML,
JavaScript,
jQuery,
keyboard shortcuts,
login system,
Nice,
oriented techniques,
page,
Part,
php,
PSD,
Ruby,
target,
tinyurl,
tutorial,
web,
Website,
Author: Andrew Burgess | 225 views
24
Nov
Who doesn’t love to completely trick out their website with neat features? But what happens when your viewers aren’t using the latest browser, or they have JavaScript turned off? In today’s tutorial, you’ll learn how to create a image gallery that will work in almost all environments, using progressive enhancement techniques.
Introduction
So what exactly is progressive enhancement
Read more...
Tags :
animate,
bells and whistles,
coffee table,
css support,
div,
DOM,
enhancement techniques,
external stylesheet,
eye candy,
function,
graceful degradation,
group,
item,
JavaScript,
list,
Min,
neat features,
position,
script,
scripting technologies,
semantic markup,
time,
user,
var,
width,
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: Umut M. | 161 views
15
Nov
jParse is a jQuery plugin for parsing XML that was fetched with the jQuery .ajax method.
It can select the value of any XML node or a node's parameter & can ouput a totally customized HTML.
The plugin is very flexible & offers features like:
running callback functions before it starts & after it finishes
limitting the number of <items> to be processed
excluding XML nodes wit
Read more...
Tags :
ajax,
amp,
calendar script,
callback functions,
cheap ssl certificates,
domain,
dynamic drag,
jParse,
jQuery,
jquery ajax,
method,
node,
number,
plugin,
s parameter,
smart interface,
twitter,
XML,
xml file,
xml node,
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 :
Author: webreflection | 98 views
3
Nov
It does not matter if we have the latest CPU able to devour every single bit of a web page, round trip and network delay is still the real bottleneck of whatever website and Steve Souder knows it so well that he summarize best practices in 66 slides.
Fast by Default
View more presentations from Abhay Kumar.
And That's Not All!
Steve slides are mainly focused on JavaScript techniques able to download simultaneous f
Read more...
Tags :
4x4 grid,
amp,
assumptions,
best practices,
bottleneck,
code,
default view,
function,
head,
JavaScript,
javascript techniques,
length,
milliseconds,
nbsp,
network delay,
onload,
pros and cons,
quot,
script,
sprite,
Author: Dion Almaer | 86 views
3
Nov
A lot of great news is coming in via Twitter. I make a lot of Ajax comments under @dalmaer and wanted to give you a roundup on the month of October via Tweets. Always interesting to take a glance at the month. What do you think?
Firefox 3.6 beta 1 is here. Full screen video, WOFF fonts, js perf, startup bump and more! about 13 hours ago
Oh the Walloons... you are killing me. IE6??? about 17 hours ago
Thanks to @r
Read more...
Tags :
Aaron,
Alex,
Alex Russell,
App,
Ben,
canvas,
Congrats,
dave shea,
developer relations,
DOM,
Firefox,
free open source,
fun,
Google,
gps data,
HTML,
jQuery,
Mac OS,
Mario Kart,
Mark,
Nice,
Oct,
palm developer,
Shane,
source route,
team,
vark,
walloons,
web,
webos,
Zach,
Author: Erik Reagan | 152 views
2
Nov
No matter how awesome a CMS is, there will be times when you are required to meet a specific need that simply doesn’t work out of the box. Here we will explore creating Plugins for ExpressionEngine to meet such needs.
Version Notes
Just recently EllisLab, the creators of ExpressionEngine, announced the official release date of ExpressionEngine 2.0 as being December 1st, 2009. Please note that this tuto
Read more...
Tags :
Acronym,
Auto,
creators,
development environment,
ee website,
Erik Reagan,
exp,
function,
global objects,
hooks,
HTML,
management systems,
Manager. If,
object oriented programming,
php,
plugin,
popular systems,
return,
system modules,
tag,
template code,
usage,
Comments Off
Filed under: CMSs, ee, expressionengine, plugin