Client-Side Javascript
Today I have decided to give you some insight into client-side programming instead of server-side. Frankly, I do the majority of my work on the server... more »
0 commentsSave Tags: javascript
MooTools Link Fading
We all know that we can set a different link color (among other properties) on the hover event, but why not show a little bit more dynamism by making... more »
0 commentsSave Tags: css-html, frameworks, javascript, web design
JLoader PHP Class
So here is one very simple php class. In past it has proven to be very useful in cases where you need to load multiple javascript files or on large... more »
2 commentsSave Tags: css-html, javascript, php, web design
jQuery Progress Indicators
For a page I was working on this week I needed a static progress indicator to give a visual representation of the status of a list of projects.
0 commentsSave Tags: .net, javascript
JQuery JavaScript Framework
Following up to my previous post on Client-Side Javascript, I will be discussing a popular JavaScript framework called JQuery. JQuery is quite small... more »
0 commentsSave Tags: ajax, frameworks, javascript
jQuery, MooTools, the Ajax Experience, Programming to the Pattern, and What Really Makes One Framework Different From Another
First, I must first attest that hands down, jQuery was the most popular and well represented framework there. They ruled the roost. John Resig... more »
0 commentsSave Tags: frameworks, javascript, opinion
Free Chapter: “Coding and Design Patterns” from Stoyan Stefanov’s Object-Oriented JavaScript
Stoyan Stefanov is a member of Yahoo’s Performance team; he’s worked on a variety of performance-related projects at Yahoo, including the popular... more »
0 commentsSave Tags: books, javascript
jQuery.embrace().extend();
I ended up giving 9 talks and was on 2 panels in 3 days - completely exhausting. We were able to get video of a bunch of the jQuery Conference so we... more »
1 commentsSave Tags: frameworks, javascript, news
Er.js: Erlang-in-JavaScript
Er.js piggybacks on Neil Mix’s Thread.js which fakes threading in JavaScript 1.7 using coroutines and nested generator continuations. The goal is to... more »
1 commentsSave Tags: javascript, other languages
Firebug: The Firefox add-on everybody else says I can't live without
After proclaiming very publicly that I loved HttpFox and everyone should have it there were many comments regarding Firebug, including some that came... more »
1 commentsSave Tags: javascript, reviews, tools, web 2.0
A Light Weight Javascript calendar for your websites and blogs
Well you can find a lot of such calendars out there in the market, and this is yet another one for you. Super light and ultra fast in two colors
8 commentsSave Tags: css-html, javascript, open source, php
Most Useful JavaScript Functions
Here you can find really useful javascripts functions like SSN number validation, Zip Code validation, Phone neumber validation, Allowing Only... more »
1 commentsSave Tags: .net, javascript, microsoft
JavaScript Tabs - Examples and Tutorials
Examples and Tutorials of JavaScript Tabs
0 commentsSave Tags: ajax, javascript, web 2.0, web design
Managed Ajax - A New Approach to Ajax
Often I find myself doing a lot of "hand-waving" when trying to explain what it is Ra-Ajax and other server-side Ajax Frameworks are doing to people... more »
0 commentsSave Tags: ajax, frameworks, javascript, tools
Http Sub-Sessions for different browser tabs (in IWebMvc2)
IWebMvc2 now includes the code to allow different (sub)sessions for each tab in your web application. The approach and the code is explained in... more »
0 commentsSave Tags: java, javascript, open source, web 2.0
Awesome Collection of JavaScript for Web
Awesome Collection of JavaScript for Web
0 commentsSave Tags: ajax, javascript, web 2.0, web design
23 pretty JavaScript fractals
The previous post about the size optimized Mandelbrot renderers didn't really do the Mandelbrot set justice in terms of mathematical and esthetical... more »
0 commentsSave Tags: javascript
Modal Login Pages
These are common in desktop applications when a program needs an important decision made. They are becoming more and more popular in web applications... more »
0 commentsSave Tags: css-html, how-to, javascript, web design
Query String Aware JavaScript
As developers we know it's useful to read the query string (everything after the '?' in the URL) to allow for customisations. However, I didn't think... more »
2 commentsSave Tags: how-to, javascript, web design
The Big Problem of WYSIWYG Editors
You use WYSIWYG editors in your web apps, don't you ? Do you like the loading speed of a page that contains WYSIWYG editor ? I don't like slow loading... more »
0 commentsSave Tags: css-html, javascript, web design
Top 5 ASP.NET AJAX Articles You Must Read
Check out these cool ASP.NET AJAX articles compiled on dotnetcurry.com
0 commentsSave Tags: .net, ajax, javascript, web 2.0
Dojo 1.2.0 Has Been Released
No word yet on the Sitepen blog (they are all probably busy at the Ajax Experience in Boston) but the download page has been updated showing 1.2.0 as... more »
0 commentsSave Tags: announcement, frameworks, javascript
New Screencast: Intro to jQuery 2
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... more »
0 commentsSave Tags: javascript, reviews
JQuery, the very very basics - Lesson 4
Now that we have done with the selection and manipulation of JQuery elements, time for some actions (event handling). Actions, reactions,... more »
0 commentsSave Tags: frameworks, javascript
jQuery Multi Level CSS Menu
This is a multi-level horizontal CSS menu created using a regular nested HTML list only as far as markup, then transformed into a fully functional... more »
0 commentsSave Tags: css-html, javascript
via