18 Jan
Posted by Ganesh H S , Bangalore, India as Google, Search Engine Optimization
I always ended up in search engine when i wanted quick results I randomly entered the search keywords and when i didn’t get relevant result of what i am looking for, i used to reiterate the search action with different search terms.
Google Suggest is a interesting feature that analyzes the user input search keywords and […]
16 Jan
Posted by Ganesh H S , Bangalore, India as mozilla
Choosing color is always a key point when developing any websites, i like Zend developer zone and Google, when it comes to reading articles.
While surfing any website, sometimes we may like few colors in few websites and we may want to use those colors in projects we develop, as a developer it is slightly difficult […]
15 Jan
Posted by Ganesh H S , Bangalore, India as mozilla
Video Download Helper is a firefox addon, which helps to Download music, Download videos from You tube, MySpace, Google videos, DailyMotion, Porkolt, iFilm, DreamHost and picture galleries
With video download helper add on installed, and we surf the websites (you tube, Daily Motion and others) containing videos, music or images. Video download helper detects those […]
12 Jan
Posted by Ganesh H S , Bangalore, India as web crunch
I remember those days, when i started my web development career each day was learning experience with of useful information learnt every day. Remembering those information sites or domain name or URL’s is difficult job, so what i used to do is store those URL’s in a text file.
Then one of the senior developer […]
08 Jan
Posted by Ganesh H S , Bangalore, India as zend framework
I started with PHP in my graduation 7th semester B.E, i liked PHP most because of its simplicity. It takes less than 24 hours to learn and develop web applications using PHP , for complex projects we need frameworks with mvc architecture php mvc , cake php, symfony, code igniter and etc […]
08 Jan
Posted by Ganesh H S , Bangalore, India as zend framework
Zend Auth is easy to set up and provides a system that secures our site with an easy to use authentication mechanism.
Zend Auth(Zend_Auth) provides an API for authentication and includes concrete authentication adapters for common use case scenarios.
In this Zend Authentication example, i will be discussing only about zend authenticating with a Database […]
13 Dec
Posted by Ganesh H S , Bangalore, India as Search Engine Optimization
The robots META tag is similar to robots.txt, its placed in the head section of an HTML page.
In robots meta tag -
The “NAME” attribute is “ROBOTS”.
The “CONTENT” attribute are: “INDEX”, “NOINDEX”, “FOLLOW”, “NOFOLLOW”.
Do not index the content of a page, scan it for links to follow.
<META NAME=”ROBOTS” CONTENT=”NOINDEX, FOLLOW”>
Indexing content of a page […]
09 Dec
Posted by Ganesh H S , Bangalore, India as apache
When projects are in development stage or we may have some internal projects related to intra center and we do not intend to share/allow access to outside users, then how can we prevent this? This basic HTTP authentification can be done using .htaccess
step1: Decide the paths which you want to protect
- Path: /var/www/html/,
Path to .htaccess […]
01 Dec
Posted by Ganesh H S , Bangalore, India as zend framework
In php programming we always used global or $_GLOBALS to refer to the global variable.
For example consider below -
Db.php
<?php
// connect to mysql server
$mysqlLink = mysql_connect(”mysql_server”, “mysql_user”, “mysql_password”);
?>
index.php
<?php
require_once “Db.php”;
function displayTables()
{
global $mysqlLink;
$sql = “SHOW TABLES”;
//use global variable mysqlLink, and perform query execution
mysql_query($sql, $mysqlLink);
?>
In zend framework, zend registry is an mechanism to using global storage. The registry […]
27 Nov
Posted by Ganesh H S , Bangalore, India as zend framework
When i started to develop a web application using zend framework, i couldn’t get much of articles related to how to access form data, zend framework form handling classes are very good approach in handling form, most of them were still under proposal state.
What i really wanted was to access the form data, which i […]
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « May | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||