Top add
love panlama venama poda podi lyrics
Romba nalavan confusion iladavan... Manmadhan... vallavan..
pathinattu vayasu varaikum nala padichi padipa love paniten..
earupathi oru vayasu varaikum olunga oru valaiku poi velaiya love paniten
ipo oru ponna lova panalam nu thonudunga..
manasu enagudunga... enagudunga... enagudungaaaaaa....
Jquery to read from xml
- Include the jquery in your page
- Validate the xml using online xml validators
- Use the jquery.get() to get all the data from the xml
example:
$('Contact',xml).each(function() {
srno = parseInt($(this).find("srno").text());
empId = $(this).find("empid").text();
name = $(this).find("name").text();
contact = $(this).find("contact-data").text();
type = $(this).find("type").text(); }
- The xml data are read and shown as html using jquery
- To add new date use the function $('#idSave').click() to delete use deleteRow and to edit editrow
Excellent Tools for Testing Your Site on Mobile Devices
With the ever-increasing sales of smartphones and the burgeoning tablet market starting to skyrocket, coupled with far greater access to more robust mobile data networks, the internet is now being accessed by our users in a multitude of new ways.
The huge range of mobile devices used to browse the web now means you really have to consider making your site mobile-compatible.
But how do you go about it? Testing your site on mobile devices can be time-consuming and expensive due to the vast number of different mobile devices.
Fear not, because there are some handy tools available at your disposal for making sure that your website renders appropriately on the Mobile Web. This article shares and discusses 10 such tools.
Best Practices for Speeding-Up Mobile Web
Provide an obvious link to the mobile version from the desktop version.
Users really don’t want to be browsing a media-rich 800-pixel-plus wide site on mobile screens
without even realizing there's a version toiled over just for mobile. Make sure web site users
are completely aware that a mobile counterpart exists.
Use a conventional mobile URL.
No accepted standard exists for providing an address to a mobile version of a desktop service,
but there are some recognized conventions. For example: m.website.com,
mobile.website.com or website.com/mobile. Choose a simple mobile URL and publish it on
your desktop site.
Make the user interface work for mobile devices.
Avoid requiring users to do a lot of typing. Provide large, actionable, clickable UI features.
Provide URLs that are short and easy to type. Use easily actionable UI widgets and features
that compose well together in a small format. Web designers should think about the scenario
the mobile user is in when they're looking at the website: probably not sitting comfortable at a
desk, so information must be able to be found fast. Make sure your content is clearly labeled
and succinct.
Website should be compatible for a range of mobile browsers.
Full-featured (Mobile Safari, Android, etc.), half-featured (BlackBerry), and small-featured
(older-style flip phones) browsers all exist in the mobile space. How the mobile web page will
look on screen sizes all the way from150x128 to 640x480 shall be considered. Mobile browser
standards can also differ by country and so, if the website has an international audience, make
sure the design is flexible enough to meet the devices available in those countries.
Locally Store image for faster uploads using HTML5
By storing my web page CSS, Javascript files or Images locally, I would have the added benefit of reduced network and server usage, in addition to improving page load times. The HTML5 localStorage interface is a basic client-side key-value database, meaning data is saved and retrieved locally from the clients web browser storage. However I hit an immediate challenge, as localStorage only supports String objects, and for my usage, I wanted to store binary Images.
building website in html5
BLOG IN HTML5
HTML 5′s feature set involves JavaScript APIs that make it easier to develop interactive web pages; let’s look at how to mark up a blog: More
WEB PAGE IN HTML5
Depending on who you ask, HTML 5 is either the next important step toward creating a more semantic web or a disaster that’s going to trap the web in yet another set of incomplete tags and markup soup.
The problem with both sides of the argument is that very few sites are using HTML 5 in the wild, so the theoretical solutions to its perceived problems remain largely untested. More
3 Steps to start HTML5 projects
STEP 1
It’s a very basic HTML5 starter pack with a clean & ordered directory structure fit for most projects, a few of the most common files (html, css, js), as well as a basic Photoshop web design template, again with an groups structure fit for most projects.
A HTML5 starter template. Template is customizable and free to be edited at
STEP 2
Online HTML5 Generator
Initializr is an HTML5 templates generator to help you getting started with an HTML5 project. It is built on HTML5 Boilerplate, a powerful HTML5 template. It will generate for you a clean customizable template based on Boilerplate with just what you need to start.
Adding seperate meta tag to blogspot
Suppose you want to add different meta tags and description for each post in blogs the following you can fallow the below steps
1) signin to to blogger
2) click layout->edit html
3) After <b:include data='blog' name='all-head-content'/> add the following lines
for Home page meta tags
<b:if cond='data:blog.url == "http://ram-interest.blogspot.com"'>
<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/>
</b:if>
Html 5 Features and generator
Html 5 is the new version of html. It will be the new standard for html and xhtml. Previously Html was released in 1999. Html5 is still in development but latest browser supports Html5
Html5 is a cooperation between W3C and WHATAG.WHATAG works on webforms and W3c on XHTML
New tags like <video>, <audio>, and <canvas> are included for presentation content and <section>, <article>, <header>, and <nav> for semantic content
New Features
Amazing Facts - Part 1
- Only one planet rotates clockwise and that‟s Venus.
- It is impossible to lick your elbow.
- A hippopotamus can run faster than a man.
- A zebra is white with black stripes.
- How hard you try, you cannot fold any piece of paper more than 7 times.
- A camel is supposed to last longer without water but rat can last even longer without it.
- The only 2 animals that can see behind itself without turning it's head are the rabbit and the parrot.
- Phobatrivaphobia is a fear of trivia about phobias
- Hummingbirds are the only animal that can also fly backwards.
- The cockroach is the fastest animal on 6 legs covering a meter a second.
- A snail can sleep for 3 years.
- It has remained unsolved but a duck‟s quack does not echo.
searching files in FTP search
Suppose if you want to search a specified file like abc.zip or dvid.dll means we use google to find the location and download but it takes more time to search. Instead we can use the Ftp search
http://www.filewatcher.com/ by typing the file name with keyword we can search the exact files from internet.
el. is not a function in joomla
Suppose you are using mootools and jquery in joomla means you will get this error. To clear this error simple use jquery noconflict()
Fake web cams
while chatting if u don't have a web cam or you don't want to reveal yourself in the web cam means you can use FAKEWEBCAM to make a fake web cam of yours.
It just runs movies as a cam so that other users won't know that it's a fake cam. using fake-voice will just change your voice from male to female vice versa. Using this you can fool your friends
Learning Regular Expression - Part 1
Regular expression is an expression by which searching of codes is made simpler it is defined by American mathematician Stephen Kleene | |
Regular expression has this below 4 parts in it | |
Literal | Character we use in search |
Metacharacter | Special character that we use in regular expression eg: $ ^ |
Escape string | A way of indicating the user of metacharacter |
Search expression | Search string that we use to search target string |
Symbols in meta characters | |
Brackets [] | Matching of single characters or multiple characters in the stiring |
Jquery 1.5 deferred function
Jquery 1.5 has been released on 31st January. If includes existing bug fixing and ajax improvements. New methods Deferred is been introduced in 1.5
Deferred :
This function can be used in place for ajax. Suppose if we want to call a settimeout means we should manually call the javascript function. Now we can use this function
Example for settimeout:
$.wait = function(time) {
return $.Deferred(function(dfd) {
setTimeout(dfd.resolve, time);
});
}
Multiple Currency Converters
We can use the php curl function to get the values.
GOOGLE URl :
$query_URL = "http://www.google.com/ig/calculator?l=en&q=$amount$to_Currency.%3D%3F$to_Currency";
Source file Download
Funny Video:
C how the boy dances. !!!!!!!!!!
Simple Bytes,MegaBytes,Kilo bytes calculator
Simple tool to calculate bytes,Megabytes,Kilobytes |
1 Byte = 8 Bit 1 Kilobyte = 1024 Bytes 1 Megabyte = 1048576 Bytes 1 Gigabyte = 1073741824 Bytes |
Inspired Story
Inspired story
Do not try to hold your friends with yourself. It's like holding water in your hand if you try to close your hand you wont able to hold water. Keeping open will help you to hold the water. Same way leave your friends they will be always yours
Inspired videos
jQuery’s serialize method?
All elements are retrieved in standard URL retrieval method. Jquery has a option to serialize all the post values that are sent in form action.
Example :
<form action="#" id="input_form">
First name: <input name="first_name" type="text" />
Last name: <input name="last_name" type="text" />
Email: <input name="email" type="text" />
<input name="submit" type="submit" value="send" />
</form>
All the values that are submitted are retrieved using the jquery function $(this).serialize();
eg: var query_srting = $(this).serialize();
Idhayam Pesudhay - Peasu
Movie name: Peasu
Cast : J Vignesh, Vibha...
Music : Yuvan Shankar Raja
Producer : V Jagannathan
Director : R Ciril
M: | idhayam pesudhay... yadhayo ketkudha.. Indha vazhavai-ae vazha thonudhae... puriyadha mozhigal pesidum.. desathill nanum nirukiren tamilin padal ondrai easaikurai-ae.... |
F: | panni kottum neenda salaiyel.. vegu thuram nadaka nirukiren.. thanni aga illai unnadun... |
(lady humming) | |
M: | nan oh tholaindhu ponen natru varaiyela-ee manmela... unnail ennai kanden ottrai nodiyul-ea unnal-ae |
F: | ennakul niyum vazhum pozhudu... sogangal illai niyum yezdu.. unnaka thai-ae marinen.. |
M: | kalathin kadasi padiyenel.. kanmudi nanum nadakiren.. theedi vandu niya thanginey.. |
jQuery plugin: Easy Accordion
Nice and Easy Accordion menu can be mabde from jquery You can then decide to make it a timed slideshow or leave it stil
it’s opensource and fully customizable and, what count most, it’s free! And it has been tested on Firefox 3.5+, IE6/7/8, Safari 5+ and Google Chrome.
- Less than 8KB!
- Decide whether or not automatically animate your slider
- Insert multiple instances of the accordion in the same page
- Set the active slide when the user loads the page
- Easily create a nice and smooth accordion effect
- Include or remove the slide number
- Text is rotated using CSS properties. No need for images!
- Accessible and SEO friendly
- Slide any kind of content (divs, simple text, images, lists, etc.)
Count values with mysql queries
Let’s say you have the following table called bill that keeps track hours of people who are billable and non billable and you want a query to count the number of hours for you instead of having to loop through all the rows with a counter in PHP
(0= non bill hours , 1= bill hours)
Work_id | Bill | Hours |
1 | 0 | 10 |
2 | 0 | 4 |
3 | 0 | 5 |
1 | 1 | 3 |
2 | 1 | 2 |
The sql to do this is
SELECT work_id , sum(IF(bill=1, (hours), 0)) AS Bill_hours, sum(IF(bill=0, (hours), 0)) AS Non_bill_hours FROM `work` GROUP BY work_id
Mazhai varum arikuri - Veppam
Movie name : Veppam
Cast : Karthik Kumar, Nani, Nithya Menon
Music : Joshua Sridhar
Directed : Anjana
Produced : Gautham Menon
Mazhai varum arikuri, en vizhigalil theriyuthae
Manam indru nanaiyuthae, ithu enna kaadhala saadhala?
Pazhaigiya kaalangal, en paarvaiyil viriyuthae
Paadhaigal naluvuthae, ithu yaeno yaeno?
Un thoalil saayumbodhu urchaagam kollum kangal
Nee engae engae indru unnai thedi thedi paarkirathu!
Unnodu pogum bodhu poo pookum saalaiyaavum
Nee engae endru ennai kaeta pinbu vaadididuthae!
Ennamo yedho - Ko
Movie name : Ko ( Tamil )
Cast : Jeeva, Ajmal Ameer, Karthika Nair, Piaa Bajpai, Prakash Raj
Music : Harris Jayaraj
Directed : K. V. Anand
Produced : Kumar, Jayaraman
Singer: Aalaap Raju
Ennamo yedho… ennam thiraluthu kanavil…
vannam pirathulu ninaivil… kangal iruludhu nanavil!!
Ennamo yedho… mutti mulaikkudhu manadhil…
vetti erindhudum nodiyil… mottu avizhuthu kodiyil!!
Subscribe to:
Posts (Atom)