Archive

Archive for the ‘Technology’ Category

AppJet, An Online IDE For Web Developers

December 13th, 2007 No comments

AppJet, a new online IDE for developing client or server sided web applications. The IDE supports syntax highlighting, editing, reviewing, and publishing the code within the web browser.

More and more web-based applications are appearing in the market nowadays. One of the greatest is Buzzword, an online word processing program acquired lately by Adobe. Also, Bungee Labs, a beautiful on-demand web based application to develope web applications for free for non-commercial projects.

So there is a web gravity to mobilize computer applications and webitize it. Hmmmm, formula for web gravity = (Web Constant) X (2007) / (Windows + Mac) – (Flash + Ajax)^2 !!!

Warning: Spoiler!
Problem 1: A nerdy web developer is attempting to create an application. He is considering two platform options to work on. One of these options is making the application a web based application. He decided the Windows factor will be 1.3 and Mac to be 1.1, however, the Flash factor is 2.875 and Ajax factor is 3.2. Answer the followings:
a) What is the web gravity value?
b) Should he invest his application on the web?

Categories: General Web Development Tags:

Papervision 3D 2.0 Alpha is Out

December 6th, 2007 No comments

Papervision 3D version 2.0 is now out in Alpha (pre-beta) version. According to Ralph Hauwert the alpha version is not yet optimized so expect a lot of updates to come.

The announcement came 6 day after celebrating the first anniversary for Papervision as an open source project. Papervision has been used by many Flash developers to create 3D interactive environment in Flash using Actionscript programming language. It even goes further, as it is being used to create 3D games for consoles such as Nintendo Wii!

Categories: Flash/ActionScript/Flex Tags:

Favorite Programming Quotes 2007

December 4th, 2007 No comments

A list of great programmer’s quotes collected from the web. I like this one:

The sooner we start coding fewer frameworks and more programs the sooner we’ll become better programmers

Categories: Programming Tags:

Ajax or Adobe Flash?

December 4th, 2007 No comments

Jeffrey Hammond, a senior analyst, writes about whether to choose Ajax or Flash for business web application. In addition, he shows some advantages and disadvantages of both technologies and when to choose the each one of them.

In selecting an RIA technology, application development professionals should choose AJAX when time-to-market is critical and updates are frequent. Experienced Web developers ramp up on AJAX quickly. AJAX also makes it easy to build RIA capabilities into existing apps with small, frequent releases. Finally, AJAX’s customization capabilities make it possible to tune client frameworks to meet specific application footprints; this makes AJAX the better solution for smaller RIA deployments and for deployments where performance is critical.

Categories: General Web Development Tags:

Netbeans 6.0 Has Been Released

December 4th, 2007 No comments

The much anticipated open-source IDE, Netbeans 6.0, has been released and available for download. The IDE Runs on Windows, Linux, Mac OS X and Solaris and easy to install. In addition, Netbeans supports many languages including Ruby.

The screencast is also available if you want to know more about it.

Categories: Programming Tags:

Graphing Data with PHP/SWF Charts

December 4th, 2007 No comments

Graphing is an important tool for business. In fact, my first freelancing Flash program was about graphing. A new tutorial by W. Jason Gilmore in Developer.com about using PHP/SWF Charts system to create a chart/graph has been posted.

PHP/SWF supports a wide variety of charting formats, including bar, candlestick, 3D columns, pie, 3D pie, and advanced charts such as scatter, polar, and composites.

He starts off by showing how to install the charting system. After that he goes into coding and shows an example of using bar chart. He also shows how to use a 3D column chart which really looks amazing!

Categories: PHP Tags:

Design Competition in Qatar

December 3rd, 2007 No comments

Virginia Commonwealth University in Qatar lanuches a Design Competition for all high school seniors from Bahrain, Egypt, Jordan, Kuwait, Lebanon, Oman, Pakistan, Palestine, Qatar, Saudi Arabia, Syria, United Arab Emirates and Yemen. The award is a four-year scholarship in VCUQ. Dealine is 31st of January, 2008. So hurry and sign-up…

Categories: Computer and IT Tags:

Zain Acquires Iraqna For $1.2 Billion

December 2nd, 2007 No comments

Zain, the third-biggest Gulf Arab mobile telecommunication firm by market value, concluded the purchase of 100% of share capital of Iraqna company for mobile telecommunication services in Iraq. The acquisition costs $1,2 billion and was made through MTC-Atheer, Zain’s Iraqi subsidiary, which was one of the 3 mobile telecommunication firms operating in Iraq.

Commenting on the transaction, Dr. Saad Al Barrak, Managing Director-Deputy Chairman of Zain Group, stated:”We are delighted that MTC-Atheer acquisition if Iraqna will create one of the most dynamic and resourceful mobile telecoms companies in Iraq and in the region at large
This investment reinforces and demonstrates our commitment to the future prosperity of Iraq while complementing Zain’s aspirations of becoming a top ten global mobile operator by 2011.”

Zawaya

Zain has been expanding their market, and now they cover 20 countries across the Middle East and Africa. The firm, formally called MTC started in Kuwait, is now in the process of building the 3rd Saudia Arabian mobile phone network firm.

Categories: Tech market Tags:

Load JavaScript File Dynamically

December 2nd, 2007 No comments

So you have been programming with JavaScript? Usually programmers write the JavaScript code in the header of the HTML page or load it externally:

But sometimes there is no need to load some of the JavaScript codes because it won’t be used on the page. That will waste you unnecessary bandwidth and will cost your website users their precious time.

The solution is to load the JavaScript file dynamically only when is required. Ed Eliot posted an article shows how load a JavaScript dynamically. However, loading the JavaScript file asynchronously causes some problems when calling a function written in the loading file. Ed Eliot has written his idea on how to solve this overwhelming problem. He simply uses the event handling to check whether the file finished loading or not. Read more about this in his article.

Categories: General Web Development Tags:

Be A Better JavaScripter!

December 2nd, 2007 No comments

An article for beginners on how to write a better JavaScript code and be a better programmer. It talks about a better way to use getElementByID and to add events. How to write a better send request (for Ajax) and better way to change styles is also a part of the article. It is a small article, so there is no harm for experts to read it and extend their knowledge.

Categories: General Web Development Tags: