My Blog
phpMyAdmin 3.0.0 - September 17th, 2008
Adobe AIR for Linux Beta - September 16th, 2008
Supported Linux Distributions
- Fedora Core 8
- Ubuntu 7.10
- Open Suse 10.3
Flash Player 10 release candidate was released on 9/15/2008 - September 16th, 2008
link : labs.adobe.com/technologies/flashplayer10/
Adobe® Flash® Player 10, code-named "Astro," introduces new expressive features and visual performance improvements that allow interactive designers and developers to build the richest and most immersive Web experiences. These new capabilities also empower the community to extend Flash Player and to take creativity and interactivity to a new level.
Clearfix - September 8th, 2008
I want to share with you great css feature called clearfix. So use it instead of clear:both, and you will be happy. Many times this feature help me in my projects
Using is pretty simple
<div class="clearfix">
<div style="float:left;"></div>
<div style="float:right;"></div>
</div>
Clearfix class is:
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
Edit bitmap properties for selected bitmaps in library - September 8th, 2008

its Flash CS3: “Edit Selected Bitmaps”-Panel.
thanks to Hannes Moser. Download it impossiblearts.com/blog/2008/06/16/flash-cs3-edit-selected-bitmaps-panel/
Shiretoko / Gecko 1.9.1 Alpha 2 (Firefox 3 alpha 2) - September 8th, 2008
![]()
- Support for the HTML 5 <video> element
- Initial support for web worker threads
- You can now drag and drop tabs between browser windows
- Ability to make use of Aero "Glass" in XUL
- Support for CSS 2.1 properties: ::before and ::after, and white-space:pre-line
- Support for CSS 3 properties: -moz-border-image, word-wrap: break-word, text-shadow, box-shadow and column-rule
- Performance improvements and new preference values for color management profile support
for more information see http://developer.mozilla.org/en/Firefox_3.1_for_developers
for download www.mozilla.org/projects/firefox/3.1a2/releasenotes/
Happy birthday GOOGLE! - September 8th, 2008
![]()
Yesterday was birhtday of google!!! Google baby is 10 years old :) Google lives from 7 september, 1998
Zend Framework 1.6 Now Available - September 4th, 2008
Forms in Google Docs - September 3rd, 2008
You could see a new doc type in google docs. It’s forms!
Features: Creating forms
You can create a form from the Docs list or from any spreadsheet.
Creating a form from your Docs list:
- Click New > Form
- In the form template that opens, you can add any questions and options you’d like.
- Click Email this from once you’ve finished adding your questions.
- Add email addresses for your desired recipients.
- Click Send.
Creating a form from a spreadsheet:
- Click on the Form tab and click on Create a form.
- In the form template that opens, you can add any questions and options you’d like.
- Click Email this from once you’ve finished adding your questions.
- Add email addresses for your desired recipients.
- Click Send.
Tags: 

