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

Search In

lgujb mzcud for 53% oqqosf2

DAMMAM: The World Heritage Committee of the UN Educational, Scientific and Cultural Organization (UNESCO) has added the rock art in Hail to the World Heritage List. The addition was made during the committee鈥檚 39th session in Bonn, Germany, and becam

Fading in and out an element using jQuery

Sometimes we want an image, control or element in a page to fade in and out of visibility .With jQuery it can be done easily. Below are examples of fade in and out method for a div element: Fade In: fadeIn() method is used to fade in a hidden ele

List of Joomla Versions

Joomla is a Content Management System which is widely used now a days. Joomla released various versions since September, 2005. List of versions are: Versions Joomla 1.0 It was released on September 22, 2005. Joomla 1.5(LTS) It was released on

SQL Outer-Left Join

In this Join all the content of both table will come in resultant table either they will be matched or not . Outer Join are of two types : 1) Left Outer Join -> It is also known as left join . In left join all the content of left table will come i

How to make text url to hyperlink using PHP

Hello Reader!, On printing the url in plain text, they do not appears as hyper linked but using PHP you can perform this. Let's see the example below that takes a plan url as input and return the hyperlinked url:- <? function createHyperLink($ur

Two dimensional Array sorting

Here we will learn how we can sort two dimensional array:- lets take an example :- <?php $activities = array ( '1' => array( 'id' => 1, 'time' => "2015-10-22 14:20:00" ), '2' => array( 'id' =>

How to call a function from string in Javascript

Hi, Generally, there are two methods to call a function from a string. Using eval. Using window object. First solution is using **eval**. It is easy to use but generally real programmers avoid to use this. Example 1 without arguments: var fun

Pre loader using pure css

Hi All, Below is some example of pure css loader. Using css animation. All are single element loader. Please, check the below code for details. section{ margin: 10px 0; } .loader { position: absolute; z-index: 1; left: 0; right: 0; mar

Laravel Eloquent - Attach vs Sync

Attach and Sync are the two methods which we used in our Laravel Eloquent. We can describe this as follow: attach(): 1) This is used for Insert related models. This method is used when we want to work with many-to-many relations. 2) When we are usi

Compute difference between two arrays in PHP

This article defines an array function of PHP, which is used to find the difference between two arrays. The details of function are given below : array_diff() : array_diff() is used to compare two or more arrays to find the difference. The function

1 35 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: