
Search In
In this blog, I am explaining how we can create a speech bubble without using any type of image and javascript code. We can simply create a speech bubble with the help of CSS.
For creating a speech bubble we need a single line HTML code for that her
Joomla contains Favicon inside templates/your_templatename/ directory. To change this icon you need to replace that file with the one you want instead of it. Process of changing favicon is described below:
First, you need to create a 16x16 pixel im
What is define() function ?
The define() function basically use for creating a constant.
It depends on 3 parameters:
1-name-> this is the name of the constant.
2-value->value of the constant.
3-case_insensitive-> define constant name an
Hello Friends,
If you are looking to use conditions in mysql query with query builder in Symfony2. Please review the below code and make the changes accordingly:
$qb = $this->getConn()->createQueryBuilder();
$qb->select("SUM( IF(`pm_stat
Can any one tell me how to Deployment Repository / Scourse Code To a Server ...
Like For Localhost:3000
We need to locate our Scourse Code Folder then Run File on Powershell then Put Commend :
nmp install
Then after that we need to op
So i've got multiple exercises to do in I have absolutely no idea how to make this script :
The script must create a file named files.txt and display its contents. The file must contain all the names (only) in the %windir%\system32
Google webmaster account is a very important tool for a Company website. Using this tool we can check website performance and maintain it according to google guidelines. Google provide this tool and it is absolutely free for everyone. As well as Goog
Hii,
In this blog i am going to discuss about objects in Javascript and how we can use it.
While writing client side scripting language i.e Javascript we use concept of OOPs(object oriented programming languages) which helps us to use properties of O
How to integrate Google Street View in Javascript?
This blog will help you to know how to integrate google street view using javascript. Firstly create index.html and paste the following lines of code:
<!DOCTYPE html>
<html>
<head
A module is light weight extension which pulls information from database or from joomla components.It can be placed in any predefined module position within joomla template.
For Creating any custom module we need to create four basic files which