3D Flash Component | 2007-10-25 |
Wouldn't it be wondering if we can have 3D in flash? Unlike the popular 3D softwares like 3D Studio Max or Maya, creating 3D objects in flash is not as simple as it seems. What Flash does know is how to display vector shapes and calculate mathematical expressions. That is enough for us to fake 3D - generating 3D objects from scratch through Actionscript. However, instead of going through the hardcore part of Actionscript programming, life can be much simpler.
3DEnvironment is a Flash component that allows you to build 3D interactive interfaces and environments in Flash. The built-in depth and perspective effects give the illusion that your object is three dimensional. Controls can be easily customizable with full keyboard and mouse interactivity to enable movement and rotation of the environment. You can use simple graphic, movie clip symbols or external objects and animated movie clips. Interested? Visit the 3D Environment website and have a look. Be sure to check out the cool flash examples. |
| Sitecritic.net | rating : 5.89 | |
JSON Without Fear: A Quick Introduction | 2007-03-22 |
| AJAX and JSON are the buzz words in web 2.0 nowsadays. The revolutionary nature of AJAX is to enable webpages to communicate with the server without refreshing the browser. This score points in usability because the user need not wait to see new content. |
| Bernard Peh | rating : 7.22 | |
Adding No-Follow Attribute To User Submitted Links Using Regular Expressions | 2007-01-23 |
| As Search Engine Optimization becomes more popular, so does links spamming. Many people are leaving links everywhere, most notably in blogs and forums. Most of the time, the comments that people post in the blogs are not genuine; They exist just to get back links. Some computer gurus even invented "blogging spiders" to automate the process of posting links. This is a crisis for the search engines because link count plays an important role in the search engine ranking algorithm. It would be unfair to all of us if a website gets ranked very well in Google simply because it employs the link spamming technique. We therefore need a solution urgently. |
| Bernard Peh | rating : 7.31 | |
Simple Content Management in PHP Without Database Access | 2006-07-12 |
| A Content Management System (CMS) allows you to update your website easily without touching anything in the backend. If you are a non-IT person, you will almost always want a CMS for your website because it makes you less dependent on your web designers or developers to add, edit or delete contents in your website. |
| Bernard Peh | rating : 5.77 | |
Form Checking - Verifying Name Using PHP Ereg | 2006-06-22 |
| One important use of Regular Expressions (Regex) is to verify fields submitted via a form. In this article, we attempt to write an expression that is able to verify the user's first name, middle name, last name or just names in general. |
| Bernard Peh | rating : 6.54 | |
PHP Pagination with MySQL | 2006-06-21 |
| It is extremely common these days to make results display across multiple pages. Some examples are maybe browsing through picture galleries, store products, blog entries, etc. Unless you are a veteran programmer, this might seem a little intimidating at first. Rest assured, it is an easy task. |
| Michael Rogne | rating : 5.99 | |
New Customizable JavaScript Menu for Web Applications | 2005-11-19 |
| Scand LLC announced the release of dhtmlxMenu - customizable DHTML JavaScript Menu for web-based applications and web sites. |
| Ivan Petrenko | rating : 5.20 | |