Archive for the 'Dreamweaver' Category
Feb142008XAMPP Madness!!!!
If you’re running Windows, and have set up XAMPP to complete the PHP tutorials for the Dreamweaver CS3 or Dreamweaver 8 Missing Manuals you may be encountering an error with MySQL (if none of this applies to you, then you can skip this post.)
With the latest XAMPP (maybe some earlier versions too) some people are getting error messages (about every 10 seconds) popping up on their screens. The message reads “access violation at address 10002593 in module ‘LIBMYSQL.dll’ read at address 00000000.”
This error has to do with the a program called WinMySQLadmin. To get rid of those annoying error messages you need to:
-
Choose Start > All Programs > Startup > WinMySQLadmin
- Click on the my.ini Setup tab in the WinMySQLadmin window. This can be tricky because the darn error message windows keep popping up on top the WinMySQLadmin window.
- In the my.ini Setup tab, there’s a big text box and at the bottom, you’ll see
user=root
password=password
- Delete the second ‘password’ so that those two lines look like this:
user=root
password=
- Click the ‘Save Modification’ button in the left area of the window, and confirm that you want to save your changes.
- The error messages should stop now. Close all the open error message windows and breath a sigh of relief.
Thanks to the Php bugs blog for this answer.
Posted in Dreamweaver | 16 Comments » | Permanent Location
Jan112008MAMP download has moved
If you’re a Mac user, who’s interested in learning Dreamweaver’s tools for building dynamic-database driven pages, you’ll want to download the all-in-one web server package MAMP. I talk about MAMP in my book and use it for the tutorials. Unfortunately, the address I give on page 758 no longer works…they moved the download page to another location. So if you’re looking for MAMP you can now download it from: http://www.mamp.info/en/download.html
Posted in Dreamweaver | No Comments » | Permanent Location
Dec212007Video: Defining a Site in Dreamweaver CS3
If you’d like to see a video showing you just exactly how to define a site so you can start taking advantage of Dreamweaver’s fantastic site management tools, you’re in luck.
Click here to see the video.
Posted in Dreamweaver | 1 Comment » | Permanent Location
Oct292007Photo Gallery Tutorial on CreativePro.com
I’ve just written a tutorial for CreativePro.com on using Lightbox (a great, free, JavaScript program) to make sophisticated looking image gallery pages. You can see an example at: http://www.creativepro.com/img/story/VSGallery/gallery_finished.html
I’ve included instructions on how to use Dreamweaver to create the gallery. The tutorial is free and you’ll find it at: http://www.creativepro.com/story/howto/26043.html.
Posted in Dreamweaver, Web Design | 2 Comments » | Permanent Location