Newsflash

eZ components is an enterprise ready general purpose PHP platform. As a collection of high quality independent building blocks for PHP application development eZ components will both speed up development and reduce risks. What is interesting with eZcomponents is that it's developped for the future, currently require PHP 5.1 and the locale package will require a Unicode enabled version of PHP and so probably PHP 6.
 
Expand All Collapse All Show/Hide Modules

Login

Total Users

755 registered
0 today
0 this week
Last: rugarigo

Syndicate

Home arrow Blog
Build an Ajax application PDF Print E-mail
Friday, 12 January 2007
IBM developerWorks posted the first tutorial on their network introducing AJAX application development using Google Web Toolkit and Apache Derby. In this first tutorial Noel Rappin, Senior Software Engineer, Motorola, Inc. introduces the first steps to aquire GWT, create a project, move the project to eclipse then run your GWT program. This is just an introduction and in the next article the author will show you how to build a data layer on the server side using the Derby database and convert the data from its database form into Java objects that can be sent to your GWT client. Then you'll meet the remote procedure architecture that connects the server and the client.
Last Updated ( Friday, 12 January 2007 )
Read more...
 
Tigermouse, AJAX PHP framework PDF Print E-mail
Friday, 12 January 2007
Tigermouse is a framework for development of highly interactive web applications in MVC architecture. It utilizes AJAX technology extensively and pays attention to be lightweight for low latency and high responsiveness. The most important design principle of Tigermouse is to be ready for enterprise grade, the other just follows this requirement:
Read more...
 
Mootools for Dummies PDF Print E-mail
Friday, 12 January 2007

BeautyInDesign have a great tutorials series for learning Mootools from the beginners level to intermediate. In total five lessons, beginning with introducing Mootools, where you can find resources, documentation and how to download, then second lesson introduce first sample effects to make text bigger. Lesson three introduce to creating Drag-able/Resize-able Window, then you can learn about opacity fades for various windows in lesson four. Finally lesson five show you how to use mootools to create the JoomlaOS application. Tutorials very well explained, that in one hour you could become a mootools expert. Great work Rick and thanks for sharing.

joomlaos.png
Last Updated ( Friday, 12 January 2007 )
 
MySQL Best Practices PDF Print E-mail
Friday, 12 January 2007

One thing I learned fairly early in my DBA career was that if I was ever going to excel in managing the databases under my care, I needed to do one thing: smartly automate as much of my job as I could. This became particularly important in my last full-time DBA spot where one other guy and I had responsibility for about 120 Oracle, SQL Server, and DB2 databases. A lot of these databases ran critical applications with lots of users, so we were rarely bored at work. To keep our heads above water, we needed to do something to ensure we always had our finger on the pulse of all our servers, plus we needed to make sure that any performance issue was recognized as early as possible.

I ended up writing an in-house monitoring and capacity planning system that had a Web front end with a lot of moving parts under the covers. It worked pretty well for what we needed, with me even providing an end user dashboard where users could go to check on their applications before ever calling me (probably one of the smartest things I did in the system…) The problem was that as we grew, I ended up spending more and more time enhancing the home-grown monitoring solution, plus I became aware that there were shortcomings in the system that I couldn’t really overcome on my own. This, unfortunately, is the normal life cycle of home-grown help aids.

For many years, MySQL professionals have had to travel down this path or massage limited free offerings to meet the needs of their IT infrastructure. As I’ve traveled and spoken to many MySQL customers, I’ve heard about the pains they have with doing such things, even in very technically-savvy shops. In addition, I’ve fielded the complaint that the MySQL server can sometimes be too much of a “black box” when it comes to knowing if the server is running well or not. Basically, DBAs need to be able to easily tell if MySQL is responsible for a perceived slowdown in overall performance, or if the problem exists somewhere else (e.g. the network, etc.)

Last Updated ( Friday, 12 January 2007 )
Read more...
 
Sony France coupable PDF Print E-mail
Sunday, 07 January 2007
verrous cadenas verrouC'est à Nanterre que le verdict a été rendu contre la filière française du géant japonais. L'impulsion donnée par l'UFC Que Choisir a finalement abouti : le groupe Sony France est reconnu coupable de tromperie et vente liée. Ironie du sort, c'est grâce à la loi DADVSI, qui aura fait office de référence, que la condamnation aura été permise. 10.000 euros de dommages et intérêts ainsi que 3.000 euros de frais de procédures seront reversés à l'UFC.
Last Updated ( Friday, 12 January 2007 )
Read more...
 
JSEclipse released PDF Print E-mail
Saturday, 06 January 2007
jseclipse.jpg

If you are already using Eclipse now you have to add to your toolbox JSEclipse, the new eclipse plugin for JavaScript development. JSEclipse helps developers code JavaScript faster and with no errors, you can complete a variety of tasks, from editing small sections of code to working with the next big AJAX library or developing plug-ins for a product that embeds JavaScript snippets. If you don't have eclipse yet, maybe it's time to give it a try and for PHP developers you might also check the Eclipse PHP Development Tool. JSEclipse features announced in this release :

Last Updated ( Sunday, 07 January 2007 )
Read more...
 
MyBic Package 0.7.0 PDF Print E-mail
Saturday, 06 January 2007
mybic.gif

   MyBic 0.7.0 have just been released, and in 15 days from now if no bugs or major issues come up MyBic will officially go to version 1.0 which means that MyBic is ready for desktop style AJAX applications, according to Jim. You can get the latest MyBic from Sourceforge project's page or visit MyBic home page for more information about the project.

 

  The goal is to provide a bug free, memory leak free package that gives you all the ajax tools you need. This is for you to develop normal AJAX apps but also desktop like AJAX applications where the app might be in a kiosk type situation where you do not have access to the server.

Last Updated ( Friday, 12 January 2007 )
 
AjaxCore PHP Framework PDF Print E-mail
Saturday, 06 January 2007
AjaxCore is a multi-purpose PHP framework that ease the development of rich Ajax applications, by generating the appropriate JavaScript code. AjaxCore takes all the dirty work of JavaScript code generation and provides a solid foundation. The concept is to extend a Generic AjaxCore class and defining methods that handle the Ajax driven events and binding them to HTML objects. It uses Prototype's JavaScript standard library for getting DOM (Document Object Model ) elements and handling asynchronous XMLHttpRequest One distinguish point to remark is that, by letting you Bind events on HTML objects that will execute server side code,it let's you solve any specific requirement without the hassle of coding particular JavaScript code to handle specific events.
Last Updated ( Saturday, 06 January 2007 )
Read more...
 
AJAX Chat Tutorial PDF Print E-mail
Saturday, 06 January 2007

Zend Dev Zone have a new tutorial on how to create an AJAX Chat application using the Zend Framework. Following the step by step tutorial you can create a lightweight chat application using XML as a storage medium. The tutorial try to focus more on the aspect of using the Zend Framework, Javascript and Prototype libraries in order to create a simple elegant solution. The source code is available for download to try it on your own server.

    This tutorial is a step by step introduction to creating a lightweight chat application using XML as a storage medium. As personal motivation, I develop PHP games as a hobby. In pursuit of that hobby I've found that offering a flat threadless forum in such games tends to result in heavy usage as players attempt to use it as a chat room. The reason is that even with the advent of irc and instant messengers, users continue see an alternative web based solution as attractive for a number of reasons whether its limited access to instant messengers through a corporate proxy or simply for convenience sake.

Last Updated ( Saturday, 06 January 2007 )
 
<< Start < Prev 1 2 3 Next > End >>

Results 14 - 26 of 27
© 2009 SourceForAll