JavaScript, with the rise of Ajax, is definitely a must-know-well for every web designer/developer.
Read the rest of this entry »Archive for the ‘Scripts & Apps’ Category
JavaScript Image Processing Library: Pixastic
Pixastic is an open source JavaScript image processing library. It uses HTML5 Canvas element that enables accessing to raw pixel data. Supported effects are: desaturation/greyscale invert flipping brightness/contrast adjustment hue/saturation emboss blur & more There is an image editor built with it & the library is well-documented. Compatibility: All Major Browsers (IE requires ExCanvas) Website: [...]
Read the rest of this entry »Dojo The Javascript Toolkit – Great Experiences For Everyone
Dojo is an Open Source DHTML toolkit written in JavaScript. It builds on several contributed code bases (nWidgets, Burstlib, f(m)), which is why we refer to it sometimes as a “unified” toolkit. Dojo aims to solve some long-standing historical problems with DHTML which prevented mass adoption of dynamic web application development. Dojo allows you to [...]
Read the rest of this entry »Protochart
ProtoChart is a new opensource library using Prototype and Canvas to create good looking charts. This library is highly motivated by Flot, Flotr and PlotKit libraries. Features Line, bar, pie, curve, mix, and area charts available Multiple data series on same graph Highly customizable legend support Customizable grid, grid border, background Customizable axis-tick values (both [...]
Read the rest of this entry »Graphing/Charting Data on Web Pages: JavaScript Solutions
Effective data visualization allows users to easily understand and consume otherwise complex, boring information. Plotting your data can serve as a replacement to tabular data, and is also a great way to add practical graphics to your web page or application. There are a variety of ways you can plot data on-the-fly – but in [...]
Read the rest of this entry »Convert a value to pixels with JavaScript
A quick snippet of JavaScript to convert values to pixels from any string. Below is a quick function: function px(val) { return parseInt(val)+”px”; } } To use it, just wrap your string with the function and it should convert it to pixels for you: var oldValue = ’65′; var newValue = px(oldValue);
Read the rest of this entry »Ajaxed PHP Datagrid: Eyesis Data Grid Control
Eyesis Data Grid Control is a PHP class for creating a datagrid from a MySQL database almost instantly. With 6 lines of code, you can connect to the database, mention the table & define the query, rest is automated. It has nice features like: Filtering and searching Changing column headers Can displaying images Ajax supported Automatic row [...]
Read the rest of this entry »Full Featured Ajax Communication Suite: Claros inTouch
Claros, which is a passionate team in creating open source software, has a beautiful software named Claros inTouch. Clasor InTouch is an ajax communication suite with key features such as webmail, address book, post-it notes, calendar (in progress), webdisk (in progress), built-in instant messenger and RSS reader. It is the first open source web application [...]
Read the rest of this entry »Classic ASP And Ajax: ajaxed
Classic ASP is losing its popularity, or already lost it. On the other hand, there are many developers who use it. And, it is hard to find new & exciting projects about classic ASP but here is one: ajaxed, an ASP library with built-in Ajax support. With the release of ajaxed 2, the library is [...]
Read the rest of this entry »Lightweight Rounded Corners: DD_roundies
DD_roundies is another rounded corners solution that is very easy to implement & cross-browser compliant. This rounded corners script doesn’t use any images, works in IE6 without AlphaImageLoader & lightweight (3.62kb compressed). Radius of the corners are not fixed & can be defined. As the major problem for rounded corners lies beneath IE, this rounded [...]
Read the rest of this entry »