Posted by Rasti | Jun 18th, 2009
Are you experienced PHP programmer and would like to use favorite PHP functions in JavaScript too? Sounds interesting, doesn’t it? You wouldn’t have to learn new JavaScript objects and functions, get used to new syntax, just write what you already know and have tested. Put PHP directly into JavaScript code and don’t care! Well, but how?
Thank God and the group of PHP.JS developers the answer...
Posted by Rasti | Jun 15th, 2009
The Dojo Toolkit is an open-source JavaScript toolkit useful for building impressive web applications. It shortens the time between idea and implementation by providing an exceptionally well conceived API and set of tools for assisting and fixing the issues experienced in everyday web development. The Dojo Toolkit is scalable, fast, robust, and supplies a solid set of tools for DOM manipulation, animations,...
Posted by Rasti | Jun 1st, 2009
960 Gridder is an excellent tool for any web developer/designer that wants to easily align, match and/or layout websites. 960 Gridder is mainly developed with focus on initial layout or fine tuning of a website.
960 Gridder is cross-browser compliant and works well in Internet Explorer 6/7/8, Firefox 2/3 and Chrome. Safari 4 Beta and Opera 9 is also working as expected and it should work in Safari 2.x-3.x also.
960...
Posted by Rasti | May 26th, 2009
XMLHttpRequest is one of the goals of AJAX technology. But what XMLHttpRequest actually is, where it comes from or how we can use it will be the content of this short post.
Posted by Rasti | May 25th, 2009
Confused by jQuery syntax? Never sure when/where to place your parentheses, curly brackets and so-on? Use the jQuery Function Builder to quickly build up a collection of functions that will be called when the page has loaded/is ready.
Using jQuery for scripting encourages good coding practices as it means that behaviour is layered over the top of a basic document which is more likely to be usable even if JavaScript...
Posted by Rasti | May 22nd, 2009
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition – December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family...
Posted by Rasti | May 10th, 2009
JS Charts is a free JavaScript based chart generator that requires little or no coding. With JS Charts drawing charts is a simple and easy task, since you only have to use client-side scripting (i.e. performed by your web browser). No additional plugins or server modules are required. Just include the JS Charts scripts, prepare your chart data in XML or JavaScript Array and your chart is ready!
JS Charts lets...
Posted by Rasti | May 9th, 2009
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems.
TinyMCE Features
Easy to integrate – Only a few lines of code needed.
Customizable – Themes...
Posted by Rasti | May 8th, 2009
There’s a lot of WYSIWYG (What You See Is What You Get) editors worldwide. You can choose from simple ones to more complex with a lot of features. But sometimes less is more. Mainly, in the event when users shouldn’t change a layout, colors, fonts, etc. of the webpage while editing content (by CMS editor, for example). It’s much better to let change a layout or any other front-end attributes...
Posted by Rasti | May 7th, 2009
Sometimes we need to have files or directories protected by password. There is more options how to do it but one of the simplest is to use the old known combination .htaccess and .htpasswd files. These two files with data generated by the online .htaccess Password Generator should be placed into the folder which need to be protected against unauthorized access .
.htaccess Password Generator generates all the...