Showing posts with label website. Show all posts
Showing posts with label website. Show all posts

Friday, December 16, 2011

do you have any idea about paisalive?

Do you know about paisalive one of advertising platform. They told just check your mail and earn from us. In there terms and policies they told this one and also said every unique login(24 hours based)  you get paid. Finally if you get Rs.500 you will ask them for verfication to withdraw amount. If you don't have the amount greater than 500 you not able to request. My friend created a account based on this information. He just follow this and make his account reach 500. In the mean time when he reach near to 500 he got one alert message like this "For Successful payment validation, make sure you are registering in at least 3 campagins daily with genuine data". But when he going to create a account they don't told like this they just say it's special promotion only.



and after that when he reached 500 with out any campagins creation  and request for money. They added another one alert "they set you must have five referals" like below image .



And finally he don't get anything from paisalive until now and waiting for new referal account..

If any one have idea please share it here

Friday, November 18, 2011

Html5 demos & elements with supported browsers chart

Html5 have more futures, but one main consideration is what are the browsers support the html element. Here is the list of elements with browsers support Html5 demos


Thursday, July 21, 2011

Add new font family to your site

Style take important role in website, some time our customer asked some different font for site.
Google give lots of fonts to style our site we can use this via some simple steps with out no cost.

For more detail about Google Font please see the Google web Fonts. Here there are some simple click we can get our required font style and get the link source for our font and use that style.


Keyword: New fond type, New font style , Font family, how to insert google font

Sunday, March 20, 2011

Tricks to optimize sites for search engines with html tags

Here I am going to gives some ideas about how to optimize your site for search engine with simple changes in html elements.


1.    Page title (<title>)
A title tag act major role in both your visitors and search engine, “title” tag tells what you going to explain. Title tag placed between “head” tag. But please be sure the title unique to each page , and it will brief but desciptive one

2.    meta detail (<meta>)
Descriptive meta tag also a good practice to list your site in search engine. Unique meta detail give more support to your site search result.

3.    Better anchor tag (<a>)
The text placed between the anchor tag (<a herf=”..”>your text</a) will also improve your site search result.Please avoid using "click here", "read more" etc.. use meaning full text. 

4.    Heading tags (<h1>)
There are six type of heading tag (<h1>..<h6>).Search engines also use this tags to list your site in search result. But don’t use do much of heading tag , because it hard to users.

5.    Image tag (<image>)
Images have filename and alt attributes both optimize your site search engine result.File name and alt attribute are meaning full and relate to your content so it will help your site get better result in search.

Wednesday, March 9, 2011

Ask Browsers to remove site cache?

Browser cache mean certain items downloaded and saved in local for future access. Browser cache mainly used for speed up reloading of previously visted sites. Drawback was depending on viewer set up there browser cache, it display the older version of your site.So we must mention whether the browser use old cache or  get a newer copy of your site.

You can set this using meta tag. Meta tag should be placed between <head> and </head>.

<meta http-equiv="Expires" content="Wed, 26 Feb 1997 08:21:57 GMT">
<meta http-equiv="Pragma" content="no-cache">

Dates must be given in RFC850 format, in GM and it should be the past date so that browser will automatically change the cached content.

For more detail about META you can get it from here:

HTML META Tags
 
Technical Tags:
 Remove cache, remove old site cache , ask browser to add new cache.

Tuesday, February 22, 2011

optimize page load time

Here i going to give some tricks about page load time.
*) group the mini images in to single image. if we group the small images into a single image mean it will reduce request time to the site. we can position it using css. (ex) all of know about that page,we use at least 2 -3 times in a day. yes google. in google they use that kind of things.you can able to see the image from here
http://www.google.co.in/images/nav_logo36.png. here the group images as a single image and load it in a required position with help of css i market as a rectangle.
nearly 20-40 times they use that single image with in this page




*) grouping the css file as a single file.because number of request will increase the page load time.

*) avoid using empty src image tag, because it create request again to the site

*) try to set the javascript loading after image loading because it also use to reduce the time delay.


Please feel free to post your comments