Blog Detail
incomparable beauty :: blogger, html, css, php, sql, excel, excel vba, foxpro, info software.
http://rakyumi.blogspot.com
A simple blog in the ocean of blogs. This blog is only a small particle of blogs that already exist in cyberspace. Allow this blog comes to your the observer blog. I hope this blog content useful for you. Thanks for visiting this simple blog.
Recent Posts
Create dynamic copyright on your blogger
The following is how to create dynamic copyrights on your blogger. This code was written using JavaScript. One of the benefits of the tag this year is that you have an automatic copyright, so you do not need to change the code each year on your blogg...
How to find duplicate items in MS.Excel or OpenOffice.org Calc
This is a trick where we want to look for duplicate data in MS. Excel sheet or OpenOffice.org Calc. For small amounts of data may not need but for data that has many lines that felt pretty tired as well when we do it manually of course this will affe...
Link text with description
Here is a trick to make the link with a description. I found this trick in Dynamic Drive. And implement it in blogger. This trick is very useful when you want to create a menu with descriptions. Demo: var link=new Array() link[0]="Go to my hom...
How to excel customizing number format in billion, million, thousand
In Microsoft Excel to show the result of number in billion, million or thousand, you can use a custom number format by not changing the number of digits. For example, the result is like this: The custom number format applied to the format number...
How to create rounded buttons
.button { -moz-border-radius: 11px; -moz-box-sizing: content-box; -khtml-border-radius: 11px; -webkit-border-radius: 11px; border-radius: 11px; border: 1px solid #bbbbbb !important; padding: 4px 10px; color: #464646; ...
How to make onclick selecting in textarea
function select_all() { var text=eval("document.form1.demo"); text.focus(); text.select(); } Here is demo of the script, please click inside on text area Please clicking on text area to selecting all To make for the demo above use code...


Thanks this is useful for me.
Posted: December 10th, 2009 | Report This Comment