Small tricks to improve your website

19
www.tekblink.com Website Design and Development Surat Tekblink Technology

description

This site shows the tips and tricks to increase your website. This tricks are small and quick but quite useful

Transcript of Small tricks to improve your website

Page 1: Small tricks to improve your website

www.tekblink.comWebsite Design and Development SuratTekblink Technology

Page 2: Small tricks to improve your website

Tekblink Technology

Page 3: Small tricks to improve your website

<address class="vcard"><a href="/" class="fn org url">Tekblink Technology</a>, <span class="adr">

<span class="street-address">418, City Centre</span>,

<span class="locality”>Sosyo Circle</span>, <span class="region“>Udhna Magdallah

road,</span>, <span class="postal-code">Surat -

395007</span>, <span class="country-name">India</span>

</span>.<span class="geo alt">GEO:

<span class="latitude">53.559704</span>;<span class="longitude">-2.87388</span>.

</span></address>

Tekblink Technology

Page 4: Small tricks to improve your website

<div class="vevent"><h2><span class="summary"><a href="/events/2008/06/05/solstice-conference-2008">SOLSTICE Conference 2008</a></span></h2><p>

<abbr class="dtstart" title="20080605T0900">Thursday, 5th June 2008, 9:00am</abbr>

<span>- <abbr class="dtend" title="20080605T1700">5:00pm</abbr></span></p><p>

<span class="location">Edge Hill University</span></p><div class="description">

<p>The SOLSTICE Centre for Excellence in Teaching & Learning (CETL) at Edge Hill University is pleased to announce its 3rd international conference. </p></div>

</div>Tekblink Technology

Page 5: Small tricks to improve your website

Tekblink Technology

Page 6: Small tricks to improve your website

<link rel="alternate" type="application/atom+xml" title=“Tekblink Technology Website Design and Development" href=" http://www.tekblink.com/website-design-development-company-surat.php" />

Tekblink Technology

Page 7: Small tricks to improve your website

Tekblink Technology

Page 8: Small tricks to improve your website

<?xml version="1.0" encoding="windows-1252"?>

<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">

<ShortName>Tekblink Technology</ShortName>

<Description>Search the Tekblink Technology website</Description>

<Tags>Tekblink Technology Tekblink Website design and Development</Tags>

<Url type="text/html" method="GET" template=" http://www.tekblink.com/search?query={searchTerms}"/>

<InputEncoding>UTF-8</InputEncoding>

<AdultContent>false</AdultContent>

</OpenSearchDescription>

Tekblink Technology

Page 9: Small tricks to improve your website

<link rel="search" type="application/opensearchdescription+xml" title=“Tekblink Search" href="/search/description" />

Tekblink Technology

Page 10: Small tricks to improve your website

Tekblink Technology

Page 11: Small tricks to improve your website

Tekblink Technology

Page 12: Small tricks to improve your website

<Location />SetOutputFilter DEFLATEBrowserMatch ^Mozilla/4 gzip-only-text/htmlBrowserMatch ^Mozilla/4\.0[678] no-gzipBrowserMatch \bMSI[E] !no-gzip !gzip-only-text/htmlSetEnvIfNoCase Request_URI \\.(?:gif|jpe?g|png)$ no-gzip dont-varyHeader append Vary User-Agent env=!dont-vary

</Location>

Tekblink Technology

Page 13: Small tricks to improve your website

<?php

ob_start("ob_gzhandler");

?>

Tekblink Technology

Page 14: Small tricks to improve your website

Tekblink Technology

Page 15: Small tricks to improve your website

/* -------------------------------------------------- * * ToggleVal Plugin for jQuery * * Version 1.0 * * -------------------------------------------------- * * Author: Aaron Kuzemchak * * URL: http://kuzemchak.net/ * * E-mail: [email protected] * * Date: 8/18/2007 * * -------------------------------------------------- */

(function($){ jQuery.fn.toggleVal = function(focusClass, value) { this.each(function() { this.defaultValue = value; $(this).val(this.defaultValue); $(this).focus(function() { // clear value if current value is the default if($(this).val() == this.defaultValue) { $(this).val(""); } // if focusClass is set, add the class if(focusClass) { $(this).addClass(focusClass); } }).blur(function() { // restore to the default value if current value is empty if($(this).val() == "") { $(this).val(this.defaultValue); } // if focusClass is set, remove class if(focusClass) { $(this).removeClass(focusClass); } }); }); }})(jQuery);

Tekblink Technology

Page 16: Small tricks to improve your website

Tekblink Technology

Page 17: Small tricks to improve your website

Tekblink Technology

Page 18: Small tricks to improve your website

Tekblink Technology

Page 19: Small tricks to improve your website

ErrorDocument 404 /notfound.html

Tekblink Technology