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

Search In

Laravel 5 Migration

Migrations play a very important role in any MVC Framework. They work as a version control for your database. By using Migrations we can update the database schema and stay up to date on the current schema. By using Migration we can easily manage our

Queue in C++

The std::queue class is a container adapter that gives the programmer the functionality of a queue. It is a FIFO (first-in, first-out) data structure. In queue elements are inserted at the back and can only be accessed from the front and the back. A

Rolling Back A Transaction in MySql

Transactions are very important part of MySql and for handling the transactions the Transaction Control Language (TCL) is used. Transactions are basically used to handle all the changes made in the database. Rolling back a transaction means storing t

How can I display columns from a text file on new rows in C++

I've been trying to display 2 rows with 6 columns, on different rows. I've tried different methods, none of which seems to be working. In my .txt I have: Corfu [Tab] 5* Gelina Village Waterpark [Tab] 21 May 2017 [Tab] Luton [Tab] 10 nights [

Checking a list of URL against a search engine to see if it is indexed.

Hi everyone. I am not a JAVA person but I have a situation where I am suppose to check some 3000+ URL if they exist in a search index. I need a java script which can fire these URL one at a time to the search engine and record back the response if

How to make a redirect html page using jQuery

Redirecting a web page will occur in the header part of the page. In JQuery the page redirect have a code and it will go like this below // similar behavior as clicking on a link window.location.href = "http://findnerd.com"; As soon this script co

How to create articles in Joomla?

Articles is the piece of information that includes text, images, links etc., which you want to display on to your site. To create articles you need to follow the following steps: Login to back-end of the Joomla site. Click Content ->Article ->

How to modify a Joomla Template?

To modify a Joomla Template you need to follow the steps given below: Login to back-end of Joomla Site. Click Extensions -> Template Manager. It will open the Template Manager : Styles You can edit the template by clicking on the name of the Tem

How to get month name from given date using Javascript

Hello Reader's! On a date given like (03/25/2014) if you want to get the month name from it then by using JS you can do this as follow:- var objDate = new Date("12/12/2009"), locale = "en-us", month = objDate.toLocaleString(locale, { month: "lo

Resolving File System issue on Linux

In Linux if your filesystem gets corrupted there is a command that can be used to fix the issue. To fix the file system related issues type command fsck on system's recovery console. This would fix the errors on your file system to get your linux

1 6 159
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: