SVN: How to commit only modified files via command line

advertisement

apple macHave been looking for simple way to svn commit only modified files via command line for long time. Finally i manage to find a simple solution with just 2 line command and it will be able to commit any type of file status as you like.

To SVN commit the only modified files via command line, follow the steps below:-

Continue reading SVN: How to commit only modified files via command line »

jQuery: How to refresh select box

advertisement

jquery2nd time searching for how to refresh select box using javascript / jquery. I’ve found the solution previously but the code is hidden somewhere else… grrr… Just a note for myself to refer how to refresh select box using javascript / jquery. Hope this helps u too!

To refresh select box using jQuery, refer to the code below:-

Continue reading jQuery: How to refresh select box »

WordPress: How to create left sidebar template in TwentyEleven theme?

advertisement

wordpressI’m modifying twentyeleven theme to have a left sidebar template for my page. By default twentyeleven have a sidebar template that showing the sidebar at the right column. To have a bit more choices for my new page, i would like to create a left sidebar template.

To create left sidebar template in WordPress TwentyEleven theme, follow the steps below:

Continue reading WordPress: How to create left sidebar template in TwentyEleven theme? »