How to upload existing project to Github?

12:25:00 PM     Unknown     0 Comments

How to upload existing project to Github?

Step 1:     Create a repository on Github. Visit github.com. Step 2:    Initialize Git    git init Step 3:    Add files to repository.    git add . Step 3:    Commit your added files to repository.    git commit -m "changes info" Step 4:    Copy the repository url    git remote add origin  url Step...

jQuery switching between login and signup forms

3:35:00 AM     Unknown     0 Comments

jQuery switching between login and signup forms

Toggle between login and sign up forms. jQuery helps us to hide and show elements or divs with click function. Download source code: Download This tutorials we creating two forms like login and sign up and switching between form without reloading page. Languages: HTML 5, CSS 3, Bootstarp 3.3.7 and jQuery Code for login and sign up forms...

Git - How to create a branches?

10:15:00 AM     Unknown     0 Comments

Git - How to create a branches?

Branching is a feature available in all version control systems like git and subversion. Git branches tracks your changes. The changes in particular branch won't effect to parent until you merge. List of basic commands for git branches: List of branches in repository: git branch Create a new branch git checkout -b branch-name It will switch to new...

TECHTHEME - Free and open source responsive theme

4:37:00 AM     Unknown     0 Comments

TECHTHEME - Free and open source responsive theme

Free and open source responsive theme built by opensnippets.com. Features Responsive theme built with bootstrap 3 Fixed top navigation bar Header with background image Tech theme includes clients, contact form and footer sections included. Built with Bootstarp 3, HTML 5, CSS 3 and jQuery Demo image: About open snippets: open snippets - Open source web snippets Open snippets is...

Importance of LOGO and How to Design

9:55:00 AM     Unknown     0 Comments

Importance of LOGO and How to Design

The logo makes a visual representation of your company or blog. Customers can easily identify products or Companies with respective their logos.  Companies like Amazon, Nike, Apple, Twitter....etc  maintain standard logos to remember their products and attracting some millions of customers. Logos helps you increase customers, the impression about blog (or) company and finally recognition. The logo designing...