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

Search In

Meteor SocketIO Client-server Connection Not Established

I’m trying to connect a client app locally deployed to a server app I deployed to heroku, using socket.io. The app works great locally but I can’t establish the web sockets when deployed to heroku.   My server code:   impor

Coding a Workflow System to Track and Improve Productivity

Coding a workflow system will improve productivity. In addition, bpm is crucial to your business goals. It helps you understand the processes that need to be done and have the technology to see them through. So if you are looking build out your

How Software is Changing Business

  For businesses, the traditional desktop software suite has long dominated the landscape. However, other small business software packages have begun to capture a large share of the marketplace due to their superior functionality and versatil

What is shuffle in PHP

Hello Reader's, If you want to know about shuffle function in PHP then this article is helpful for you. Lets say you want to generate 100 numbers on a random basis, a good way would be to generate an array with the numbers in order, then shuffle it.

Display multiple locations marker on a google map in web page

Google Map provides a facility to display maps on web page of web application. We used Google map API to show and customize the gmap on our web page. The GMap API is a kind of JavaScript library. Here we will learn how to implementation and customiz

Recovering mysql from backups

Here we will learn how to restore the database from a backup using mysql commands we need to follow the following steps for the process We must have a database dump that we want to restore on the machine with the correct database name for

Touch event

Hello, I have a doubt regarding Touch Event. Say I need to write something like my name "Sangita" with just single tap on the keypad. In short I need to automate the whole process in one touch that would otherwise take 7 touches. The first touch work

Recovery Models in SQL server

There are three types of Recovery model in SQL server Simple recovery model -- gives you the backup to replace the entire database in the event of a failure . In simple recovery model data is recoverable only to the most recent backup . User c

SQL Alter Table

SQL Alter Table Using this query you can add , modify or delete columns in a existing table . It is also used to change the table name . Syntax -> Alter table table_Name Add column_Name column_Definition ; If you want to add multiple column i

SQL Select Statement

SQL query is used to retrieve selected row or column from the database based on the given condition . It is also used to retrieve data from a table in database . Syntax -> Select expression from table_Name where clause ; // Expression indicate

1 9 54
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: