When it comes to web design, my experience demonstrates to me that it’s easier to add to a design rather than to take away from it. The challenge with minimalist layouts lies in the conundrum of making something beautiful with basic design elements —and with as few of them as possible.
Lately, I’ve been attracted to simple and clean designs. Design Instruct is a testament to my affinity towards creating designs that present the idea of "less is more." Read more..
HTML5 is the next major version of HTML. HTML5 provides some great new features for web designers who love to create readable code and semantically-meaningful layouts. HTML 5 introduces and enhances a wide range of features including: form controls, APIs, dragging and dropping, multimedia, drawing graphics on screen and a lot more.
The new specifications has added quite a few interesting and useful tags for structuring your markup. Read more..
CSS has the ability to target HTML elements based on any one of their attributes. You probably already know about classes and IDs. Check out this bit of HTML:<h2 rel="friend" class="magical" id="first-title">David Walsh</h2>
This single element has three attributes: ID, class, and rel. Read more..
I use both Flash and jQuery when designing interactions for data visualization projects. A great opportunity came along to experiment with ways jQuery could be used to develop an interactive map. Before I go further, I admit that mistakes were made, but no pandas were harmed at any point and our team learned a lot, so it ended up a win-win (for us and the pandas). Read more..
Hi friends, I have the requirement that when a user login in the site and he/she inactive in the site more than 5 minutes then user will logout from the site.
For this i followed below code and i succeed, In the login.php file : Read more..
Since apparently, I was the first person to ever publicly spill the beans on HipHop, I need to do penance by clarifying what HipHop is and what it means for PHP.
For those of you who don’t have time to read the rest, here is what HipHop for PHP is:
Spending hundreds of dollars on a text editor or IDE may give you a great tool with loads of nice features, regular updates, great documentation etc…. It’s an option but actually there are very useful and completely free alternatives. In this article tripwire magazine provides a list of more than 25 free Editors and IDEs useful for most developers on a tough budget. Please drop a comment if a great tool was missed in the post. Read more..