Dev Articles
  Programming Help, Web Design Help, CSS Help - Web Hosting by Hostway
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
PHP PROGRAMMING

Toggling CSS Properties with the GX JavaScript Animation Framework in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-02-09
 
In this ninth episode of the series, I provide you with some comprehensive examples that show how to toggle different properties of a sample div by using the core “gx()” method of the GX library. As with many tasks the GX JavaScript animation framework can be made to perform, toggling animations is a very simple process.  Discuss (1)


Cancel, Queue and Pause Animations with the GX JavaScript Animation Framework in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-02-08
 
In this eighth part of a series, I discuss how to cancel, pause and resume animations with the GX JavaScript library. You'll see that performing these tasks, as with many of the tricks you can make the GX library do, is a straightforward process.  Discuss (1)


Producing Elastic Effects with the GX JavaScript Animation Framework in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-02-05
 
In this seventh part of a series, I develop a couple of examples that show how to create elastic animations by tweaking the “easing” argument taken by the familiar “gx()” method of the GX library. The use of this parameter was covered in earlier chapters when I explained the implementation of bouncing animations, so I think that understanding how to put it to work for you should be a pretty painless experience.  Discuss (1)


Load Balancing Databases with Rails in Ruby-on-Rails
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-02-04
 
In this conclusion to a five-part series on databases and Ruby-on-Rails, you'll learn how a number of databases handle load balancing and high availability issues. This article is excerpted from chapter four of the book Advanced Rails, written by Brad Ediger (O'Reilly; ISBN: 0596510322).Copyright © 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.


More Advanced Database Features and Rails in Ruby-on-Rails
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-02-03
 
In this fourth part of a five-part series on databases and Ruby-on-Rails, you will learn how and when to handle triggers, rules, and stored procedures; how to connect to multiple databases; and more. This article is excerpted from chapter four of the book Advanced Rails, written by Brad Ediger (O'Reilly; ISBN: 0596510322).Copyright © 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.


Handling Advanced Database Features with Rails in Ruby-on-Rails
     
Rating: 4 stars4 stars4 stars4 stars4 stars / 2
2010-02-02
 
In this third part of a five-part series on databases and Ruby-on-Rails, you will learn how to add upload progress notification; you'll also learn how to handle some database features. This article is excerpted from chapter four of the book Advanced Rails, written by Brad Ediger (O'Reilly; ISBN: 0596510322).Copyright © 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.


Managing Database Files with Ruby on Rails in Ruby-on-Rails
     
Rating: 3 stars3 stars3 stars3 stars3 stars / 2
2010-02-01
 
In this second part of a five-part series on databases and Ruby-on-Rails, you'll learn about filesystem storage, managing uploads in Rails, and more. It is excerpted from chapter four of the book Advanced Rails, written by Brad Ediger (O'Reilly; ISBN: 0596510322).Copyright © 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.


Databases and Ruby on Rails in Ruby-on-Rails
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-01-29
 
Ruby-on-Rails supports more database management systems than just MySQL these days. This five-part series will take a look at the other systems and tell you what you need to know to choose which one to use (and help you manage whichever one you choose). It is excerpted from chapter four of the book Advanced Rails, written by Brad Ediger (O'Reilly; ISBN: 0596510322).Copyright © 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.


Moving Divs Diagonally with the GX JavaScript Animation Framework in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
2010-01-28
 
In this sixth part of a series, I explain how to use the GX JavaScript animation library for animating at the same time the “left” and “top” properties of a simple div. This process is fairly straightforward, meaning that you shouldn’t have major problems implementing it on your own web pages.  Discuss (1)


Moving Elements Vertically and Horizontally with the GX JavaScript Animation Framework in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-01-27
 
In this fifth part of a series on the GX animation library, I develop a couple of basic examples that demonstrate how to move a div either vertically or horizontally. You'll see that it's a simple process of manipulating the div’s “top” and “left” properties.  Discuss (1)


Making Bouncing Effects in Parallel with the GX JavaScript Animation Framework in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-01-26
 
In this fourth installment of a series, I provide you with some friendly examples that show how to use the GX library for creating an appealing bouncing effect when performing parallel animations on a target div. The process is extremely simple, so you shouldn’t have major trouble if you need to implement this kind of effect on your own web pages.  Discuss (1)


Creating Bouncing Effects with the GX JavaScript Animation Framework in JavaScript
     
Rating: 3 stars3 stars3 stars3 stars3 stars / 3
2010-01-22
 
In this third part of a series of articles on the GX JavaScript animation framework, you'll learn how to add bouncing effects to simple divs. You'll be surprised at how easy it is to do.  Discuss (1)


Manipulating Background Colors with the GX JavaScript Animation Framework in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-01-21
 
In this second installment of a series, I take a deeper look at a few more features provided by the GX library. Specifically, I show how to use them for performing parallel animations that include changing the width, height and background color of a sample div.  Discuss (1)


The GX JS Animation Framework in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
2010-01-20
 
If you're looking for something better than Flash for building animations for your web site, keep reading. In this first part of a series, I demonstrate how to perform basic animation on a single HTML element using the GX JavaScript library. This framework offers an easy learning curve, which permits developers to create nice visual effects on web pages via a friendly API. If you've worked with jQuery to add behavior to your websites, then using GX will be even simpler.  Discuss (1)


Dealing with Loose Coupling in a Service-Oriented Architecture in Web Services
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-01-19
 
In this conclusion to a two-part article series on loose coupling in SOA, we wrap up our discussion of the forms of loose coupling, and explain how to handle its complexity. This article is excerpted from chapter four of the book SOA in Practice: The Art of Distributed System Design, written by Nicolai Josuttis (O'Reilly, 2008; ISBN: 0596529554). Copyright © 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.


TECHNEWS TV
Click Audio or Video to get Podcast

Should You Be Using “up.time”?
Easily Monitor Virtual, Physical, and Cloud based assets, applications and services from a unified Dashboard with up.time.
Free Trial Download Here (Virtual Appliance available)

Enterprise TechBrief
Your one-stop source for the latest enterprise IT news and information you need to tackle your biggest IT challenges.
Visit enterprisetechbrief.com

IBM Oracle Insights
Get the most from your oracle deployments and gain insights to optimize your Oracle Database and Application Experiences.Read Blog

EnterpriseDB Postgres Center
EnterpriseDB provides an open source database with incredibly low total cost of ownership without sacrificing the features and performance you need. To learn more, visit the Postgres Center.






© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 8 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek