 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Script-Tutorials.com: Form Validation with Javascript and PHP
by Chris Cornutt February 02, 2012 @ 09:07:40
On the Script-Tutorials.com site today there's a new tutorial about form validation using a combination of jQuery on the frontend and PHP on the backend.
In this tutorial, I will show you how to create an attractive, pleasant to look form for your website and then I will explain you how to dynamically validate them using Javascript. We'll also cover server-side validation with PHP to make everything 100% safe. This tutorial will help you to add more functionality to your forms which leads to better user experience and better quality of your website.
His sample form (name, password, email and gender) is made from some pretty simple HTML markup. The real trick comes with the jQuery validation on each field handled in an onKeyUp. Included are both a "password strength" method and an email validation method to check the format of the address. Errored fields have their background color changed to indicate that they've failed and some basic validation (length, password match, etc.) are also included. The PHP does much of the same validation once the form is posted and returns any error messages that might have come up.
You can download the code or try out a live demo to see the scripts together in action.
voice your opinion now!
form validation jquery javascript frontend backend tutorial
NetTuts.com: Creating an API-Centric Web Application
by Chris Cornutt January 03, 2012 @ 13:18:19
On NetTuts.com there's a recent post from Nikko Bautista about creating an API-centric application and how it can help you make a more flexible, accessible application overall. Code is included to make a simple TODO list application based on this idea.
Planning to start working on a new web application? In this tutorial, we'll discuss how to create an API-centric web application, and explain why this is essential in today's multi-platform world. [...] An API-Centric Web Application is a web application that basically executes most, if not, all its functionality through API calls. [...] Another characteristic of an API-Centric Web Application is that the API will always be stateless, meaning it can't recognize API calls by session.
He talks about how doing the work like this, though it might seem like more trouble up front, can lead to an easier time later when you need to add multi-platform support (or even open it to customers directly). In the sample application, he shows the creation of a TODO application that can create, read, update and delete items via an API. Also included is a bit of code to help secure your service with an APP ID and APP SECRET authentication set. Full code for the backend API and the frontend to interface with it can be downloaded here.
voice your opinion now!
api application tutorial frontend todo
ZetaCode.com: PHP GTK tutorial
by Chris Cornutt November 18, 2011 @ 12:41:30
Jan Bodnar has pointed out a great PHP-GTK tutorial on ZetaCode.com that walks you through some of the major points of this graphical frontend for PHP:
This tutorial will teach you the basics of GUI programming with the PHP GTK. The tutorial has 8 chapters which cover the first steps with the library, menus, toolbars, dialogs and various widgets. It has some examples for drawing with Cairo library. The final chapter presents a small computer game; The Nibbles.
Each of the topics has sample code and screenshots of the resulting output for each. Also included is information on layouts and "painting" with Cairo - drawing shapes, rectangles, text, etc.
voice your opinion now!
phpgtk graphical frontend tutorial widget cairo
Johannes Schlüter's Blog: High Performance PHP Session Storage on Scale
by Chris Cornutt November 18, 2011 @ 10:13:25
In this new post to his blog, Johannes Schlüter looks at a high-performance solution to the usual storing PHP session information via a memcache frontend with a MySQL Cluster backend.
Unfortunately even such a system [using MySQL and InnoDB tables] has limits and unfortunately replication is no good solution here to scale further as we will always need a master for writing the updated session data. By using replication we can take some load from it and we can configure a slave which can be promoted to master to keep session alive if the primary master machine fails but at some point in time we need another solution ... but, happy news, again: One doesn't have to look far as MySQL cluster will be happy to help. MySQL Cluster "is a high-availability, high-redundancy version of MySQL adapted for the distributed computing environment," as the MySQL documentation states.
He describes the setup (after pointing to this post about installing MySQL Cluster for memcache) and includes some sample code/SQL/ini settings you'll need to use to get PHP's memcached functionality to cooperate with it.
voice your opinion now!
performance session storage mysql cluster memcache frontend backend
DZone.com: Selenium 2 from PHP code
by Chris Cornutt November 16, 2011 @ 10:06:01
On DZone.com today Girogio Sironi shares some of his experiences testing out the PHP bindings currently offered to work with Selenium, the web application frontend testing tool that's become a standard over the past few years.
After trying out Selenium 2, it was natural for me to look for its support in PHP code; however, there isn't an official PHP Api distributed on Selenium's website. I tested all the PHP bindings I could find to see which is the best choice today.
He tried out a few different technologies:
The finishes the post with a quick summary for each of the offerings including strengths each has and situations where you might want to use them.
voice your opinion now!
selenium frontend test integrate phpunit webdriver
Job Posting: Skillshare Seeks Senior Frontend Engineer (New York, NY)
by Chris Cornutt January 18, 2011 @ 20:59:36
| Company |
Skillshare |
| Location |
New York, NY |
| Title |
Senior Frontend Engineer |
| Summary |
Skillshare is a small yet fast-growing NYC-based web startup that is working on creating a marketplace to learn anything, from anyone.
Our mission is to flip the traditional notion of education on its head and revolutionize learning.
We are looking for a Senior Front-End Software Engineer / Developer to join our team. In addition to a strong background in PHP, JavaScript, and CSS, the ideal candidate will be self-motivated, a problem solver, and a leader. This position could potentially lead to a VP of Engineering or Lead Software Engineer one over time depending on performance.
Requirements:
- 3+ years of production development experience
- Proficiency in Object Oriented PHP 5; Yii framework a big plus
- Proficiency in JavaScript (jQuery a plus), AJAX, HTML, and CSS
- Experience in LAMP development and version control
- Familiarity with cross-browser intricacies
- Familiarity with JSON and/or XML
- Strong verbal and written communication skills
- Excellent attention to detail
- Must be legally able to work in the US
- Must be located (or be willing to relocate) in NYC
Desirable:
- Experience with MySQL
- Familiarity with Amazon Web Services
- Familiarity with Payment systems and gateways
- Experience working in a start-up environment
- Interest in social good or education
You may learn more about us on blog.skillshare.com or @skillshare
If you are interested and qualified, please contact careers@skillshare.com
Please no recruiters.
|
voice your opinion now!
newyork ny job senior frontend engineer skillshare
|
Community Events
Don't see your event here? Let us know!
|