Web development , php , ajax , symfony, framework, zend
In: web resources
12 Jan 2010OK, this is nothing shockingly new, but I found it pretty useful. Using jQuery, Ajax has become more or less a one-liner: PLAIN TEXT JAVASCRIPT: $(document).ready(function(){ $(‘.ajaxtrigger’).click(function(){ $(‘#target’).load($(this).attr(‘href’)); return false; }); }); This loads the document any link with a class of “ajaxtrigger” points to and updates the content [...]
In: web resources
10 Jan 2010Ultimate tutorial explains how to develop an WordPress theme from scratch HTML file. WordPress Theme From Scratch day 3 HTML to WordPress_square.png (84 KB) Go to Source
We all know the benefits of using snippets and bundles to speed up our coding, but what if we could take things a step further, and turn a complex html structure into something as simple as a CSS selector? Well, thanks to a new project, called Zen-Coding, we can do this very thing! In this [...]
In: web resources
8 Jan 2010jsFiddle a Tool which is helping with writing (X)HTML, CSS & JavaScript. Load the page or code-snippet, edit the relevant fields and load the result, which can saved for further usage. jsFiddle-Preview.jpg (7 KB) Go to Source
This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.