My Blog

phpMyAdmin 3.0.0 - September 17th, 2008

online demo : pma.cihar.com/STABLE/


arrow Read the rest of this entry »

Adobe AIR for Linux Beta - September 16th, 2008

Supported Linux Distributions

  • Fedora Core 8
  • Ubuntu 7.10
  • Open Suse 10.3


arrow Read the rest of this entry »

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.

 


arrow Read the rest of this entry »

Commodore SX-64 VS Macbook Air - September 10th, 2008

Macbook_Comodore

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

bit map

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

ff

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

Zend framework

You can download Zend Framework 1.6 here Zend Framework Download Page.

 


arrow Read the rest of this entry »

Forms in Google Docs - September 3rd, 2008

You could see a new doc type in google docs. It’s forms!

 

Features: Creating forms

Print

You can create a form from the Docs list or from any spreadsheet.

Creating a form from your Docs list:

  1. Click New > Form
  2. In the form template that opens, you can add any questions and options you’d like.
  3. Click Email this from once you’ve finished adding your questions.
  4. Add email addresses for your desired recipients.
  5. Click Send.

Creating a form from a spreadsheet:

  1. Click on the Form tab and click on Create a form.
  2. In the form template that opens, you can add any questions and options you’d like.
  3. Click Email this from once you’ve finished adding your questions.
  4. Add email addresses for your desired recipients.
  5. Click Send.