Sentido Web

Referencias y explicaciones sobre desarrollo web, PHP, Ajax, XHTML, MySQL ...

Archivo para August 2010

11Aug
2010
Comments Off

Peculiar: iconos realizados con CSS

Peculiar es un paquete de iconos realizado sólo en CSS. Ha sido creado pensando en sitios y aplicaciones web que dependan de un número muy reducido de peticiones HTTP o que no necesiten o no puedan utilizar ninguna imagen. El paquete contiene 45 pict … Post original
11Aug
2010
Comments Off

Optimizing Search Functionality with Large JavaScript Arrays

Processing arrays can take quite a few bit of time, this is something that can directly impacts the loading speed of your page and depend of the computer and the browser your users use. When you think that a typical users can load your website with a netbook , or an iphone for that matter, [...]
11Aug
2010
Comments Off

HTML5 Boilerplate

HTML5 Boilerplate is the professional badass’s base HTML/CSS/JS template for a fast, robust and future-proof site. After more than two years in iterative development, you get the best of the best practices baked in: cross-browser normalization, perfo … Post original
10Aug
2010
Comments Off

CSS Triangles

I was recently redesigning my website and wanted to create tooltips.  Making that was easy but I also wanted my tooltips to feature the a triangular pointer.  I’m a disaster when it comes to images and the prospect of needing to make an image for evePost original
10Aug
2010
Comments Off

Redirecting Old URLs in WordPress

We recently devised a system to redirect old URLs in PHP so that you could avoid “page not found” errors (I suggest you read it before venturing further). In this article, we’ll create a similar system for WordPress, the popular PHP CMS. How is WordPPost original
10Aug
2010
Comments Off

Build a simple JSON controller for your web project

Regardless of which database back end your project uses, a JavaScript Object Notation (JSON) controller can simplify your development efforts. Set up a very basic JSON controller that can enhance your next development project.Post original
09Aug
2010
Comments Off

NoSQL Databases Aren’t Hierarchical

NoSQL Databases Aren’t Hierarchical: Unfortunately based on a wrong hypothesis: However most of the NoSQL tools seem to be NoRelational. As I see it, many of these tools map closely to the model that the relational model replaced.. the hierarchical mPost original
07Aug
2010
Comments Off

WordPress 3.0 New Features Quick Guide

Well that precisely covers the most important features that WordPress 3.0 offers to its user community. A number of them as we may notice help even the beginners to efficiently exploit the immense potential of wordpress.Post original
07Aug
2010
Comments Off

Start Experimenting With CSS3 Keyframe Animations

A beginner’s guide to CSS3 keyframe animations.Post original
07Aug
2010
Comments Off

The Future of Web Apps: A Look at the File API

Learn about File API,a powerful API that allows developers to handle files from a users file system and manipulate those files to be used within a web application.Post original