Recent Posts
Woork
Return To Blog Listing
A blog about technology, programming, engineering and my personal interests.
Recent Posts Tagged With 'web development'
HTML lists: what's new in HTML 5?
There is a big and justified interest from the web community about the changes introduced in HTML 5 and in the last weeks I'm frequently receiving a lot of questions and requests about this topic. In this post I want to illustrate a quick roundup of...
How to implement a mobile version of your blog in three simple steps
After launching of the mobile version of woork I received a lot of messages from my readers that asked to me to dedicate a special post about this topic. So in this post I want to illustrate you a simple way to implement a mobile version of your blo...
The Deming Cycle: an application to web design
In this post I want to illustrate an application of the Deming Cycle - also know as the PDCA Cycle (Plan, Do, Check, Act) - to web design. If you never heard of Deming Cycle, this model (made popular by Edwards Deming) describes an iterative process...
10 Interesting lightweight jQuery plugins for web developers
In this post I want to suggest you ten interesting lightweight jQuery plugins for web developers. This list includes a lightbox, an HTML markup editor, some plugins to work with images, a tooltips creator and a PHP interface for jQuery.1. ColorBoxCo...
How to manage a small web project: a simple approach
Some times ago I wrote a post about a structured process you must know to develop a web application and many readers asked to me to write something simpler about how to manage a small web project. I think there are not general rules for that but, wi...
How to implement a Post-to-Wall Facebook-like using PHP and jQuery
In the past months I received a lot of request to write a tutorial for beginners in order to explain how to implement a Post-to-Wall Facebook-like. So, I prepared this very simple example which helps everyone understand how to implement this feature...
Useful scripts and resources Facebook-inspired for web developers
In this post I want to suggest you a list of some popular scripts and resources Facebook-inspired to help web developers to implement quickly Facebook-like features in their web projects.It include a Facebook-like search box, modal box, tooltips, ac...
10 Free CAPTCHA scripts and services for websites
In the past days I received several requests from my readers to suggest some CAPTCHA scripts and services quickly to embed into a web page. This post proposes a list of ten interesting scripts and services you can use to provide protection from spam ...
Free resources for quickly developing AJAX applications
In this post I want to suggest you some free resources which allow developers to quickly build and mantain powerful and advanced AJAX web applications. In this list you can find advanced grid features, calendars, tab-strip and a lot of other interest...
6 Interesting online presentations for web developers
If you are looking for free resources to learn Ajax, PHP, CSS and JavaScript take a look at this collection with six interesting online presentations about these topics. The list includes a short introduction to Ajax, how to write modular CSS code, P...
Free spell checkers for HTML Forms
In this post I want to suggest you five interesting and free spell checkers for HTML Forms (input and text area) ready to use in your web projects. I also provided some suggestions regarding how to implement them on your pages using a few lines of HT...
Interesting Resources to learn Object Oriented Design
In this post I want to reply to all my readers which wrote to me in the past weeks asking to me to suggest some interesting resources for beginners to learn Object Oriented Design methodology.This is a small list with some basic references about Obje...
Interesting html FORM Validators for web developers
This post illustrates how to use some interesting HTML Form validators to check FORM fields writing only some lines of HTML and JavaScript code. All these proposal are lightweight, cross-browser and simple to use and customize in your web projects in...
Simple process to estimate times and costs in a web project
After my previous article about a structured process to develop a web application I received some requests from my readers which asked to me to dedicate a post about how to estimate times and costs of a web project.In this articles I want to illustra...
Beautiful datepickers and calendars for web developers
Datepickers and calendars are elements you need often to implement in web applications with some advanced features. Starting from zero can be a very hard work, expecially if you don't have big familiarity with Javascript.This list include some of my ...
The Art of reusing code in your web projects
If you are a professional web designer you would have know very well the importance to respect development deadlines. Reusing code you already wrote in your past projects it's a good practice to save a lot of time, be more productive and dedicate co...
Structured process you must know to develop a web application
Developing a web application it's a hard work which requires much time you have to spend doing a myriad of things. If you don't use a methodic approach, especially in case of a complex project, you run the risk of losing sight of the project, not res...
Useful guidelines to improve CSS coding and maintainability
Developing CSS code for websites with a complex layout structure can be an hard work for a web designer. But in this situation, an harder work is writing code in order to simplify the continuous... Read more on http://woork.blogspot.com... ...
