Articles

Yes we can!

“While American politicians and intellectuals have not reached the depths of tyrants such as Lenin, Stalin, Mao and Hitler, they share a common vision. Tyrants denounce free markets and voluntary exchange. They are the chief supporters of reduced private property rights, reduced rights to profits, and they are anti-competition and pro-monopoly. They are pro-control and coercion, by the state. These Americans who run Washington, and their intellectual supporters, believe they have superior wisdom and greater intelligence than the masses. They believe they have been ordained to forcibly impose that wisdom on the rest of us. Like any other tyrant, they have what they consider good reasons for restricting the freedom of others. A tyrant’s primary agenda calls for the elimination or attenuation of the market. Why? Markets imply voluntary exchange and tyrants do not trust that people behaving voluntarily will do what the tyrant thinks they should do. Therefore, they seek to replace the market with economic planning and regulation, which is little more than the forcible superseding of other people’s plans by the powerful elite. We Americans have forgotten founder Thomas Paine’s warning that ‘Government, even in its best state, is but a necessary evil; in its worst state, an intolerable one.’” –George Mason University economics professor Walter E. Williams

Reposted from The Patriot Post Brief, March 8th, 2010

{ 0 comments }

Evan Trimboli of the Ext-JS team just published an article describing Ext.Direct, a remoting API that is part of Ext 3.0. The team has created a remoting specification that you can use to implement the server-side stack of your choice.

Details about server-specific implementations already being maintained can be found here.

Ext.Direct is a new package in Ext JS 3.0 that helps alleviate many of these issues by streamlining communication between your client and server. When using Ext.Direct, you can expect to write 30% less code by eliminating common boiler plate code.

The Ext.direct namespace introduces several new classes for a close integration with the server-side. New classes have also been added to the Ext.data namespace for working with Ext.data.Stores which are backed by data from an Ext.Direct method.

Ext.Direct uses a provider architecture, where one or more providers are used to transport data to and from the server. There are several providers that exist in the core at the moment, for example a JsonProvider for simple JSON operations and a PollingProvider for repeated requests. One of the most powerful providers is the RemotingProvider.

Read the rest here.

{ 0 comments }

Persistent Storage for Web Apps

Thumbnail image for Persistent Storage for Web Apps

Brad Neuberg talks about the latest ways to achieve browser-based client-side storage and how it can help you make better web apps.

Read the full article →

Image Optimization, AlphaImageLoader

This article, part 5 of a series on image optimization, talks about the use of transparent PNGs with IE6 and why the AlphaImageLoader hack is bad and a very interesting solution This installment of the image optimization series is about the IE-proprietary AlphaImageLoader CSS filter, which developers often use as a workaround to solve transparency [...]

Read the full article →

WPA Cracked, Sort Of

Arstechnica has a great explanation of the issue. Academic researchers have found an exploitable hole in a popular form of wireless networking encryption. The hole is in a part of 802.11i that forms the basis of WiFi Protected Access (WPA), so it could affect routers worldwide. German graduate student Erik Tews will present a paper [...]

Read the full article →

Ext-JS 3.0 Showcases Visual Designer, Updates Roadmap

Jack Slocum has posted a screencast of the visual designer tool that will be part of upcoming release of Ext. The roadmap for version 3, due out in the first quarter of 2009, has also been updated. Here is what we can expect (I am really interested in the ones in bold): All new lightweight, [...]

Read the full article →

Ext-JS Tasks & Progressbars a Match Made in Heaven

Chris Boersma posted this example of using TaskRunner and TaskManager to keep a user informed while a task is handled server-side.

Read the full article →

ColdFusion Ranked Among Best Application Servers

Adobe ColdFusion has a long history. Originally introduced by Allaire, it was acquired by Macromedia, then became part of Adobe in yet another acquisition. ColdFusion version 8.0 was released in July 2007, featuring Microsoft .NET integration, integration with Adobe Acrobat forms, and enhanced performance. ColdFusion scored best with developers for its scalability, support and security.

Read the full article →

What Kind of Web Developer Are You?

In this insightful post, Brian Reindel discusses the different disciplines typically associated with “web development.”

Read the full article →

Google Maps Component for Ext-JS

Shea Frederick has created a user-defined extension to integrate Google Maps with ExtJS.

Read the full article →