Entries Tagged as ‘Coding’
CodeIgniter Image Upload and Resize
One common thing that most developers will want to do when creating a web application with CodeIgniter is to give their users the ability to upload a profile image. Your code should be able to resize that profile image to the standard size that your design calls for. CodeIgniter provides two great classes to help make this a piece of cake.
The two library classes we will be working with are the File Uploading and Image Manipulation classes. With these two classes and the […]
Semantic Inline Form Labels with JQuery
A very common thing I see in designs I get these days are form labels that are written within the value of their associated input field. This is handy way for designers to save space and make their designs cleaner all-around. Unfortunately for us developers, simply setting the input value isn’t very semantic or usable.
Page 1 of 1


: