Category: Dreamweaver (rss)
1 | Next Page

Railo Resin and Virtual hosts

Nov 22, 2009 6:26 PM
Rating: (Total Clicks 9)

With multiple projects running locally I prefer to use virtual hosts so I can browse to http://project1.local and http://project2.local rather than http://127.0.0.1/project1 and http://127.0.0.1/project2This is really easy in IIS ( point and click ).Apache you have to touch some configuration files but there is alot of information out there on this.With Resin it's also quite simple but there is far less information about this available.I put together this walk through on the process.And if your wondering about the performance of resin ( free edition ) Peter Bell's response should give you some confidence.I run about 70 websites on Railo and (translate)

50+ Favorite Photoshop Tutorials —- November 21th 2009

Nov 22, 2009 4:41 PM
Rating: (Total Clicks 16)

Photoshop are popular due to the complexity of software. Last week I came across some really awesome Photoshop tutorials, today I would run a quick wrap up of all my favorite Photoshop tutorials, which cover many aspects of Photoshop. I hope these tutorials may motivate your inspiration and encourage you to create your production. 1. Making [...] (translate)

How-to create a Password Generator using PHP

Nov 22, 2009 4:41 PM
Rating: (Total Clicks 8)

Do you need a password generator function for your user registration application or do you have to write a script in PHP? Than is this PHP tutorial for you. The function in this guide is flexible enough to use it during the user registration process or for a password recovery function. The generated password from [...] (translate)

Railo Express with Resin and 64bit jre

Nov 21, 2009 4:26 PM
Rating: (Total Clicks 31)

When I work on a Railo cfml project I use Railo express locally. The jetty express package doesn't support SES URL's which is one reason to consider using the Resin express bundle. More importantly to me is that the server I develop on is the same as the server I use in production ( on my VPS ). In this case that's resin. I run IIS and CF for my main job locally and really don't want to also run apache ( my VPS runs apache ) but Resin alone is close enough until I need to make sure my (translate)

Dreamweaver 8.0 Tutorial —- How To Make Pages For The Register Page

Nov 21, 2009 2:42 PM
Rating: (Total Clicks 31)

In the last article, we have learned how to make pages for leaving messages. Despite them we have many different dynamic web pages to learn. For example, you may need to register if you want to leave massage in some web pages. When you use an email, you need to register at first. But how [...] (translate)

PDF Portfolios & ColdFusion 9

Nov 21, 2009 12:19 AM
Rating: (Total Clicks 78)

I think that one of the coolest features in ColdFusion 9 is the ability to create PDF Portfolios. But this feature isn't one that I hear anyone talking about. Why? Well, I find that most ColdFusion developers--and I've talked to a whole lot about this--have never heard of PDF Portfolios. So what I need to do here first is point you to some info about PDF Portfolios themselves. The best place to start is with this Adobe Acrobat 9 help documentation. Check out all those cool features! Let's say you need ColdFusion 9 to send multiple pieces of content via (translate)

In Search of... A better, faster, stronger Web

Nov 20, 2009 6:34 PM
Rating: (Total Clicks 55)

This is a great presentation by Marissa Mayer (Google) on optimizing for speed, and evaluating how ... (translate)

Checking Out the New MultiTouch Events in Flash 10.1

Nov 20, 2009 6:20 PM
Rating: (Total Clicks 65)

In this series on the new multi-touch capabilities in the new flash player 10.1, I'm going to take a closer look at the new events that are fired off by the flash player when dealing with multiple touch inputs. The two new events that I'm particularly interested in are: flash.events.TouchEvent and flash.events.TransformGestureEvent. The new TouchEvent class is fired off by the flash player when the player detects a single touch. This class should look very familiar to those who are comfortable with the MouseEvent. It's my current understanding that this event can only be fired on touch enabled Windows 7 (translate)

Checking Out the New MultiTouch Events in Flash 10.1

Nov 20, 2009 6:13 PM
Rating: (Total Clicks 46)

In this series on the new multi-touch capabilities in the new flash player 10.1, I'm going to take a closer look at the new events that are fired off by the flash player when dealing with multiple touch inputs. The two new events that I'm particularly interested in are: flash.events.TouchEvent and flash.events.TransformGestureEvent. The new TouchEvent class is fired off by the flash player when the player detects a single touch. This class should look very familiar to those who are comfortable with the MouseEvent. It's my current understanding that this event can only be fired on touch enabled Windows 7 (translate)

Object serialization with Amf3Output of BlazeDS

Nov 20, 2009 4:44 PM
Rating: (Total Clicks 44)

Amf3Output class included in BlazeDS libraries allow us a simple way to serialize objects from server to client in AMF3 format. Download complete example as flex J2EE project (translate)

1 | Next Page