Adobe released Flex SDK 3.2 and Flex Builder 3.0.2, for more informations and to download check the following link…
http://www.adobe.com/devnet/flex/articles/sdk32_fb302.html
Happy Flexing…:-)
Posted by Paritosh Bisi on November 17, 2008
Adobe released Flex SDK 3.2 and Flex Builder 3.0.2, for more informations and to download check the following link…
http://www.adobe.com/devnet/flex/articles/sdk32_fb302.html
Happy Flexing…:-)
Posted in Flex Builder | Tagged: Flex 3, Flex Builder | Leave a Comment »
Posted by Paritosh Bisi on November 15, 2008
OpenOffice applications generally take a lot of time to load at startup. Follow these simple steps to tweak OpenOffice to load it much faster than default…
Now onwards when you will start OpenOffice applications it will load much faster than default.
[ Note:- These settings are recommended for systems with RAM capacity of at least 1GB ]
Happy Tweaking…:-)
Posted in General | Tagged: OpenOffice | Leave a Comment »
Posted by Paritosh Bisi on November 8, 2008
SVG stands for Scalable Vector Graphics, it defines graphics in XML format which can be rendered in browser.
Copy the following codes into Notepad and save the file as “Circle.svg”.
<?xml version=”1.0″ standalone=”no”?>
<!DOCTYPE svg PUBLIC “-//W3C//DTD SVG 1.1//EN” “http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd”>
<svg width=”100%” height=”100%” version=”1.1″ xmlns=”http://www.w3.org/2000/svg”>
<circle cx=”100″ cy=”50″ r=”40″ stroke=”black” stroke-width=”2″ fill=”red”/>
</svg>
Open this file in your browser, and you can see a circle drawn in your browser.
Note: Firefox 1.5+, Opera 9+, and Google Chrome supports SVG format by default. If you are using any other browser like IE you need to install SVG Viewer which you can download free form adobe from here.
The main advantages of using SVG format over other graphic formats like JPEG or GIF are…
For more details and advance topics / Information about SVG, please check the following links…
Posted in General | 1 Comment »
Posted by Paritosh Bisi on November 5, 2008
Flash Tracer is the most useful debugging tool for Flash/Flex developers.
Here’s the simple steps to make it work…

Restart Firefox, and we are done.
Happy Flexing…:-)
Posted in Firefox, Flash Player | Tagged: Firefox, Flash Player | Leave a Comment »
Posted by Paritosh Bisi on November 3, 2008
Sometimes ago I moved my blog from Blogger to WordPress. It’s very easy to move the blog following these simple steps…
For some more advanced options check the following links…
http://laffers.net/howtos/howto-redirect-blogger-to-wordpress
http://www.blogbloke.com/migrating-redirecting-blogger-wordpress-htaccess-apache-best-method/
Posted in Blogging | Tagged: Blogging | Leave a Comment »
Posted by Paritosh Bisi on November 3, 2008
Microsoft introduces Windows 7, ending Vista brand. Check the followin link for more details…
http://www.nytimes.com/2008/10/29/technology/business-computing/29soft.html?_r=1&oref=slogin
Posted in General | Tagged: Windows | Leave a Comment »