Css shown below is editable
Thursday, 16 June 2011
Friday, 10 June 2011
jQuery animate() function (Css)
jQuery animate() function is very powerful API to manipulate html elements and add animation functionality. The use of animate function is very simple. First lets check the syntax of this function..animate( properties, [ duration ], [ easing ], [ callback ] )
- properties: A map of CSS properties that the animation will move toward.
- duration: A string or number determining how long the animation will run.
- easing: A string indicating which easing function to use for the transition.
- callback: A function to call once the animation is complete.
Posted by
Opensource
Labels:
Css,
Internet,
javascript tricks,
Tip - Tricks
Automatically Mount Partitions on Login (system start)
Mount Partitions Automatically
Under Ubuntu, partitions must be 'mounted' before they can be accessed. Mounting is simply the process of telling Ubuntu a certain partition exists, what it is, and where in the filesystem it should go.
In a future release, when LiveCD does not mount hard disk partitions (yet) is fixed, this step should be almost automatic. Until then, however, the instructions provided on this page may be used to mount any needed existing data.
Four methods will be discussed:
- The first method is manually editing Ubuntu's filesystem table. This sounds more complex than it really is.
- The second method, specific to Dapper, is described at MountingWindowsPartitions.
- The third - simple - method is to install the pysdm package (in Gutsy) and then use System-Administration-Storage Device Manager without any manual editing of the fstab file, and disregard most of the instructions that follow.
- The fourth and last method does not rely on modifying Ubuntu's filesystem table. Instead, it uses the automatic facilities present in Gnome. Disks are mounted just like a regular user would do.
Thursday, 26 May 2011
Multiple Operating System
Yes, you can have multiple operating systems on one pc . BUT, i suggest you to not to do this. I mean do not install multiple OS (Ubuntu + Windows, etc.). Because their way of handling MBR and other things related to HDD (hard disk) like format system (fat, ntfs, ext1-2-3-4, etc) is different. ubuntu undestands the windows file-system. But, windows dose not understands ubuntu file-system and by chance MS windows make any mistake to ubuntu file-system then MBR (master boot record) of you hard disk crashes. Than, you will have to run here and there to get back your all data on hard disk. because total partition of your system will be deleted.
That happened to me most of times having MS windows+Ubuntu.
But, Even than if you want to try multi boot system having different file systems, best of luck. Just Go to this link given below
That happened to me most of times having MS windows+Ubuntu.
But, Even than if you want to try multi boot system having different file systems, best of luck. Just Go to this link given below
Wednesday, 25 May 2011
Transmission (BitTorrent Client)
Transmission is a cross-platform BitTorrent client that is:
Open Source.
Transmission is an open source, volunteer-based project. Unlike some BitTorrent clients, Transmission doesn't play games with its users to make money:
Transmission doesn't bundle toolbars, advertisements, twitter tools, or anything else.
It doesn't hold some feaures back for a payware version.
Its source code is available for anyone to review.
Its website and forums have no third-party ads or analytics.
Open Source.
Transmission is an open source, volunteer-based project. Unlike some BitTorrent clients, Transmission doesn't play games with its users to make money:
Transmission doesn't bundle toolbars, advertisements, twitter tools, or anything else.
It doesn't hold some feaures back for a payware version.
Its source code is available for anyone to review.
Its website and forums have no third-party ads or analytics.
Posted by
Opensource
Labels:
Internet
Subscribe to:
Posts (Atom)