8 Steps To Avoid Mojibake
Mojibake problem is common problem which is usually seen with many non English sites or program. Non English content needs some special treatment... more »
0 commentsSave Tags: how-to, javascript, php, research
download wordpress Themes
Free download wordpress themes
0 commentsSave Tags: css-html, javascript, php, reviews
JavaScript is Code Too: Test It!
For some reason, it is all too easy not to give the client-side JavaScript code in a web project the same level of care that the “real code”... more »
0 commentsSave Tags: javascript, reviews
JSON - 3D Proof of Concept
This post talks about a proof of concept for JSON 3D. The post is complete with a demo that shows how 3D objects can be loaded via JSON. The demo uses... more »
0 commentsSave Tags: ajax, gui, javascript, web 2.0
A Simple and Effective Solution to Hide Email Addresses from Spam Spiders
This article describes a simple solution to prevent spam spiders from picking up email addresses from a web page. It retains the user-friendliness of... more »
0 commentsSave Tags: css-html, how-to, javascript, security
Introducing jBlogMvc
In this part, I announced jBlogMvc the ASP.NET MVC and jQuery blogengine which I build in order to learn more about the two new technologies, and... more »
0 commentsSave Tags: .net, how-to, javascript, web design
Making pages 400% faster to load using Firebugs net traffic monitor
How we used the Firebug net traffic monitor in conjunction with Yslow to make our page load times 4x faster.
0 commentsSave Tags: javascript, server, web 2.0, web design
CSS Browser detection using jQuery instead of hacks
CSS browser sniffing without the messy hacks
0 commentsSave Tags: css-html, javascript
Cometd + Wicket
First off, I think I like wicket, its a pretty neat framework and it has some pretty solid integration with ajax which is interesting. I have to say... more »
0 commentsSave Tags: frameworks, java, javascript, server
Detecting Flash player version with JS
An example, the code is from the jQuery Flash plugin, never really managed to understand how to access this functionality directly in the plugin so I... more »
0 commentsSave Tags: flash-flex, how-to, javascript
Visual Event
Events in Javascript are often seen as a bit of an enigma. This is odd given that Javascript is very much an event driven language, but it is... more »
0 commentsSave Tags: javascript, tools
Pirobox jQuery Lightbox
Lightbox scripts have become a very popular way of displaying images online in recent months. There are a huge number of them available, using a... more »
0 commentsSave Tags: javascript, tools
Using jQuery with ASP.NET: Making Ajax Callbkacs to the Server
In the first part of this article series I introduced jQuery’s functionality and how it provides a rich client side programming model. This time... more »
0 commentsSave Tags: .net, ajax, javascript, web design
An Introduction to jQuery - Part 1: The Client Side
Ok, I admit it. For many, many years I hated JavaScript. I hated writing JavaScript code, and even more I hated the pain that goes along with dealing... more »
0 commentsSave Tags: javascript
Calling Remote ASP.NET Web Services from JQuery
I spent the best part of a day banging my head against the wall with this problem and I thought that I’d share the solution that I came up with. I’m... more »
0 commentsSave Tags: .net, frameworks, javascript, web services
Decoupling data and UI layers with PubSub architecture
Marcus Westin (who we featured on finger print) gave a talk at the SF JavaScript meetup on a top that is very interesting
0 commentsSave Tags: frameworks, javascript
RPC in Javascript using JSON-RPC-Java
A tutorial on doing remote procedure call in javascript using JSON-RPC-Java.
0 commentsSave Tags: ajax, how-to, java, javascript
jQuery with LightWindow and Prototype JS
I've had problems with more than just the $ function when trying to get jQuery and Prototype to work together. Collections to be exact, it basically... more »
0 commentsSave Tags: frameworks, how-to, javascript
Implementing super in JavaScript
Erik Arvidsson seems to be having fun going through exersizes getting JavaScript to do something his way. The latest little foray is Using catch-alls... more »
0 commentsSave Tags: javascript
Using the power of binding to animate changes
In a recent post, I showed how the binding component can be instantiated independently of the {binding} markup extension. But there’s a whole lot more... more »
0 commentsSave Tags: .net, ajax, javascript
Putting more than one behavior on one element
Microsoft Ajax has the interesting ability to combine more than one component onto a single element. In the previous talk, I alluded to this... more »
0 commentsSave Tags: .net, ajax, javascript
Autocomplete using jQuery, MVC, and JSon
jQuery Autocomplete is a great jQuery plugin for developing efficient autocomplete input fields. I used this plugin in an MVC preview 5 application to... more »
0 commentsSave Tags: .net, javascript
Hierarchical Treeview with ASP.NET MVC & jQuery
In this post, I'm going to cover a simple way to build a deep, hierarchical and feature-rich tree structure with only one line of jQuery script. ... more »
0 commentsSave Tags: .net, javascript
App with a list of checkboxes? Skip repeated clicks with jQuery QuickCheck
Applications have moved to the browser and with that come lists of checkboxes. It can be frustrating to click a list of checkboxes, so many... more »
0 commentsSave Tags: javascript
Artificial Complexity and Internet Applications
Good programmers seem to end up as polyglot programmers. The Pragmatic Programmers have long advised learning a new language every year. Not only does... more »
0 commentsSave Tags: css-html, javascript, opinion, other languages
via