Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

commiting a first file using git

As we have initialize here our first project we are now ready to make our first commit. Check the status naveen@naveen:/var/www/html/RND/symfony_sites/symfony_todoapp$ git status Git will show the message On branch master Initial commit not

Create portlet configuration page in liferay

Portlet configuration page use some parameters for liferay portlet. For example I would like to select what page should a controller display when viewing it. Below steps help you to create configuration page in liferay : Step 1: Create controller

Sending Push Notification to Android device using GCM C#

In one of my current project, I had to develop and integrate the Android Push notification functionality in my server side C# code.For this purpose, i used the Google Cloud Messaging service. Here is code for the same. public void SendNotificat

How to make TextSwitcher in android

TextSwitcher is useful to animate a label on screen. TextSwitcher animates the current text out and animates the new text. In below example Frist I have created a main layout, In main layout I have added TextSwitcher attributes. See the below example

Updating a file and adding it to repository

Previous Git Blogs Intialize git repostiory First Commit Two tree architecture and Three tree architecture Best basic practices for writing commit messages Viewing the commit logs Git Basic WorkFlow What is HEAD pointer in GIT Git Configuration V

Get both text and value of selected option in a dropdown in Asp.Net MVC

How to get both text and value of selected option in a dropdown in Asp.Net MVC? While working in a MVC project, I got a requirement where I needed both Value as well as Text of the selected option in the Dropdown. The solution that worked for m

slice() method in JavaScript String

JavaScript String slice() method : The slice() method is used to extract the sub-string. The index is starts from 0. To return the string from last position use negative index. Syntax of slice() method : string.slice(start,end) start : Th

What is the difference between find() and children() methods in jquery?

Hello Readers, difference between find() and children() methods in jquery : Both find() and childern() are jquery methods. find() method is used to search the more then one level down the tree (DOM tree) while children() method is uesd to find th

substring() method in JavaScript String

JavaScript String substring() method : The substring() method is used to extract the sub string between two points. It returns the new substring. If start point is greater than end point then it swaps automatically these points, means “substring(4,2)

custom side bar with the help of jquery

Hello Readers In this article I will guide you how to create custom side bar with the help of jquery. Here is the HTML <section id="slideBox" class="open"> <nav id="menu"> <ul> <li&g

1 591 949
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: