
Search In
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
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',
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['
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
$$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
levitra 20mg price levitra 20 mg cialis 20mg cheapest cialis 20mg
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.
levitra 20mg generic levitra 20mg generic cialis 20mg cheapest cialis 20mg
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
