Archive

Archive for the ‘General Web Development’ Category

Flex 3 New Charting Documentation

July 14th, 2007 No comments

Adobe Flex Doc Team released the Flex 3 Charting Documentation.

The entire set of charting chapters is included here in one PDF because the organization has changed so much. I added a new chapter and consolidated some sections from other chapters.

New sections:
CHAPTER: Displaying Data and Labels
“Using data labels”
“Using per-item fills”
“Omitting days on a DateTimeAxis” (aka, work-week axis)

CMSs Comparison Tool

July 14th, 2007 No comments

The web is packed with many content management systems (CMS). Sometimes it’s difficult to choose a good one because you haven’t tried any yet or maybe because you don’t have time to choose one. In any case, The CMS Matrix provides a great tool to compare major CMSs. A long list of tens if not hundreds of CMSs to compare.

Categories: General Web Development Tags:

What Is Web 2.0? Short Version documentary

July 13th, 2007 No comments

Web 2.0 song, Are You Blogging This?

July 11th, 2007 No comments

Yeah I’m blogging this?!

Categories: Fun Stuffs, General Web Development Tags:

Supermarket 2.0

July 10th, 2007 No comments

If you have payed attention, some of those are web 2.0 components..

Mac is Web1.0 PC

July 10th, 2007 No comments

Free cheatsheets for developers

July 10th, 2007 3 comments

After seeing the cheatsheets I have written in last post, I decided to look up the web for free cheat sheets and guess what?… I found alot of them downloadable for free. Search in google and you’ll find a lot.

Here are links to some web developers cheat sheets that I need:

Cheat Sheet Roundup – Over 30 Cheat sheets for developers

Apollo Cheat sheets

Actionscript Cheat sheets

More good Cheat sheets

HTML/XHTML Cheat Sheets

MySQL Cheat sheet

Another MySQL Cheat sheet

XML Syntax Quick Reference

Okay, let’s look for other programming cheat sheet that I might find useful:

C++ Reference Sheet

Java Reference Sheet

At the end, I found this and this!!! it has everything…

Web developer's cheatsheet

July 10th, 2007 No comments

Get ready to be smacked in your head and stop memorizing those zillions of HTML tags (which I already did zillions of years ago). VisiBone offers cheatsheets for web developers for most common stuff we use daily from HTML or Javascript to color codes and color schemes. I need one of those!

Categories: General Web Development Tags:

Flex and Javascript bridge

July 10th, 2007 No comments

Flex Ajax Bridge is a small library to make a communication bridge between Flex/Flash and Actionscript that is going to turn your world upside down. You can call actionscript functions by javascript in run-time using this bridge library. Here is an example and a review.

Good job adobe.. Keeps surprising me more!
Next we need full right-to-left languages support!

Flex AdvancedForm component

July 10th, 2007 No comments

This component provides advance functionality on flex forms which are under and redo. You can undo and redo by clicking ctrl+z and ctrl+u respectively.

To download the component click here.
To view a sample click here.