Please send any feedback on admin@ajaxline.com.
If you want to share your experience and post article on Ajaxline just e-mail it to us and we publish it.
JavaScript
Are you JavaScript literate? – A small test
Developer friendly tabbed browsing:winOpenerFix.js
Browsers
CSS
Create a Color Palette Using CSS and MooTools 1.2
Various
How to modify your Wordpress RSS Feed
.NET
Peer Networking Series - Why Peer Networks Aren't Enough
Perl
The Optimization That Didn't Matter
Databases
CSS
Various
High Quality Photoshop Brushes, Resources and Tutorials
Download Free: The Photoshop Anthology PDF Book
.NET
Javascript
Javascript libraries
Using jQuery to Produce Rich User Interfaces
YUI
Writing Your First YUI Application
Flash
Javascript libraries
An Interview with Sergio Pereira
Various
Useful Web Development Links (14th May 2008)
Useful Podcasts For Designers And Developers
.NET
First Moonlight Source Code Release
C# Snippet Tutorial - Get File Listings
7.0, Microsoft's Lucky Version?
Comet
Why open source developers can be more productive, and other tales from a Google open house
GWT
Web 2.0 Application Development with GWT: Interview with Jeff Dwyer
Javascript
JavaScript in CSS, ugly, but intresting
Easiest Tooltip and Image Preview Using jQuery
String Performance: an Analysis
Various
Free Fonts Of The Month: Freebooter Script, Cora Basic
Microsoft Windows now supports.. PAM!
Taming Trees: Building Branching Structures
Comet
Comet Games: Chess, Tic-tac-toe, Pong, and Poker
Ruby
Shaun Inman post an article about qualified selectors in his blog. He writes the following:
«I’m considering writing a proposal for CSS Qualified Selectors to be submitted to the CSS Working Group. But before I do I wanted to open the idea up for discussion. I’m looking for comments on the proposed feature’s utility and hopefully, offers to help write the implementation details, specifically changes to CSS Grammar and Lexical Scanner—I’m pretty sure I can handle the rest.
What exactly are Qualified Selectors?
Descendant selectors are a pretty common sight so let’s start there.
a img { ... }
This style is applied to any image inside of any anchor element. But what if we already have an anchor style defined
a
{
text-decoration: none;
color: #A10;
border-bottom: 1px dashed #A10;
}
but don’t want this style applied to our image links? Currently we must add a new class to each of our image links so we have a hook to disable the unwanted style (in this exampe, the border-bottom).
What if we could just write:
a < img { border: none; }
That is a qualified selector. A qualified selector can only contain one <. The element immediately to the left of the < is the target of the selector, everything after is the qualifier. In this case, the style would only apply to anchors that contain an image.»
You can read the full version of this article in Shaun Inman blog.
PHP
Flex\Air
Backbase Enterprise AJAX Now Supports Adobe AIR
Various
Browsers
IE and Windows XP Service Pack 3
Javascript libraries
Porting Dojo Methods to Flash - Part 1 of 3
What's Next in jQuery and JavaScript?
Database
MySQL Code, API, and Data Formats Are Open!
GWT
Interview de Bruce Johnson about GWT 1.5
Ruby
Write your Rails view in……. JavaScript?
Various
Useful Web Development Links (7th May 2008)
Opera Dragonfly: New Web Tooling
Visual Studio - How To Create Item Templates
.NET
C# Snippet Tutorial - Custom List Sorting
ASP.NET
Javascript libraries
Silverlight
XML
Processing Linked Web Data with XSLT
Perl
Patrick Michaud on the Parrot Compiler Toolkit
Ruby
Rails Development for iPhone with rails_iui
Various
Nitobi - Complete UI Q2, 2008 Now Av..
Javascript
Databases
MS-SQL Injection Attack.. Here we go again.
Various
53 Killer Photoshop Illustrator Effects and Tutorials
GitHub Badge for your Blog with 100% guarantee of more coolness
Eclipse
How to Remove a Workspace in Eclipse under OS X
Python
Creating a default DATETIME_FORMAT filter for django
GWT
Update on future direction of GWT-Ext
Ruby
Guide to creating and testing patches with Git
Web Design
Pixels Go Mad - The Celebration Of Pixel Art
Java
Use XQuery from a Java environment
.NET
Peer Networking Series - What is PNRP?
ASP.NET
WEBCAST FOLLOW UP: Overview of the Microsoft ASP.NET 3.5 Extensions Preview
Flex
GWT
Eclipse
Introducing the JyDT plug-in for Eclipse
Various
Inspirational Sites of the Month
Ruby
Rails 2.1 release candidate is imminent!
.NET
New Version of ESB Software Extends the Microsoft .NET Platform
ASP.NET
Master-Detail with the GridView, DetailsView and ModalPopup Controls
Ruby
RailsConf keynotes: Kent Beck, Joel Spolsky, Jeremy Kemper, yours truly
Flash
Databases
Various
Spending time with Mozilla prototypes: Weave and Prism
Java
Countdown to JavaOne 2008 (and Twittering)
.NET
.NET Micro Framework Library FusionWare.SPOT
ASP.NET
Reducing page load times with UpdatePanels and timers
Javascript
GWT
Google APIs : From Ajax to REST
Web 2.0
Various
YUI
Accessibility 2.0 conference in London, England
Silverlight
Silverlight HTTP Networking Stack – Part 1 (Site of Origin Communication)
Javascript Widgets
FancyUpload - Swiff meets Ajax (2-0)
Various
Best Practices for Developing a Web Site
Ajax Widgets
Morfik2 Express and WebOS Available
Python
Python Algorithms: Greedy Coin Changer
PHP
GWT
CSS
.NET
Peer Networking Series - Introduction to the WCF Peer Channel