I’m trying to create a small form that submits a form and passes a value from a text link.. Here’s what I’ve got so far..
Author Archives: Prosoxi.com Webmaster
HTML5 input autofocus Attribute
Example Let the “First name” input field automatically get focus when the page loads:
Fbootstrapp Facebook bootstrap
Fbootstrapp is a toolkit designed to kickstart development of facebook iframe apps in both relevant sizes. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more, styled in the typical facebook look and feel.
PHP HTML_QUICKFORM2
QuickForm 2 is a PHP library which makes the development of complex and modern HTML forms easier and faster. It is the natural successor of QuickForm with a new revamped API, PHP5 support, new features and less bloat. Its development was started in 2007 by Alexey Borzov and Bertrand Mansion, and we are very close …
Form Auto-Suggest
AutoSuggest
Detecting an Ajax Request with PHP
Here’s a quick piece of code that i find useful to check if a request that comes to a PHP page was made via an Ajax call or a simple form post. This method uses the $_SERVER[‘HTTP_X_REQUESTED_WITH’] request to determine if data was sent to a specific page using an xmlhttprequest. It’s worth bearing in …