Contact info sharing
JavaScript widget lets you present your contact info on the web site and copy it with one click right to mobile address book
Tweet 0 CommentsSave Tags: how-to, javascript, mobile, web services
How to avoid switch-case syndrome (in Javascript)
I’m young and haven’t been doing this programming thing for very long so the fact that I’ve never had to use a switch-case statement (to my... more »
Tweet 0 CommentsSave Tags: how-to, javascript
Resolving conflicts on DWR with jQuery
Since DWR’s util.js uses $ as an alias to ‘dwr.util.byId’ function, it may not have a smooth integration with jQuery as $ is also used by the latter... more »
Tweet 0 CommentsSave Tags: frameworks, how-to, java, javascript
Call vs. Apply In JavaScript
An educational story on the call and apply methods performance in JavaScript.
Tweet 0 CommentsSave Tags: ajax, javascript, research, web design
Lighting as an icon and jQuery Fade Effect
Today we see the web sites using many different languages and scripts to create effects on your site. One of the most recently used, or at least as I... more »
Tweet 0 CommentsSave Tags: javascript, web 2.0, web design
Symfony: return javascript response
This is an old trick, but I still find it useful and will post it here in case it will help other symfony developers out there.
Tweet 0 CommentsSave Tags: frameworks, how-to, javascript, php
How To Create A Scrolling Background Effect
Would you like the Scrolling Background Effect like youlove.us? The technique is actually a lot simpler than it looks, it’s based around scrolling a... more »
Tweet 0 CommentsSave Tags: css-html, how-to, javascript, web design
JSON: What It Is, How It Works, and How to Use It
This week, however, I want to cover a topic that I feel has become an important part of any developer's toolkit: the ability to load and manipulate... more »
Tweet 0 CommentsSave Tags: javascript, web services
Javascript example for selectively displaying particular div based on drop-down selection
display property of style for any div tag can be set as "block" to display the div content, or it can be set as "none" to hide the contents of div... more »
Tweet 0 CommentsSave Tags: javascript
RightJS v1.1.0
RightJS the new promising JavaScript framework, has just updated with the next version, see the change log by the link
Tweet 0 CommentsSave Tags: ajax, frameworks, javascript, web design
150 Worth Knowing Web Developer Tools and Techniques
This article combines tools, scripts, solutions that I have stumbled over over time and that I find worth knowing.
Tweet 0 CommentsSave Tags: javascript, tools, web design
Creating tabs with simple javascript and CSS
Now a days, tabs are becoming very popular on websites. You may have seen them in many websites including PlanetMaks. Well there are many ways to... more »
Tweet 0 CommentsSave Tags: css-html, how-to, javascript
jQuery.noConflict – Resolving conflicts with other javascript libraries that use $() function
When you call .noConflict() jQuery will return $() to it’s previous owner and you will need to use jQuery() instead of shorthand $() function.
Tweet 0 CommentsSave Tags: frameworks, how-to, javascript
Integrating jQuery Client-Side Data Templates with WCF
Using client-side templates and binding JSON data that's retrieved from a WCF service.
Tweet 0 CommentsSave Tags: .net, frameworks, how-to, javascript
Text Escaping and Unescaping in JavaScript
A collection of utilities for text escaping and unescaping in JavaScript. Try typing "abc" in the first form to see how it works. Any form can be... more »
Tweet 0 CommentsSave Tags: javascript, tools
Firebug Network Monitoring Quick Reference Guide
Your web app on the server has plenty of tools and ways to measure performance, as well as tools like SQL-Server Profiler for SQL databases. But how... more »
Tweet 0 CommentsSave Tags: how-to, javascript, tools
jQuizMe 2.0 - jQuery plugin
This is web based quiz application. jQuizMe 2.0 features; Animation, language support, random questions, multiple quiz types in one quiz, review, and... more »
Tweet 0 CommentsSave Tags: css-html, frameworks, javascript, xml
Tab Container Themes
After working on a YUI TabView theme for the AjaxControlToolkit’s TabContainer control, I thought it might be fun to create a few more TabContainer... more »
Tweet 0 CommentsSave Tags: ajax, css-html, frameworks, javascript