Here is a example of finding log or chnages done by a user on a directory or file in SVN Repository: To get log of current directory:- svn log | sed -n ‘/username/,/—–$/ p’ To get log of a particular file:- svn log filename.txt | sed -n ‘/username/,/—–$/ p’
Full Story »Problem With form submit using javascript submit function
Hi, i want to share one experience with all of you that why your form is not submiting using javascript’s submit function if everything is correct, one reason that i have faced is if there is any html elment(like Button ,submit button, any text box etc) whose name is submit then it will never work. [...]
Full Story »Edit a web page in browser with javacsript
Guy’s i am going to tell you a interesting way to change the text content of a website in browser, to see how it looks. the way is very simple just copy the given below js code and paste it in the adress bar (where you type the url of a site to open ) [...]
Full Story »Learn CSS
Today i realized that i should be good in CSS also instead of just writing code in server side languages. That’s y i created this post to make a centralized resource of all the css tutorials available on internet. Tutorials- http://www.thenoodleincident.com/tutorials/css/ 3D-BOX Model- http://hicksdesign.co.uk/journal/3d-css-box-model Tutorials- http://www.cssbasics.com/ Tutorials- http://webdesign.about.com/od/advancedcss/Advanced_Cascading_Style_Sheets_CSS.htm Expandable Box- http://www.webdesignerwall.com/tutorials/css-the-all-expandable-box/ Must Try-http://www.csszengarden.com/ 101 Resources- [...]
Full Story »Remove Dotted Outlines From Buttons or links
Many of us have seen that in Firefox a dotted outline appears around buttons or links, when they becomes active . It looks more bad when we are using a background image, so we don’t like them and want to get rid of that. here is the solutions: For Links you can add a class [...]
Full Story »-
Enabling Browser Cache for your website
Some of us wants to enable cache for pages to improve performane so that if any user comes again on the site then static part of web should not load from server, it will really improves the performa -
Clearing Browser Cache
You may have trouble when you want a particular page to load every time from server and it is not doing so because of browser cache of a user browser. Lets take an example you have used captcha on -
Learn CSS
Today i realized that i should be good in CSS also instead of just writing code in server side languages. That’s y i created this post to make a centralized resource of all the css tutorials availab -
Search Bugs In Bugzilla Faster !!!
Hi, There is a way in bugzilla to search bugs faster without remembering Bug Id etc, It is just few steps away to search faster than before: Search for the text "Install the Quick -
Tabs in Putty
Everyone likes Putty and uses it. But the main thing everyone wants is tabs in Putty. This is v -
How to install Juniper Network Connect (VPN) on Ubuntu
You may be facing the same problem as i faced in connecting VPN through junipers network connect from Ubuntu platform. There are two reasons behind this : Java run time is not installed