I`m Antony Titson web designer from Ernakulam,Welcome to my personal website. Within this u can find my recent and past web design projects, as well as my online resume and contact information .I prefer simple, elegant and uncluttered designs. Code-wise,I strive to make valid XHTML and CSS, compatible with most browsers and resolutions.
I have 1 year experience in graphic designing ,designing the brochure,sterio,sticker,logo,flux .The term graphic design can be refer to a number of artistic and professional disciplines which is focus on visual communication and presentation .
2+ years of Web experience, Web design is the skill of designing
use typography,visual arts and
page layout techniques to Produce
the final result.
In 1980, physicist Tim Berners-Lee, who was an independent contractor at CERN, proposed and prototyped ENQUIRE,
a system for CERN researchers to use and share documents. In 1989, Berners-Lee and CERN data systems engineer
Robert Cailliau each submitted separate proposals for an Internet-based hypertext system providing similar functionality.
The following year, they collaborated on a joint proposal, the WorldWideWeb (W3) project,[1] which was accepted by CERN.
In his personal notes[2] from 1990 he listsd html.
HTML stands for Hyper Text Markup Language
HTML is not a programming language, it is a markup language
A markup language is a set of markup tags
HTML uses markup tags to describe web pages
HTML tags are keywords surrounded by angle brackets like <html>
HTML tags normally come in pairs like <b> and </b>
The first tag in a pair is the start tag, the second tag is the end tag
Start and end tags are also called opening tags and closing tags.
HTML documents contain HTML tags and plain text
HTML documents are also called web pages
<a href="#" onclick="window.open('pdf/printbr.pdf','popup','width=600,height=450,top=10,left=10,toolbars=no,scrollbars=yes,status=no,resizable=yes');">Print MIS Brochure</a>
"<script type=""text/javascript"">
//specify path to your external page:
var iframesrc=""index.html"
"
//You may change most attributes of iframe tag below, such as width and height:
document.write('<iframe id=""datamain"" src=""'+iframesrc+'"" width=""1000px"" height=""750px "" marginwidth=""0"" marginheight=""0"" hspace=""0"" vspace=""0"" frameborder=""0"" scrolling=""no""></iframe>')
</script>"
"<meta name=""keywords"" content=""webpixonline, web pix online, webpix online, webpixonline.com,
webpixonline india,
webpixonline, web developer, web designer, templates, search engine optimization,
optimize site, webpixonline kerala,
web, website description, mits web designer, www.webpixonline.com "" />
<meta name=""description"" content="" To our Technical proficiency and xpertise, we offer a new range of Web Page designs with dynamic features to build your Business Progressively.:: antony.titson@gmail.com ::!""/>
<meta name=""robots"" content=""web solutions, Technical proficiency and xpertise, we offer a new range
of Web Page designs with dynamic features to build your Business Progressively.:: antony.titson@gmail.com ::!!"" />
<meta name =""GOOGLEBOT"" content=""web development, Technical proficiency and xpertise, we offer a new
range of Web Page designs with dynamic features to build your Business Progressively.:: antony.titson@gmail.com ::"" />
<meta name=""ROBOTS"" content= ""At Webpixonline, we specialize in dynamic Website development and web
design. We design web sites for small businesses, large corporations, non-profit orgranizations,With
over 5 years of experience in Website web design, our staff of graphic designers, programmers, and
professional photographer give s us the ability to consistently deliver quality websites to our
clients.In addition to providing web site design and development to your company, we also make sure
people can find your web site.We can guarantee you #1 position on some of the top search engines listings.
We put our customers first.""/>"
"<script type="text/javascript" src="javascripts/searchfield.js"></script>
<input type=""text"" name=""findthis"" size=""15"" title=""Press 'ALT s' after clicking submit to repeatedly search page"" />
<input type=""submit"" value=""Find in Page"" ACCESSKEY=""l""></form>
<p align=""left"">Ignore the following, which is just some
dummy text to stretch the height of the document. Ignore the following, which is just some dummy text to stretch the height of
the document.</p>"
PHP originally stood for Personal Home Page(Hypertext Preprocessor). It began in 1994 as a set of Common Gateway Interface binaries written in the C programming
language by the Danish/Greenlandic programmer Rasmus Lerdorf. Lerdorf initially created these Personal Home Page Tools to replace a
small set of Perl scripts he had been using to maintain his personal homepage.PHP is a scripting language originally designed for producing dynamic web pages.
$login_rs = mysql_query("select * from login where user='" . $_POST['txt_name'] ."' and password='" . $_POST['txt_password']."'");
if (mysql_num_rows($login_rs) >0 ){