 |
 |
 |
 |
The technical articles available here cover a range of topics including
Programing, New technology release,Css,E-mail techniques,New Gadgets News,HTML Tips,JavaScript,PHP,Search Engine etc.
This page is updated fairly often, and I will try to add as many articles as possible.
.
Use the following categories to help you locate the article that meets your needs.
Categories
Latest 10 Articles
-
PHP: Multiplication without multiplication operator.
Recently one of my friend asked me to write a function in PHP for multiplying two numbers without * or / operators. Also we should not use any loops. I got the following solution.
function mul($a,$b)
{
if($b==1){return $a;}
return $a+mul($a,$b-1);
}
echo.... Read More
-
Our ancestors were using Bluetooth and Wireless technology before 5000
After digging to a depth of 100 meters last year, Russian scientists found traces of copper wire dating back 1000 years, and came to the conclusion that their ancestors already had a telephone network one thousand years ago.
So, not to be outdone,.... Read More
-
MVC Song Again - Video Version
Two Years back i have written a post about the MVC(Model-View-Controller) song in this blog. Yesterday while surfing the web I found a video of James singing it live on WWDC 2003 in youtube. Here is the youtube video:
And those who wish to read.... Read More
-
What is CDN?
In the late 90's where internet start its booming, The content(Web page/Images/Video/MP3 etc....) was delivering from a central server. This affects the loading and response time if large number of users hits the same server at a time. So people strats.... Read More
-
Five HTML5 Presentations To Help You Get Started
If you want to know more about HTML 5, here are links to some presentations, video recordings and web article that you may find useful. HTML 5 Reference – A official guide to HTML 5 for developers. Preview of HTML 5 – An overview of HTML 5 in simple.... Read More
-
PHP session is not working in IFrames in IE browsers
Recently I have faced an issue with session in IFrames in IE Browsers. The issue is like session is not sharing between pages inside iframe particularly if you are accessing it in a different domain. The script will run smoothly without the iframe,.... Read More
-
HTML5 - New Feature - Storage Tables
HTML5 is introducing a new feature called "Storage Tables". With "Storage Tables" can be described as a simple database in the browser. This allows you to store and retrieve a value even when the user has closed his browser and reopened it.
Like.... Read More
-
Web 3.0 Concepts explained
Out of all the Internet buzzwords and jargon that have made the transition to the public consciousness, “Web 2.0″ might be the best known. Even though a lot of people have heard about it, not many have any idea what Web 2.0 means. Some people.... Read More
-
Overriding Inline css style definitions.
One of the most powerful features of CSS is the cascading. Knowing how a browser chooses and applies your styles is invaluable knowledge. There are various methods to apply css to an element.
External Style Sheets - All css will written in separate.... Read More
-
Google Internet Campaign - The Internet Bus
Google Internet Bus
Posted on February 3rd, 2009 by admin | Edit
Google India has a launched a very unique initiative to educate the offline population in India about the benefits of Internet.
The project is called The Internet Bus. The aim.... Read More
Announcements
-
Google Internet Campaign - The Internet Bus
Google Internet Bus
Posted on February 3rd, 2009 by admin | Edit
Google India has a launched a very unique initiative to educate the offline population in India about the benefits of Internet.
The project is called The Internet Bus. The aim.... Read More
-
AOL Is Integrated GMail and yahoo to Its Home Page
Just see a new feature in AOL.COM home page. The Dynamictabs are integrated with GMail, HotMail and Yahoo Mail. Now you candirectly login to GMAIL or Yahoo Mail from AOL.com and accessyour Inbox. AOL Also revamps its home page. . Read More
-
Yahoo Photos Begins Closing Down
Yahoo’s planned shutdown of Yahoo Photos has begun. The Yahoo blog Yodel Anecdotal reports that they have started to close accounts and transition users over to Flickr.
i got an e-mail from yahoo. it is as follows,
Dear Yahoo! Photos user,
.... Read More
-
View power point presentations Inside GMail
Now you can open PowerPoint attachments as slideshows, without having to download anything. Just click "View as slideshow" next to the .ppt attachment you want to preview. Since you can open .doc and .xls attachments with Google Docs and Spreadsheets.... Read More
-
Microsoft's New Brainchild - Surface
Imagine being able to actually touch your digital photos and drag them around by hand, or use your finger as a Photoshop paint brush. You can do that and much more with Microsoft's first surface computing product, imaginatively named Microsoft Surface.
.... Read More
-
Google with its new product - Google Gears
Recently, google launched the beta version of there new product "Google Gears".
The goal of Google Gears is to allow rich, AJAX – heavy web applications to become fully functional both on and offline. Delivering this capability would be a substantial.... Read More
-
Second Kerala BarCamp - In Cochin
Following the success of the first barcamp in Kerala (It was held at Techno Park, Trivandrum), the second one is going to take place in kerala. This time it will be at Cochin.
Where : DOE Hall, CUSAT, Cochin
When : 3rd of February.... Read More
-
Gmail + Talk + ICQ + AIM + ?
You can now log onto your AIM account through gmail and chat with your aim friends! How great is that?!
This will enable you to sign into your AIM account and chat with your AIM buddies right inside Gmail. When you log in to AIM through Gmail.... Read More
-
What is Silverlight?
For years, web page animation has been restricted to animated gifs or the admittedly excellent vector graphic Flash. Now Microsoft is going to take Flash on with their Silverlight product, which provides graphical and animation display, with.... Read More
Css
-
Overriding Inline css style definitions.
One of the most powerful features of CSS is the cascading. Knowing how a browser chooses and applies your styles is invaluable knowledge. There are various methods to apply css to an element.
External Style Sheets - All css will written in separate.... Read More
-
Top 5 HTML Accessibility Practises.
Tabbing
Users who do not or cannot use pointing devices can 'tab' through links, and as such, links should be in a logical tabbing order. The "tabindex" attribute allows you to define this order although if the HTML is linear, as it should be, a logical.... Read More
-
Top 10 HTML Email Mistakes
Following are some of the top mistakes occurs while creating an HTML email.
Mistake #1: Not testing your campaign enough.
Before you send an email out to your entire list, you should have sent at least 4 or 5 tests to yourself, and to all your.... Read More
-
Embedding Fonts In Web Page.
Recently i have faced few problem with commercial fonts or dynamic fonts in one of my project.Dynamic fonts are font style files that download right along with the page that will use them.Think of them as an image. That's the basic concept. When you.... Read More
-
Need for speed : CSS Compression
A powerful advantage of using PHP is that you can compress your files so that they take up less room on your server. There are multiple ways of achieving this, one method is as follows:
<?php
ob_start("ob_gzhandler");
?>
Just add that to.... Read More
-
Preventing spam on your website without using captcha
This is an alternative to the image and audio captcha and it is much simpler than the other two methods.
1. Add an input field to your form, with some interesting name, for example ‘URL’.
<input name="url" type="text" value=""/>
2. Hide.... Read More
E-mail
-
Pretty Good Gmail
Following the footsteps of Google's personalized homepage, Gmail added themes. Once the new option is enabled in your account (as usually, Gmail's new features are slowly rolled out), you'll find a tab named "Themes" in the settings page and you'll.... Read More
-
Top 10 HTML Email Mistakes
Following are some of the top mistakes occurs while creating an HTML email.
Mistake #1: Not testing your campaign enough.
Before you send an email out to your entire list, you should have sent at least 4 or 5 tests to yourself, and to all your.... Read More
-
How to Search An E-Mail in G-Mail
The real power of Gmail search lies in search operators -- words that help modify your queries. Search operators work pretty much the same way within Gmail as they do for Google. In the latest post in the official G-Mail blog, they have mentioned.... Read More
-
9 Reasons not to archive messages
Today I read one article about the GMail mail archive (9 reasons not to archive messages). After reading the article I feel what the author trying to explain is correct. But I am going to continue my habit of archiving E-mails…But not simply everything….
The.... Read More
-
9 reasons to archive your E-mails
The GMail Blog is giving 9 reasons to archive your E-mail's regulerly.
Archiving? What is that?
In Simple....
Archiving just means moving mail out of your inbox and storing it for safekeeping.
In Detail....
Archiving moves messages.... Read More
Gadgets
-
Microsoft's New Brainchild - Surface
Imagine being able to actually touch your digital photos and drag them around by hand, or use your finger as a Photoshop paint brush. You can do that and much more with Microsoft's first surface computing product, imaginatively named Microsoft Surface.
.... Read More
Google
-
Google Internet Campaign - The Internet Bus
Google Internet Bus
Posted on February 3rd, 2009 by admin | Edit
Google India has a launched a very unique initiative to educate the offline population in India about the benefits of Internet.
The project is called The Internet Bus. The aim.... Read More
-
Pretty Good Gmail
Following the footsteps of Google's personalized homepage, Gmail added themes. Once the new option is enabled in your account (as usually, Gmail's new features are slowly rolled out), you'll find a tab named "Themes" in the settings page and you'll.... Read More
-
Hidden GMail Chat Icons
Some Hidden and Known GMail Chat emoticons.
Bold and Italics
Get bold or italics using Textile-like commands. Surround text with underscores
“_” for italics, or asteriks “*” for bold.
for example, something like *hello* or _hello_
Special.... Read More
-
Google Chrome : New & Missing Features
Yesterday, google launched Google Chrome, a new approach to the web browser that comes with a few features that can give you a better browsing experience:
I like the following features of Google chrome.
==================================
1.) Google.... Read More
-
How to Search An E-Mail in G-Mail
The real power of Gmail search lies in search operators -- words that help modify your queries. Search operators work pretty much the same way within Gmail as they do for Google. In the latest post in the official G-Mail blog, they have mentioned.... Read More
-
9 Reasons not to archive messages
Today I read one article about the GMail mail archive (9 reasons not to archive messages). After reading the article I feel what the author trying to explain is correct. But I am going to continue my habit of archiving E-mails…But not simply everything….
The.... Read More
-
9 reasons to archive your E-mails
The GMail Blog is giving 9 reasons to archive your E-mail's regulerly.
Archiving? What is that?
In Simple....
Archiving just means moving mail out of your inbox and storing it for safekeeping.
In Detail....
Archiving moves messages.... Read More
HTML
-
Five HTML5 Presentations To Help You Get Started
If you want to know more about HTML 5, here are links to some presentations, video recordings and web article that you may find useful. HTML 5 Reference – A official guide to HTML 5 for developers. Preview of HTML 5 – An overview of HTML 5 in simple.... Read More
-
HTML5 - New Feature - Storage Tables
HTML5 is introducing a new feature called "Storage Tables". With "Storage Tables" can be described as a simple database in the browser. This allows you to store and retrieve a value even when the user has closed his browser and reopened it.
Like.... Read More
-
Top 5 HTML Accessibility Practises.
Tabbing
Users who do not or cannot use pointing devices can 'tab' through links, and as such, links should be in a logical tabbing order. The "tabindex" attribute allows you to define this order although if the HTML is linear, as it should be, a logical.... Read More
-
How do I include another file inside a HTML file?
An include is a section of HTML that isn't a full HTML document by itself. Instead, it is a portion of another page that can be included in complete Web pages using programming.
Unfortunately, this is not something that is supported by HTML, so.... Read More
-
Why avoiding tables for layout is important
Tables are slow
=============
In almost every browser out there, unless table widths are specified explicitly, all the text in the table needs to be rendered before the browser can figure out how wide to make the various table cells. This means that.... Read More
-
Preventing spam on your website without using captcha
This is an alternative to the image and audio captcha and it is much simpler than the other two methods.
1. Add an input field to your form, with some interesting name, for example ‘URL’.
<input name="url" type="text" value=""/>
2. Hide.... Read More
JavaScript
-
Passing multiple Arguments to a JavaScript Function at Runtime
Today I came across with a scenario in Javascript functions that the number of parameters would change in the runtime. When I searched in google I found that, In JavaScript we can pass any number of parameter and get these parameter at run time.
JavaScript.... Read More
-
Body Background Color
-
Preventing Double Payments
One of the problems in e-commerce is how to protect the user from making mistakes. It's even more critical when your protection target is on-line payments. Usually, you need to send a request to a credit authorization system, get back a transaction.... Read More
-
Reveal The Contents of Password Fields
If you chose the "Remember" option for logins in webpages, you can reveal it easily. It doesn't require any software to reveal hidden passwords under asterisks and don't need to waste your time in cracking master password.
Simply enter the following.... Read More
-
Number Validation Using JavaScript
Usig javascript, the simplest way to check whether the details entered in a text field are numeric is to to loop through the string and compare each character to a pre-defined list of acceptable characters.
<script type="text/javascript">
function.... Read More
-
How do I include another file inside a HTML file?
An include is a section of HTML that isn't a full HTML document by itself. Instead, it is a portion of another page that can be included in complete Web pages using programming.
Unfortunately, this is not something that is supported by HTML, so.... Read More
-
window.open() Method's Return Value
To handle references to a window properly, you should always assign the result of a window.open() call to a variable. A call to the window.open() method returns a value of the new window's object if the window opens successfully, or null if it fails.... Read More
-
Need for speed : JavaScript Compression
This is a continuation to my previous post Need for speed : CSS. I have used PHP to compress my JavaScript files.
Why compression and How?
Javascript files for larger sites can become pretty large themselves. Gzipping or compressing these files.... Read More
-
Javascript Tips & Tricks
Version your JavaScript
====================
Include js version in the language attribute, e.g. script type="text/javascript" language="JavaScript1.4">
Useful if you want to "hide" code from older browsers .g. if you use try...catch statements.... Read More
-
Most Wanted JavaScript String.prototype Extensions
This is the list of 10 JavaScript String.prototype extensions.
This extension adds trim() function:
String.prototype.trim = function(){ return this.replace(/^\s+|\s+$/g,'’); }
//test trim
test = ‘ testing trim ‘;
document.write.... Read More
-
JavaScript equivalent of php function preg_replace
Here is a simple javascript function which is equivalent to PHP's preg_match function.
function preg_replace (array_pattern, array_pattern_replace, my_string) {
var new_string = String (my_string);
for (i=0; i<array_pattern.length; i++).... Read More
Misallenous
-
AOL Is Integrated GMail and yahoo to Its Home Page
Just see a new feature in AOL.COM home page. The Dynamictabs are integrated with GMail, HotMail and Yahoo Mail. Now you candirectly login to GMAIL or Yahoo Mail from AOL.com and accessyour Inbox. AOL Also revamps its home page. . Read More
-
Fundamental differences between Linux and Windows
Few primary differences between Linux and Windows. Below is a chart to help illustrate the major advantages and disadvantages of each of these operating systems.
Linux
Windows
Full access
No access
Licensing freedom
Licensing.... Read More
-
Save Trees Save Earth.
Only when the last tree has died and the last river been poisoned and the last fish been caught will we realise we cannot eat money.
source : unknown, Collected From Internet
June 5th is the world environmental day. It’s an opportunity to.... Read More
-
Yahoo Photos Begins Closing Down
Yahoo’s planned shutdown of Yahoo Photos has begun. The Yahoo blog Yodel Anecdotal reports that they have started to close accounts and transition users over to Flickr.
i got an e-mail from yahoo. it is as follows,
Dear Yahoo! Photos user,
.... Read More
-
Some Useful Windows Run Commands
To access the RUN command prompt click START menu then click RUN
---
Accessibility Controls - access.cpl Add Hardware Wizard - hdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools - control admintools Automatic Updates - wuaucpl.cpl
Bluetooth.... Read More
-
Receiving SMS Messages Using a Computer ?
In general, there are three ways to receive SMS messages using your computer:
1. Connect a mobile phone or GSM/GPRS modem to a computer. Then use the computer and AT commands to get the received SMS messages from the mobile phone or GSM/GPRS modem.
Receiving.... Read More
-
How to Send SMS Messages from a Computer?
In general, there are two ways to send SMS messages from a computer / PC to a mobile phone:
1. Connect a mobile phone or GSM/GPRS modem to a computer Then use the computer / PC and AT commands to instruct the mobile phone or GSM/GPRS modem to send.... Read More
-
Have you heard about Joel Test?
The Joel Test: 12 Steps to better coding
The Joel Test is introduced by Joel Spolsky.
Joel Spolsky, a software developer in New York City. Since 2000, he is writing many articles about software development, management, business, and the Internet.
Here.... Read More
-
What's new on Gmail?
Just launched!
Increased attachment limit-- 20 MB!
Now you can start sharing more of those home videos, large presentations and files you just can't seem to get smaller. We have doubled the allowable attachment size to 20 MB to make your Gmail.... Read More
-
9 reasons to archive your E-mails
The GMail Blog is giving 9 reasons to archive your E-mail's regulerly.
Archiving? What is that?
In Simple....
Archiving just means moving mail out of your inbox and storing it for safekeeping.
In Detail....
Archiving moves messages.... Read More
-
Download Acer Laptop !!!!
Now you can download an Acer Laptop............
Unbelievable? See the Google Ads Link.............
Read More
-
100 Windows keyboard shortcuts
CTRL+C (Copy)
CTRL+X (Cut)
CTRL+V (Paste)
CTRL+Z (Undo)
DELETE (Delete)
SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin)
CTRL while dragging an item (Copy the selected item)
CTRL+SHIFT while dragging.... Read More
Misc
-
Image for your very own E-mail address
Here is the very simple procedure to create an image for your very own email address. Here goes..
1. You need to know the email address.
2. Open this weblink for the Email Icon Generator (http://services.nexodyne.com/email/index.php).
3. Now enter.... Read More
-
Firefox Tips
A small list of short cut keys which help to use the powerfull hottest browser....
yes i am talking about firfox..... If you are using a MAC Machine please substitute
Open Apple for ALT, and Command Key for CTRL.
ALT-D : To jump insertion.... Read More
-
Second Kerala BarCamp - In Cochin
Following the success of the first barcamp in Kerala (It was held at Techno Park, Trivandrum), the second one is going to take place in kerala. This time it will be at Cochin.
Where : DOE Hall, CUSAT, Cochin
When : 3rd of February.... Read More
-
Why avoiding tables for layout is important
Tables are slow
=============
In almost every browser out there, unless table widths are specified explicitly, all the text in the table needs to be rendered before the browser can figure out how wide to make the various table cells. This means that.... Read More
PHP
-
PHP: Multiplication without multiplication operator.
Recently one of my friend asked me to write a function in PHP for multiplying two numbers without * or / operators. Also we should not use any loops. I got the following solution.
function mul($a,$b)
{
if($b==1){return $a;}
return $a+mul($a,$b-1);
}
echo.... Read More
-
MVC Song Again - Video Version
Two Years back i have written a post about the MVC(Model-View-Controller) song in this blog. Yesterday while surfing the web I found a video of James singing it live on WWDC 2003 in youtube. Here is the youtube video:
And those who wish to read.... Read More
-
PHP session is not working in IFrames in IE browsers
Recently I have faced an issue with session in IFrames in IE Browsers. The issue is like session is not sharing between pages inside iframe particularly if you are accessing it in a different domain. The script will run smoothly without the iframe,.... Read More
-
Php optimization tips - Part 1
echo is faster than print.
Wrap your string in single quotes (’) instead of double quotes (”) is faster because PHP searches for variables inside “…” and not in ‘…’, use this when you’re not using variables you need.... Read More
-
PHP Header Location - Page Not found Error.
Recently I faced a weird issue with the PHP header location function. I had a line of code in my file like,
Code: header('location:mypage.php');
In firefox/geeko browsers it is working fine. but in IE when it tries to redirect the page it is.... Read More
-
How to Display Server Load in PHP
When developing a PHP application or monitoring a web server, it’s important to know what your server load is to properly identify that there is a problem.
For those interested, there is a very easy way to output your load in PHP using the exec.... Read More
-
PHP Custom Error Messages
This is a continuation to my post PHP Magic Constants.
Here I would like to demonstrate a real time example of magic constants.
I am going to write a user function for generating a user-level error/warning/notice message.
function myErrorFunction($error_message,$line,$file)
{
if($error_message!='')
{
$error_string.... Read More
-
PHP usage statistics for May 2007
Damien Seguy published the PHP usage statistics for May 2007 over at nexen.net. Some points of interest in the stats:
* PHP is found on 33,24 % of web sites, stable from last month. PHP market share is stable.
* All versions of PHP 5.2x are gaining.... Read More
-
How to enable mod_rewrite module in apache
How to check weather mod_rewrite module is enabled or not?
The very simple technique to check weather mod_rewrite module is enabled or not in you web server.
1) Type in a php file and save it and run that file in the server.
2) And now you.... Read More
-
PHP Magic Constants
PHP provides a large number of predefined constants to any script which it runs. Many of these constants, however, are created by various extensions, and will only be present when those extensions are available, either via dynamic loading or because.... Read More
-
PHP String Optimization
You can seek a bit more speed out of your code, especially if you have LOTS of strings, by using single quotes and concanetating variables.
$string = 'this is a string with '.$foo.' in it';
// is marginally faster than
$string = "this is a string.... Read More
-
Need for speed : JavaScript Compression
This is a continuation to my previous post Need for speed : CSS. I have used PHP to compress my JavaScript files.
Why compression and How?
Javascript files for larger sites can become pretty large themselves. Gzipping or compressing these files.... Read More
-
Need for speed : CSS Compression
A powerful advantage of using PHP is that you can compress your files so that they take up less room on your server. There are multiple ways of achieving this, one method is as follows:
<?php
ob_start("ob_gzhandler");
?>
Just add that to.... Read More
-
Preventing spam on your website without using captcha
This is an alternative to the image and audio captcha and it is much simpler than the other two methods.
1. Add an input field to your form, with some interesting name, for example ‘URL’.
<input name="url" type="text" value=""/>
2. Hide.... Read More
-
JavaScript equivalent of php function preg_replace
Here is a simple javascript function which is equivalent to PHP's preg_match function.
function preg_replace (array_pattern, array_pattern_replace, my_string) {
var new_string = String (my_string);
for (i=0; i<array_pattern.length; i++).... Read More
Search Engine
-
How to enable mod_rewrite module in apache
How to check weather mod_rewrite module is enabled or not?
The very simple technique to check weather mod_rewrite module is enabled or not in you web server.
1) Type in a php file and save it and run that file in the server.
2) And now you.... Read More
-
Lucene : A Powerfull Search Engine
Doug Cutting, an experienced developer of text-search and retrieval tools, created Lucene. Cutting is the primary author of the V-Twin search engine (part of Apple's Copland operating system effort) and is currently a senior architect at Excite..... Read More
Security
-
PHP session is not working in IFrames in IE browsers
Recently I have faced an issue with session in IFrames in IE Browsers. The issue is like session is not sharing between pages inside iframe particularly if you are accessing it in a different domain. The script will run smoothly without the iframe,.... Read More
-
Reveal The Contents of Password Fields
If you chose the "Remember" option for logins in webpages, you can reveal it easily. It doesn't require any software to reveal hidden passwords under asterisks and don't need to waste your time in cracking master password.
Simply enter the following.... Read More
-
Web bugs: hack or solution?
What is it?
A Web bug is an object that is embedded in a Web page or e-mail and is usually invisible to the user but allows checking that a user has viewed the page or e-mail. Alternative names are Web beacon, tracking bug, pixel tag, and clear.... Read More
-
Preventing spam on your website without using captcha
This is an alternative to the image and audio captcha and it is much simpler than the other two methods.
1. Add an input field to your form, with some interesting name, for example ‘URL’.
<input name="url" type="text" value=""/>
2. Hide.... Read More
Social Media
-
Web 3.0 Concepts explained
Out of all the Internet buzzwords and jargon that have made the transition to the public consciousness, “Web 2.0″ might be the best known. Even though a lot of people have heard about it, not many have any idea what Web 2.0 means. Some people.... Read More
-
Social Media Explained in Plain English
The creative team at Common Craft is created another great video explaining Social Media in simple English using the example of Ice Creams.
According to wikipedia, Social media is an umbrella term that defines the various activities that integrate.... Read More
Tips & Tricks
-
Php optimization tips - Part 1
echo is faster than print.
Wrap your string in single quotes (’) instead of double quotes (”) is faster because PHP searches for variables inside “…” and not in ‘…’, use this when you’re not using variables you need.... Read More
-
Top 5 HTML Accessibility Practises.
Tabbing
Users who do not or cannot use pointing devices can 'tab' through links, and as such, links should be in a logical tabbing order. The "tabindex" attribute allows you to define this order although if the HTML is linear, as it should be, a logical.... Read More
-
Body Background Color
-
Preventing Double Payments
One of the problems in e-commerce is how to protect the user from making mistakes. It's even more critical when your protection target is on-line payments. Usually, you need to send a request to a credit authorization system, get back a transaction.... Read More
-
Firefox Tips
A small list of short cut keys which help to use the powerfull hottest browser....
yes i am talking about firfox..... If you are using a MAC Machine please substitute
Open Apple for ALT, and Command Key for CTRL.
ALT-D : To jump insertion.... Read More
-
How to Search An E-Mail in G-Mail
The real power of Gmail search lies in search operators -- words that help modify your queries. Search operators work pretty much the same way within Gmail as they do for Google. In the latest post in the official G-Mail blog, they have mentioned.... Read More
-
How to enable mod_rewrite module in apache
How to check weather mod_rewrite module is enabled or not?
The very simple technique to check weather mod_rewrite module is enabled or not in you web server.
1) Type in a php file and save it and run that file in the server.
2) And now you.... Read More
-
How to surf the web even if web browsers are disabled
Ever find yourself sitting in front of a computer that's been locked down by an IT administrator who won't let you install any software or even open Internet Explorer or Firefox? If that PC is running Windows XP, there's a good chance you can still.... Read More
-
PHP String Optimization
You can seek a bit more speed out of your code, especially if you have LOTS of strings, by using single quotes and concanetating variables.
$string = 'this is a string with '.$foo.' in it';
// is marginally faster than
$string = "this is a string.... Read More
-
window.open() Method's Return Value
To handle references to a window properly, you should always assign the result of a window.open() call to a variable. A call to the window.open() method returns a value of the new window's object if the window opens successfully, or null if it fails.... Read More
-
Need for speed : JavaScript Compression
This is a continuation to my previous post Need for speed : CSS. I have used PHP to compress my JavaScript files.
Why compression and How?
Javascript files for larger sites can become pretty large themselves. Gzipping or compressing these files.... Read More
-
Need for speed : CSS Compression
A powerful advantage of using PHP is that you can compress your files so that they take up less room on your server. There are multiple ways of achieving this, one method is as follows:
<?php
ob_start("ob_gzhandler");
?>
Just add that to.... Read More
-
Javascript Tips & Tricks
Version your JavaScript
====================
Include js version in the language attribute, e.g. script type="text/javascript" language="JavaScript1.4">
Useful if you want to "hide" code from older browsers .g. if you use try...catch statements.... Read More
Web
-
MVC Song Again - Video Version
Two Years back i have written a post about the MVC(Model-View-Controller) song in this blog. Yesterday while surfing the web I found a video of James singing it live on WWDC 2003 in youtube. Here is the youtube video:
And those who wish to read.... Read More
-
What is CDN?
In the late 90's where internet start its booming, The content(Web page/Images/Video/MP3 etc....) was delivering from a central server. This affects the loading and response time if large number of users hits the same server at a time. So people strats.... Read More
-
Web 3.0 Concepts explained
Out of all the Internet buzzwords and jargon that have made the transition to the public consciousness, “Web 2.0″ might be the best known. Even though a lot of people have heard about it, not many have any idea what Web 2.0 means. Some people.... Read More
-
Twitter is down!
Just now i got a message like twitter is down!
Read More
-
The 50 most significant moments of Internet history
Recently CNET has published a very interesting article about the internet history. They have ploughed the history of the entire Internet, from the roots of its underlying technology, to the Web properties that helped it explode, the litigation it.... Read More
-
AOL Is Integrated GMail and yahoo to Its Home Page
Just see a new feature in AOL.COM home page. The Dynamictabs are integrated with GMail, HotMail and Yahoo Mail. Now you candirectly login to GMAIL or Yahoo Mail from AOL.com and accessyour Inbox. AOL Also revamps its home page. . Read More
-
Top 5 HTML Accessibility Practises.
Tabbing
Users who do not or cannot use pointing devices can 'tab' through links, and as such, links should be in a logical tabbing order. The "tabindex" attribute allows you to define this order although if the HTML is linear, as it should be, a logical.... Read More
-
Social Media Explained in Plain English
The creative team at Common Craft is created another great video explaining Social Media in simple English using the example of Ice Creams.
According to wikipedia, Social media is an umbrella term that defines the various activities that integrate.... Read More
-
What is web2.0 ?
Out of all the Internet buzzwords and jargon that have made the transition to the public consciousness, "Web 2.0" might be the best known. Even though a lot of people have heard about it, not many have any idea what Web 2.0 means. Some people claim.... Read More
-
Song about MVC.....Yeah, yeah, yeah
Model-view-controller (MVC) is an architectural pattern used in software engineering. In complex computer applications that present a large amount of data to the user, a developer often wishes to separate data (model) and user interface (view) concerns,.... Read More
-
Preventing spam on your website without using captcha
This is an alternative to the image and audio captcha and it is much simpler than the other two methods.
1. Add an input field to your form, with some interesting name, for example ‘URL’.
<input name="url" type="text" value=""/>
2. Hide.... Read More
-
AOL Launches BlueString
AOL is launched a new collaborative multimedia story telling service called BlueString. The site ,is a Flex application that lets you pull in all your image, video, and audio content from across the web and mix them together into a multimedia.... Read More
-
Thirteen Simple Rules for Speeding Up Your Web Site
Yahoo!'s the Exceptional Performance team has identified 13 rules for making web pages fast. Their best practices center around the rules for high performance web sites. Their Firefox add on tool YSlow can analyse your web site and tell you why it.... Read More
What is?
-
What is CDN?
In the late 90's where internet start its booming, The content(Web page/Images/Video/MP3 etc....) was delivering from a central server. This affects the loading and response time if large number of users hits the same server at a time. So people strats.... Read More
|
 |
 |
 |
 |
|
|