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

Search In

How to change the image in template in Joomla

You can change the image of your template by following ways: Change the image reference of your choice in the HTML file of the template. The images in Joomla for a template are generally placed in this folder: /templates/templatename/images (w

Adding tooltip on a div using built-in ellipsis

Here is a way of adding tooltip on a div using built-in ellipsis $('.mydiv') .bind('mouseenter', function () { var $this = $(this); if (this.offsetWidth < this.scrollWidth && !$this.attr('title')) $this.attr('title',

How to make like query in MongoDb

Below is the way you can make like query in MongoDb : It can basically be achieved by using MongoRegex $where=array(); if($param['searchfor']!=""){ $regexObj = new MongoRegex("/".$param['searchfor']."/ig"); $where['

How to call a javascript function through android

If you are trying to load a web page inside android web view. Then a known java-script function of the page can be called through android in following way :- webview.loadUrl ("javascript:methodName(\""+parameter1+"\",\""+parameter2+"\")"); Hope thi

Difference Between $a and $$a in PHP

$$a uses the value of the variable whose name is the value of $a. It means $$a is known as reference variable where as $a is normal variable. It allows you to have a variable of variable – This program can create the variable name the same way it can

The best way in the interest of consequence loss.

levitra 20mg price levitra 20 mg cialis 20mg cheapest cialis 20mg

Namespaces in Unity 3D

Namespaces in Unity 3D : Namespaces are container of the classes. Namespaces help us to organize the scripts. When we create a new C# script in Monodevelop, two namespaces are included at the top, these are ' using UnityEngine; ' and ' using System.

The pre-eminent way in the field of consequence loss.

levitra 20mg generic levitra 20mg generic cialis 20mg cheapest cialis 20mg

Reverse an array in Objective C

If you want to reverse an existing array in objc, you can do it this way. - (NSMutableArray*)reverseArray { if ([self.assetsArray count] == 0) return; NSUInteger i = 0; NSUInteger j = [self.assetsArray count] - 1; while

1 28 363
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: