5 June, 2008 11:22 pm

What’s Next in jQuery and JavaScript?

Posted by Richard Wong under JQuery, Javascript | 1 Comment

A short video by the father of jQuery about what is coming.


from on .

11:01 pm

Beautiful Subversion Client for Mac

Posted by Richard Wong under Development, Tools | 0 Comment

As a developer, version control is an integral part of my development process. As one of many source version control system, Subversion can manage files and directories over time with a central repository hosted on a Subversion server. So team collaboration become a lot more manageable and effective, since all changes are logged and could be easily rollback.

Now Versions is providing us a brand new subversion client for the Mac. It has a very clean and intuitive interface that makes you really want to use it. So if you are not using subversion and want to give it a try, you can use a hosted Subservsion services like beanstalk. Then you can start versioning you code in no time!!!

You can check out the beta software here

Continue reading »

4 June, 2008 1:46 am

Examples of Popular Sites using JQuery

Posted by Richard Wong under JQuery, Javascript | 7 Comments

JQuery is famous for making Javascript easy to write with minimal code and is definitely on the rise. So I did a little research to find some example of big sites that adopted jQuery.

Here is what I found:

Social Sites

Main Stream Media Site

Other popular sites

Although this is only a small list but one thing is certain – jQuery works on big sites and big sites are starting to adopt it.

2 June, 2008 12:59 am

Web App deployment made easy with Springloops

Posted by Richard Wong under Development, Tools, Web Apps | 0 Comment

Springloops Logo

With the more and more people developing web applications, the needs to have a professional workflow in the development cycle is essential. However, the work involves to build a workflow system that is easy to use are costly. Especially with small development team that need to deliver quickly and don’t have the resource to delicate someone to look after the whole deployment workflow.

Now Springloops is to target this problem and provide us with a quick and easy solution. They put deployment and source code management into one single easy to use interface. You can manage all logs, source code, users, or even integrate with Basecamp.

Springloops

12:02 am

JQuery modal dialog Boxes

Posted by Richard Wong under JQuery, Javascript | 18 Comments

When we come to design modern web applications, modal dialog boxes are often required to quickly interact with users without reloading the whole page. So here are 3 JQuery based modal boxes for those of you who are using JQuery as the main Javascript Library.

1. Facebox

This is definitely simple to use, small in size and stylish in design.

2. SimpleModal

Another simple and small Modal Box.

3. ThickBox

Probably the more old school of three but ThickBox definitely does the job well. It has been around for quite sometime now and even the new WordPress Back-end uses it!