Finding log of a particular user ,SVN

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 »
Page 2 of 5«12345»