Archive for the ‘Programming’ Category

    Step 1
    Download and install the Instant Client rpms from oracle which you can get here http://www.oracle.com/technology/tech/oci/instantclient/instantclient.html.
# rpm -ivh oracle-instantclient11.1-basic-11.1.0.7.0-1.x86_64.rpm # rpm -ivh oracle-instantclient11.1-devel-11.1.0.7.0-1.x86_64.rpm
    Step 2
    Compile and install the oci8 extension
# pear install pecl/oci8
    Step 3
    Edit your php.ini file (/etc/php.ini) and add the extension=oci8.so in the Dynamic extensions section.

Just a few minutes ago a friend of mine asked me how can he apply width attribute to a label (he’s trying to format a form without using tables). Well the idea is very simple. You need to use the label element, but because the label is an inline element, it cannot have width value; in order to do this you need to put display:block or float:left.

<!-- label, input {    margin-top: 5px;    float: left; } label {   display: block;   width: 100px; } -->

Florin RAICU

If you like to see what Visual Studio 2010 and .NET Framework 4.0 can do for you, for sure you want to watch this video. Scott Guthrie is making a very good presentation.

Florin RAICU

NHibernate 2.1.0GA was released.

For download click here.

Florin RAICU

Search
Archives

You are currently browsing the archives for the Programming category.

earrings