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

Search In

Some functions that are removed in PHP7

Here we will see some of the functions listed below that are removed in PHP7. 1- ASP-style tags ( <%, <%= and %> ), is removed. 2- Script tags "<"script language='php' ">" Note: always use "<"?php ?">". 3-Split function that

Innodb data base and Row Level Locking

MySQL provides a storage engine called InnoDB. It is a default storage engine for MySQL 5.5 and later. InnoDB supports ACID-compliant transaction features, along with foreign key support. InnoDB is a general-purpose storage engine that is used for hi

How to hide particular div with just one click?

Hi, you want a condition in which the particular div, para or any other tag need to be disappear with just a single click see my code written in jquery as simplest. <script> $(document).ready(function(){ $("p").click(function(){

How upload only max 4 images in PHP?

Hello Reader's if you are developing the website and you want to restrict file upload to max of 4 then you can use the code as below:- The logic for this condition is you just have to return false is count of array is more than 4. Let's see how is i

Global and Local variables in Python

Python Variables that are defined inside a function body have a local scope, and those defined outside have a global scope and variable. That indicate local variables can be accessed only inside the function in which they are declared, whereas global

Pagination in Laravel 5.x

It is very painful to use pagination in other framework but In Laravel 5.x it is very easy to implement pagination. By using paginate method on the query builder we will takes care of setting the proper limit and offset based on the current page bein

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

5 Ways to Use Data Visualization to Make Decisions

Data visualization is more than pie charts and line graphs. It is used as a visual tool to help businesses clearly understand the information or data they are being presented through a visual perspective. Data visualization takes information from hun

Types of Mask in Photoshop (part 5)

Welcome back to "Part 5 - Types on Mask in Photoshop". Hello Guys !! In this Blog iam gonna tell you about Adjustment Layer Mask. OK Let's get started. Question 1: How to apply Adjustment Layer Mask? Adjustment Layer Mask is an another type of mas

what is actually module and mixin is

Modules are similar to classes basically every class object is ancestrally a module object.When you create a class you can create instance of that class through which you can execute class's method but this is not possible in modules as it doesn&

1 2 4 467
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: