• AddThis Social Bookmark Button

    Add to Technorati Favorites

  • Archives

  • Archive for December, 2007

    Specifying the space between lines in css

    Monday, December 31st, 2007

    This tutorial is going to teach you how to specify space between lines

    This tutorial will teach you how to use line height character to specify space between two lines
    Create two files one

    line.html , style.css

    Line.html

    <html>

    <head>

    <link rel=”stylesheet” href=”style.css” />

    </head>

    <body>

    <p class=”less”>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In urna diam, interdum vel, varius id, fringilla eget, risus. Nam dui. Fusce sit amet lorem ut nulla tincidunt nonummy. Vivamus vitae ante tristique felis nonummy lobortis. Praesent sodales dui in</p>

    <p class=”more”>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In urna diam, interdum vel, varius id, fringilla eget, risus. Nam dui. Fusce sit amet lorem ut nulla tincidunt nonummy. Vivamus vitae ante tristique felis nonummy lobortis. Praesent sodales dui in</p>

    </body>

    </html>

    Style.css 

    p.less {

    line-height: 100%;

    }
    p.more {

    line-height: 200%;

    }

    Thanks

    krates

    Share and Enjoy:
    • Digg
    • del.icio.us
    • Facebook
    • NewsVine
    • Reddit
    • StumbleUpon
    • YahooMyWeb
    • Google Bookmarks
    • Yahoo! Buzz
    • TwitThis
    • Live
    • LinkedIn
    • Pownce
    • MySpace

    Spliting pages of ebooks to print them easily

    Sunday, December 30th, 2007

    Sometimes you need to split pages of ebook for convenience like when you need to print single pages in this case you need softwares one like

    This one

    http://www.paologios.com/

    This is a open source pdf splitter which i have been using from many days

    This software requires

    The Microsoft  .NET Framework version 1.1 is required

    So make sure .net is installed

    For splitting the ebook open the software drag the ebook to it Then click on

    Then select the directory where you want to store the splitted pages

    i suggest create a new folder for it

    Thanks

    krates

    Share and Enjoy:
    • Digg
    • del.icio.us
    • Facebook
    • NewsVine
    • Reddit
    • StumbleUpon
    • YahooMyWeb
    • Google Bookmarks
    • Yahoo! Buzz
    • TwitThis
    • Live
    • LinkedIn
    • Pownce
    • MySpace

    How to create a pop up window tutorial

    Saturday, December 29th, 2007

    OK guys here is the tutorial which many of you want how to create a pop up window which you must have seen in many of the wbesites

    First of all create a simple html file:

    <html>

    <head>

    </head>

    <body>

    </body>

    </html>

    Done

    Now add the add the following code below head tag

    <script language=”JavaScript”>
    <!–
    function popup(url,windowtitle,specification) {

    window.open(url,windowtitle,specification);
    }
    //–>

    </script>

    The above function will first tell the browser to read the below lines as JavaScript code

    If your browser is old this code <!– will tell the browser to read it is as comment and perform no action

    Then you will create a function popup

    With three arguments url,windowtitle,specification

    Done

    Now below <body> add following code

    <a href=”javascript:;”onClick=”popup(‘http://www.yahoo.com’,'Yahoo’,'width=540,height=480′)”>Click me </a>

    Done

    <html>
    <head>
    <script language=”JavaScript”>
    <!–
    function popup(url,windowtitle,specification) {
    window.open(url,windowtitle,specification);
    }
    //–>
    </script>
    </head>
    <body>
    <a href=”javascript:;”onClick=”popup(‘http://www.yahoo.com’,'Yahoo’,'width=540,height=480′)”>Click me </a>
    </body>
    </html>

    For example click below





    Click me

    Thanks
    krates

    Share and Enjoy:
    • Digg
    • del.icio.us
    • Facebook
    • NewsVine
    • Reddit
    • StumbleUpon
    • YahooMyWeb
    • Google Bookmarks
    • Yahoo! Buzz
    • TwitThis
    • Live
    • LinkedIn
    • Pownce
    • MySpace

    Revealing saved passwords behind those ******

    Friday, December 28th, 2007

    This one is for greedy brothers and sisters who want to found out each other’s passwords

    This is only for mozilla firefox users

    First off all download this extension

    Web developer extension

    Now restart your browser. You will see a new toolabar

    There will be several categories in it like disable, cookies etc

    Now open the web page where you are having your sister or bro password

    For convenience i have opened http://www.orkut.com

    You will see something like below there

    Now in your web developer extension click on forms and select show password

    Now the work is done you will see your enemy or frnd pass

    Thanks

    krates

    Share and Enjoy:
    • Digg
    • del.icio.us
    • Facebook
    • NewsVine
    • Reddit
    • StumbleUpon
    • YahooMyWeb
    • Google Bookmarks
    • Yahoo! Buzz
    • TwitThis
    • Live
    • LinkedIn
    • Pownce
    • MySpace

    Great and free photoshop alternative

    Wednesday, December 26th, 2007

    Well after having a look at some free image editing programs i have found out the very good photoshop alternative but it still lack some features which makes photoshop better but it is good not to pay 30,000 rs/yr.

    This software name is PAINT.NET it can be freely downloaded here

    http://www.getpaint.net/

    It has some cool features

    It has a cool structure with easy colour picker with some similar effects which photoshop can offer.

    Like

    It Has some cool colour picker options

    So just leave photoshop and get on paint.net

    Thanks

    krates

    Share and Enjoy:
    • Digg
    • del.icio.us
    • Facebook
    • NewsVine
    • Reddit
    • StumbleUpon
    • YahooMyWeb
    • Google Bookmarks
    • Yahoo! Buzz
    • TwitThis
    • Live
    • LinkedIn
    • Pownce
    • MySpace