WebProWorld Dev Forum | Simple JS "How To" question I think this question should be a simple one. Here is the scenario: I have 2 dropdown options list & one text field. What needs to happen is, when a user selects Yes or No from #1, #2 value needs to be "441".
XML 2 mail How to send parsed xml news to e-mail I am searching for it few days I try to explain easy ... let's imagine that we have public_html/latestnews directory and there are file news.php that parse my files
IE sudden login problems on PHP built site A few weeks ago, some of our members reported not being able to login with IE. I have XP and get automatic updates. I found that I now can not login using IE, but can login to members section using Netscape. The site is built in PHP and the site files have not changed.
|
|
 |
Recent Articles | Should You Renew With Your Current Host? Sometime during this year the chances are you're going to have to renew your hosting package. Can you be sure you're still getting the best deal for your site?
Web Hosting: 4 Factors in Choosing a Hosting Company When choosing a web hosting company there are a whole lot of different factors that should go into your decision making process.
PHP and Cookies; a Good Mix! Cookies have long been used in PHP scripts, and are a very useful function. But what exactly are cookies? Maybe you have used then, but you still don't know exactly what they are. Or you are completely new to cookies?
PHP to HTML – Getting Dynamic Pages Indexed Most will agree Php has become the common language for creating dynamic Websites. Although the language is simple and efficient, developers are finding trouble getting traffic to their Php site.
Do-It-Yourself Usability Testing: Your Questions Answered So, if you have followed all of our Usability articles, outlining how to create useful content, layout, and navigation, then you may feel your website is set and ready and usable.
|
|
| 03.09.05
SVG And Flash As The Same Species
By Maricon Williams
We can name several technologies for displaying 2D interactive vector graphics on the web however, two names rises among other contenders.
These are the Macromedia's Shock Wave Flash (SWF) and the World Wide Web Consortium's (W3C) Scalable Vector Graphics (SVG). Unlike Flash SVG is not for sale.
Adobe's SVG browser plug-in has achieved barely around 10% penetration, compared to Macromedia's 90% for the Flash plug-in. Flash has already established an outstanding standard nevertheless, this did not make SVG an inferior technology.
In the past Flash was considered a de-facto standard under control of one single vendor. For this reason, W3C proposed a recommendation to achieve standardized 2D interactive vector graphics on the web. This resulted to the birth of SVG. Its first version was Recommendation 1.0 which was introduced in 2001. The current version though is 1.1 which was released on January 2003.
Some people asserts that SVG is as powerful as Flash. Some say it is superior. But still there are others who think it's the other way around. Which is which really?! To help you decide here are some vital facts:
Use Flash in the following instances:
1. You must use Flash if you want to make a Flash-like website. To replicate it using SVG is hard to do.
2. If you want to create complex animations or games you can use any of the two. However, you must be aware that SVG's built-in SMIL animation engine is very processor exhaustive. Conversely, good results can be achieved using JavaScript animations.
3. If your users are not that computer literate like for example children for a children's site or a site appealing to a broad audience, you must use Flash.
4. SVG supports sound. Nonetheless, if sound involves important intricate details, use Flash.
5. Use Flash if you prefer WYSIWYG to script.
Sweet deals for iEntry members! Out with the old... if you have equipment that qualifies for trade-in, in with the new. Get a discount of up to $720* off the Web price on featured IBM(r) ThinkPad(r) notebooks. And ask about our battery offer. See full details of offer. Hurry! Offer valid from IBM in the US only through 3/28/05 or while supplies last. |
|
SVG is advantageous in the following instances:
1. Use SVG if your task is fully scriptable. You can try DOM1 (part DOM2) interface and JavaScript. It means that you can build your empty SVG image using JavaScript.
2. SVG can effortlessly be created by ASP, PHP, Perl and extracted from a database. Be cautious though in setting mime-types on the server.
3. It is XML meaning it can be read by anything that can read XML. Flash can use XML but it has to be converted first.
4. You need not apply Flash's action-script because SVG does not code per browser. It has a built-in ECMA-script engine.
5. SVG runs on IE/NS4+NS6/Mozilla and on PC/MAC/Linux.
6. SVG can be transformed through an XSLT style-sheet or parser. It also supports standard CSS1 style-sheets.
7. Texts used remains selectable and searchable. Graphic "objects" can be grouped, styled, transformed or composited and embedded text can be searched or indexed.
8. Features of the specification include nested transformations, clipping paths, alpha masks, filter effects, template objects and, of course, extensibility
9. You need not buy Flash since only texteditor is needed to create SVG.
By now, I know you already have a choice. Take your pick and enjoy the features of your chosen technology!
About the Author: Maricon Williams Book reading has always been her greatest passion -- mysteries, horrors, psycho-thrillers, historical documentaries and classics. She got hooked into it way back when she was but a shy kid.
For comments and inquiries about the article visit http://www.ucreative.com
artciles@ucreative.com |