|
|
|
|
The Official Blog of Matthew Foster
- Mee-Easy, Web-based IM got a whole lot easier. Online IM has been exploding, the days of installing an AIM app are quickly fading. GMail's integration of the GTalk was a huge mile stone, proving that the behavior model of IM can be achieved in the browser. Meebo is making this even easier, and providing possibly the easiest implementation of a chat client on any website.
- Inheritance and the reclusive function. Two principles that are essential to the developers tool belt, class inerhitance and private methods. Inheritance allows us to write arbitrarily but with an intent, the idea of an abstract class is to roughly define things but leave them open. Private methods let us encapsulate functionality and keep the global namespace clean.
- An example of Ext.js coupled with Google Ajax search services. Ext is done very well, it provides remote request and UI functionality in a very flexible code base. Google Ajax Search provides a great library of classes to retrieve Google search results for any medium, image, news etc.
- A Google Gadget to provide accessible calendar information. Using the Calendar Time Slider component built in last month's blog, this gadget provides a great interface for anyone to quickly query calendar events, per day, per week, per month, any configuration you can come up with.
- A Javascript component to assist in date range selection. Based on the behavior from Google Analytic's date range selector comes an open source javascript and prototypejs based component.
- A Prototypejs Custom Search engine, unofficial but completely dedicated. A Google Custom Search Engine dedicated to the prototypejs community, coupled with a great Google Gadget to harness the engine and convienently deliver your results.
- A Complete Solution to Ajax History and Stateful Applications. The biggest problem with Ajax applications is saving state and accomodating the familiar progression of the history controls (Back/forward buttons). Ajax allows the document to become stateful, but when the user instinctively goes for the history controls in the browser window, things go wrong.
- Bring a new search experience home to your iGoogle. A Custom Search Gadget is here to deliver results. A combination of fantastic technologies come together to bring you a Custom Search Gadget that can be completely customized.
- Pagination, segment your results, purify your view Continuing a tradition of easy to use prototype UI components comes an elegant approach towards client side Pagination.
- DateChooser, decoupled objects make for an easy interface. Built with prototype and a new style of event architecture allows for an all around easier grid API. Continued with an incredibly easy to use implementation of a date chooser.
- Google Gears, detect your network Google Gears is providing a solution for ajax applications to survive in the offline world. First step in enabling your application for offline activity is determining if the application is offline.
- A Method for Saving State in Ajax Applications An approach to enabling bookmark behavior in ajax applications.
- The Ajax Service class is formalized into a namespace With a namespace defined, Ajax.Service.Base provides a foundation for a solid approach to Ajax applications.
- A Fisheye Control built with the prototypejs library. Improve usability on your site by harnessing a fisheye control. Built specifically for the prototypejs community to provide the easiest method of implementation.
- A How-To on getting started with Google AJAX Search integration Google Custom Search Engines heralds a new age of searching. Deliver a pure ajax search solution to your audience.
- Search Results come home! Finally a solution that allows in house search results from Google.
- An Evolution of Service tackles the Ajax History paradigm Using best practices and a new HTML microformat your Ajax applications can support user's back/forward buttons.
- All the code needed to get the Ajax History Service up and running A page for snatching all necessary extensions for prototype.js to build the Ajax History Service.
- Ajax Service, Decouple DOM management from XHR requests Utilize Prototype-esque classes to implement a pure XHR Service for your web application.
- Client Side Filtering, cut the fat, represent that data set right. Use prototype.js elegant collection management to implement easy and quick client side filtering.
- Adopting HTML Microformats, leveraging prototype to implement. Using HTML Microformats in RIA's developed with Prototype.js. Use prototype's DOM Extensions to easily implement event driven interfaces.
- Create custom events in JavaScript A Javascript class using prototype.js to mimic ActionScript's EventDispatcher class.
- Build your own Google Checkout System An easy way to build and maintain a Google Checkout Store
- Center map on collection of GMarkers Solving a common problem with GMap2 applications
- Ajax Cache Learn about an easy way to use client side caching to enhance your user's ajax experience
- Javascript Class About ways to create a "Class" in javascript so that techniques of composition and inheritance apply gracefully.
- Ajax Queue A technique to create a queue of requests such that one isn't sent until its predecessor returns.
- Super and Sub An ajax programming pattern that I have used in many of my applications
- Script war, Action Vs Java A debate about the two competing technologies in the web application arena.
- Abstract Ajax Application A clean abstract javascript class that is great for creating ajax gadgets and applications.
- Bound and determined Use prototype.js to work around even the worst browser inconsistencies, the event model.
|
|
|
|
|