I’ve always thought you would need a hidden submit button in order to submit a form.  Well thats not true, for search boxes on certain blogs and forums, etc..  All they use is a form wrapped around the input box its really simple really example:

<form method='post' action='http://google.com'>
<input type='text' name='test' />
</form>

And that’s all to it. Have fun submitting!.

category icon  
Category(s):

Web Development and Meta Tags

I know people are tired of hearing these SEO tips and all, but this is useful and I’m pretty sure no one explains how to use the description in this way.

Maximum Google Meta Tag Description Characters

Yes thats right, Google has a maximum amount of characters that it displays on the search index. I been doing some studying and Google’s max characters is around 154-157. Even though this is Google’s maximum length, this will still be effective in other search engines also.

Effective Meta Tag Description

In order to have a pretty effective description you must use 2-3 of your most used keywords in your description at least twice, any more or any less will fail to get you high SERPS. Then again you got to make sure to get an effective description in under 157 characters, use as many characters as possible, but try to keep it to the maximum.

Meta Tag Description Dont’s

Do not use extra characters such as “….” or multiple spaces because it can hurt your ranking, because you lose those extra characters that you could have used to describe your website or an extra keyword that you could have used.

Introduction

Everyone wants a nice design for their image upload system and CSS alone is not capable of being able to use images for your file input unlike you can with buttons and text fields for the fact the file input lacks css styling. Web Development over time is getting better, but as old as CSS and HTML are, they are still fairly new to the beginner developers and still today being developed to become a better markup language.
Read the rest of this entry »