26 May 2008 09:33 pm

Web performance has been a topic I have been working on for quite some time now. While building Nexaweb’s Ajax library we ran into and solved many challenges that developers will face while developing their own Ajax applications. Most of my effort has been around JavaScript performance and Ajax’s impact on a websites performance.
Ajax’s Impact on site performance

  • Increased Number of Requests
  • Increased Download Size
  • Increased JavaScript Code

Upcoming Webinar

On Thursday at 2:00pm myself and Ryan Breen from Gomez and Ajax Performance.com will be giving a free 2 hour webinar covering all things performance. Usually, I do this webinar by myself, so I am excited to get another person on board to give their perspective on Website performance. Ryan will be talking about:

  • Survey tools available for performance analysis
  • Establish and follow a site optimization workflow
  • Explore real world examples of how to improve the end user experience

▪kk

Go to Webex.com and sign up, its free, you can ask questions and we will be handing out information on how you can optimize the performance of your Website / Web application.

Sign up for the Webinar now!

Read more…

13 May 2008 07:51 am

The other day on TechCrunch was an article about Microsoft’s Popfly Mashup builder getting a game creator interface. Previously, I looked at Popfly for building Mashups but didn’t get past the Wack-a-mole Mashup, so this time I figured I would get the only person I know who has created games.

It is a tough road getting kids who have an interest in software, started in a structured way. Game software offers many of the skills that developers will need in the long run. Products GameMaker, Popfly and even flash give kids a nice tools that keep them interested and allow them to explore software until they are capable using structured languages. Read more…

05 May 2008 03:32 pm

I am sitting in a hotel room in Ireland waiting to get on a conference call. Why am I in Ireland? On Wednesday, I will giving a presentation at the XTech 2008 conference.

While I am sitting here, I figured I would create a Blog of these screen shots of various web pages. Mostly of things I couldn’t figure out or that were really badly designed. Read more…

22 Apr 2008 07:54 pm

There has been quite a bit of chatter lately on the change to Ext JS licensing. Working for a Ajax library/framework/platform vendor myself, I thought I would review the GPL and see how it would relate to an Ajax library. The GPL license was interesting and long. One thing with all licenses is that depending on what you are doing they apply differently.� GPL makes sense for lots of software, MySQL uses the license, the Java source is also GPL. Ajax is slightly different than either of those two products because of how the user interacts with the application.

Open Source licenses are definitely not my Bailiwick. This entry is more to understand and to prompt discussion.

I have updated the blog after more thought and some more reading.

Read more…

13 Apr 2008 05:22 pm

jsLex Motivation

I started jsLex over a year ago and have been adding features and fixing bugs for all those that asked. The project initially started out as a way to find out what was taking up all the size in my JavaScript files. That’s where the name came from, JavaScript Lexiconical Analyzer or jsLex for short. Even though that feature is still in there and very useful, the project has continued to evolve. Next, I added the JavaScript metricing that makes it possible to find performance bottlenecks with large Ajax application using any web browser.

Now, this version of the project has taken the project to the next level. Over the last year I have talked at many conferences about ways to optimize Ajax applications; reduce the number of requests and reduce the size of the requests. Many others out there have done even more to educate people on ways to do this using a variety of techniques. The issue with using many of the techniques, they are almost always command line driven. I’m a IDE user, so things not integrated into Eclipse are a pain in the ass. Read more…

16 Mar 2008 04:11 pm

On March 11th, 2008, I gave e-conference presentation on dealing with large data in an Ajax application. The presentation can be seen by clicking here.

It can be challenging to get your Ajax application to meet your data requirements.

The presentation walks through an explanation of which is faster to use XML vs. JSON.

Included in the presentation was several sample applications that illustrate ways to page data using an Ajax application. Also available is a recording of the webinar with audio at Nexaweb.com. Read more…

Next Page »