Archive

Posts Tagged ‘guide’

Java Web Start

May 14th, 2009 Gertjan 1 comment

In the growing market of the software industry today, users are clamoring for client applications that can be run not only from a desktop environment but also from the Internet. Users want the same functionality and support from Web-based applications as they get from those on their desktop, preferably packed with a thin-client interface. The most common solution, currently, is to develop two separate Java applications: one that executes as a desktop application and one that simulates much of the functionality of a desktop application, but is accessed from the Web. This is a burden to developers, who are required to write two separate applications that perform the same on different execution environments, but it is also a financial burden to software companies, which are forced to provide support for two separate applications. To alleviate this problem, Sun Microsystems has introduced Java Web Start, a client-side technology that enables Java applications to launch either from a desktop or from a Web page. This eliminates the need to develop Java support for Web applications, and also provides an efficient means to upgrade, maintain, and manage client-side Java applications with the support of any common Web server.
Read more…

Categories: Java Tags: , ,

Practical PHP Performance

May 12th, 2009 Gertjan No comments

When it comes to building web applications in PHP, performance isn’t typically a major concern. Features, usability and any business concerns are considered a greater priority, as they can be better demonstrated and visualised. Performance graphs don’t make the boss’s day.

So, why should you as a PHP developer, worry about performance? Quite a few reasons, in fact:

  • Efficient code gives you more flexibility with what you do with your application – for example, you can’t exactly throw in a thumbnailing routine if you’ve already maxxed your server.
  • Performance techniques generally line up with best practices, and while best practices are their own justification, they will save you time (and money!) in the long run.
  • On a high-scale application, performance graphs won’t make much of a difference. Still, informing the boss that, thanks to your performance efforts, you can cut server costs significantly, will definitely earn you some credit, and maybe even a raise.
  • Well written (and therefore efficient) are easier to debug.
  • Read more…
Categories: PHP Tags: , ,

Five good programming habits in PHP

February 16th, 2009 Gertjan No comments

Just like any language, developers can write code in PHP that ranges in quality from truly awful to very good. Learn good programming habits that can help you bridge the productivity gap.

Depending on whom you ask, the difference between a good developer and an excellent developer, in terms of productivity, is a factor of 10 to 20. An excellent developer is more productive because of his experience and good habits. When poor programming habits sneak into your code, they’re a drain on productivity. This article demonstrates some good programming habits that can make you a better programmer.

Read more…

Categories: PHP Tags: , , ,

Displacement Water – Photoshop Tutorial

February 9th, 2009 Gertjan No comments
displacement-water-photoshop-tutorial

displacement-water-photoshop-tutorial

Creating a realistic water surface in Photoshop is quite a challenge because it is the distorted reflection of the surroundings that makes the water look liquid. The displace filter is an excellent tool for making this distortion. The displace filter “shifts pixels” in an image according to the brightness values of a displacement map.
Read more…

20 Excellent AJAX Effects You Should Know

February 5th, 2009 Gertjan No comments

Take a look at the following 20 Excellent AJAX Effects You Should Know, you might learn something from it.

There are a few special techniques or effects that can spice up just about any web page. These are the top 20 Ajax effects that every web developer should know. They’re essential parts of any web developer’s toolbox. If you haven’t seen them yet, you no doubt will in your future web development endeavors.

The 20 effects are:

  1. TextboxList meets Autocompletion
  2. Ajax IM
  3. LiveValidation
  4. Inline Editing
  5. Ajax Upload
  6. Fancy Upload
  7. ClickHeat Clicks Heatmap
  8. Ajax Mail Form
  9. Ajax Directory Manager
  10. Ajax Email Client
  11. Improve Form Usability with Auto Messages
  12. qGallery
  13. Ajax Star Rating
  14. CakePHP Ajax Form
  15. Amberjack Site Tours
  16. Prototype UI
  17. JCrop
  18. jQuery Auto-tabbing Plugin
  19. Sort Table Rows with Ajax
  20. DrasticMap

Link: 20 Excellent AJAX Effects You Should Know

Optimizing Adsense For Better Performance and More Money!

August 14th, 2008 Gertjan No comments

So you want to make money with Google Adsense? I don’t blame you, who doesn’t want residual income! This article will show you how to better optimize Google Adsense to make more money from your web site(s).

Read more…

Search Engine Optimization – A Beginner’s Guide

August 14th, 2008 Gertjan No comments

Getting your site listed in the top search engines, such as Google, Yahoo, or MSN is no small job. There is lots of work that needs to be done to guarantee the highest placement possible, and even more work is needed to keep your ranking for any period of time. Here are some simple tips and strategies to keep your site listed, and listed well, without spending any extra cash on pay per clicks.
Read more…

Sending emails with php – php tutorial

December 27th, 2007 Gertjan 14 comments

In this tutorial, we’ll see how the PHP server-side scripting language can be used to send email, and explore how to send complex message types such as HTML email or emails with file attachments.

For convenience we will be using PHPMailer in this tutorial.
PHPMailer is a class for PHP that provides a package of functions to send email. The two primary features are sending HTML Email and e-mails with attachments. PHPMailer is an efficient way to send e-mail within PHP.

Read more…

Data Recovery