http://blogs.adobe.com/bparadie/2011/12/29/dreaming-up-a-flex-javascript-sdk/
Category Archives: Article
Top 7 Myths about HTTPS
Get a fast education about HTTPS from http://blog.httpwatch.com/2011/01/28/top-7-myths-about-https/
RSS
RSS
What is RSS?
Really Simple Syndication (RSS) is a lightweight XML format designed for sharing headlines and other Web content. Think of it as a distributable “What’s New” for your site.
RSS Syntax
RSS defines an XML grammar (a set of HTML-like tags) for sharing news. Each RSS text file contains both static information about your site, plus dynamic information about your new stories, all surrounded by matching start and end tags.
...<item><title>RSS Resources</title><link>http://www.webreference.com/authoring/languages/xml/rss/</link><description>Defined in XML, the Rich Site Summary (RSS) format hasquietly become a dominant format for distributing headlines on the Web.Our list of links gives you the tools, tips and tutorials you need to getstarted using RSS. 0323</description></item>...
RSS 2.0
<?xml version="1.0" encoding="utf-8"?> <rss version="2.0"> <channel> <title>Example Feed</title> <description>Insert witty or insightful remark here</description> <link>http://example.org/</link> <lastBuildDate>Sat, 13 Dec 2003 18:30:02 GMT</lastBuildDate> <managingEditor>johndoe@example.com (John Doe)</managingEditor> <item> <title>Atom-Powered Robots Run Amok</title> <link>http://example.org/2003/12/13/atom03</link> <guid isPermaLink="false">urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</guid> <pubDate>Sat, 13 Dec 2003 18:30:02 GMT</pubDate> <description>Some text.</description> </item> </channel> </rss>
Atom 1.0
<?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>Example Feed</title> <subtitle>Insert witty or insightful remark here</subtitle> <link href="http://example.org/"/> <updated>2003-12-13T18:30:02Z</updated> <author> <name>John Doe</name> <email>johndoe@example.com</email> </author> <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id> <entry> <title>Atom-Powered Robots Run Amok</title> <link href="http://example.org/2003/12/13/atom03"/> <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> <updated>2003-12-13T18:30:02Z</updated> <summary>Some text.</summary> </entry> </feed>
To know more http://cyber.law.harvard.edu/rss/rss.html#aboutThisDocument
Video Based Enterprise Ajax Training
What is AJAX?
AJAX is coming from Asynchronous JavaScript And XML.
AJAX is programming technique combining client JavaScript code and Server-Side HTTP Requests. AJAX stands more popular in 2005 with Google Suggest.
With AJAX you can send and receive information to and from server on a small parts. You don’t need to get entire web page with new content. AJAX gives you ability to get exact this small part of information which is requested by the client and to put this information in exact place where the information stands for.
In classical Client-Server web application development, user have to fill some web forms, and click on Submit button. Then you have to collect user-data and post this information to the server. Next you have to get some data from a database, put this data in new web page and return this web page to user which looks to user like page-reload. This is old and slower.
With AJAX, small JavaScript in web page sends HTTP requests directly with the server and puts returned information in exact place without need to reload entire web page for user. This technique uses XMLHttpRequest Object.
12 Websites To Help You Learn Flash/ActionScript
In this article, you’ll find 12 wonderful websites that’s worth a bookmark if you’re looking into sharpening your Flash development skills. For each entry, you’ll find three tutorials from the website so that you can see what’s in store for you.
1. kirupa.com
kirupa.com is a site that features excellent Flash tutorials (as well as Silverlight, ASP.net, PHP, and Photoshop). There are plenty of well-written, detailed tutorials and articles pertaining to Flash sectioned into seven categories including Basic Drawing, Special Effects, Server-side Flash, and Game Development.
Tutorial examples:
2. gotoandlearn.com
Some people learn best by visualization and following along with the instructor step-by-step in real-time. If you’re the type that prefers to learn by watching instructional videos, check out gotoandlearn.com – a website by Lee Brimelow that offers free Flash video tutorials.
Tutorial examples:
3. gotoAndPlay()
gotoAndPlay() is dedicated to providing resources for Flash game developers. It’s a community that has a forum, interviews from professional developers, and reviews of books and resources. It also has tutorials and articles about Flash game development that can be filtered by topic, expertise, and type.
Tutorial examples:
4. Adobe – Flash Developer Center
Adobe’s Flash Developer Center is a community for Flash developers. Here, you’ll find tutorials, articles, and related resources about Flash. You should also check out the ActionScript Technology Center for articles on specifically about ActionScript.
Tutorial examples:
- Using ActionScript to pause and loop the timeline in Flash
- Drawing with the Pen tool
- Creating a 3D button animation for Flash
5. Flash Kit
Flash Kit is one of the biggest and oldest community dedicated to Flash development. With over 600,000 members, you won’t have a hard time finding people with a similar interest in Flash. There’s a forums section, free resources that you can download and use in your Flash projects, and a large tutorials section that includes 18 categories.
Tutorial examples:
- Making movieclips point at the mouse
- Move a sprite with the keyboard
- How to use hitTest in a simple game
6. ActionScript.org
ActionScript.org is a site that provides resources and information pertaining to Flash, Flex, and ActionScript. They have a fairly active Forums section as well as an ActionScript Library that currently has over 700 objects you can download.
Tutorial examples:
7. Flash and Math ActionScript 3 Tutorials
Flash and Math has a great collection of tutorials on AS3. They cover basic to advanced topics so that Flash developers of any level can find something they can read and learn from. Many of the tutorials include the source files for download.
Tutorial examples:
- Drag-and-Drop in Flash CS3
- Tween Tricks in Flash CS3 and ActionScript 3
- Simple 3D Drawing in Flash CS3 and ActionScript 3
8. Flash Tutorials on Pixel2Life
Pixel2Life, according to the site, is the “largest tutorial index catering to graphic designers, webmasters and programmers”. With over 40,000 indexed tutorials, you’ll find many links to tutorials in their Flash Tutorials section.
Indexed tutorial examples:
- Creating a Basic Flash Website (AS3 Version)
- Actionscript 3 Timer Class
- Stars animation above the city
9. Flash Perfection
Flash Perfection is a website with a large collection of Flash tutorials, tips, and tricks from various websites. Flash Perfection has 23 categories to help you find information more quickly.
Indexed tutorial examples:
10. metah.ch
metah.ch has some awesome video tutorials on Flash, ActionScript, Flex, and AIR. Files associated with the tutorials can be downloaded and used in your own projects.
Tutorial examples:
- Introduction to Loop and Event in AS3
- Connecting AS3 with a Database
- Interaction between AS3 and JavaScript
11. LukaMaras.com
LukaMaras.com offers detailed Flash tutorials and resources designed to help you learn Flash. There’s also a small forums section with over 3,000 registered users where you can discuss anything related to Flash.
Tutorial examples:
- ActionScript drop-down menus
- How to make pixel buttons in Flash the easy way.
- How to make an amazing dynamic image gallery in Flash 8
12. Flashmagazine
Flashmagazine is an online magazine dedicated to Flash news, reviews, information, and resources. The Tutorials section has some excellent tutorials for Flash developers.
Tutorial examples:
I hope you found this article useful! Since there’s so many websites out there dedicated to Flash development, I can’t include them all, so if you didn’t see your favorite – please share it with all of us in the comments.
Free Tutorials for Flash
FREE Flash Sites:
http://www.webwasp.co.uk/
http://www.flashvista.com/
Actionscript for Javascript Developers
Actionscript: Javascript in Disguise
Evolution of Object Oriented Programming in Actionscript
Server-Side Actionscript vs Javascript
Syntax Differences between Actionscript and Javascript
Actionscript vs Javascript Developer Interview
Actionscript vs Javascript Cheatsheet










