Tensor is a sleek template that can fit many different websites. It can have a…
Shopping/Ecommerce Plugin Solutions For WordPress
Here is a list of Shopping/Ecommerce Plugin Solutions For WordPress. I thought i would start this post purely because i spent most of the day trying to find a ecommerce plugin that actually works. So hopefully it helps you too! Jigoshop Jigoshop is an eCommerce plugin for WordPress developed by...
06
Jul
2011
1 Comment
Read More
Good SEO practices – How to beat Google panda
Last week we did a post on Google panda “Has your site been Google Panda slapped?”. This week I want to share with you some ideas and practice that you can apply to your website to help improve and beat the panda! Google has released Panda update 2.2, just as...
27
Jun
2011
No comments
Read More
Sliding login panel with jQuery
Came across this great script for slide down login This script is based on a previous script “Show/Hide Login Panel with Mootools 1.2″ but now works with jQuery 1.3.2 instead of Mootools 1.2. Please note the Login and Register forms in this demo will not work “out of the box”...
22
Feb
2011
No comments
Read More
YouTube Clone Script
http://www.clipsharetemplates.com clone script allows you to run your own video sharing portal like YouTube.com, Metacafe, DailyMotion, and others The ClearWater template is a stunning and light design featuring stylish mouseover effects and will be a great addition to any video sharing website using Clipshare 4.1 Professional. The Clearwatter template utilizes...
10
Oct
2010
1 Comment
Read More
PHP Coupon Clone Script
Easy-to-use SEO friendly coupon script which allow you to create Discounts/Promotion Coupons web site. Earn affiliate commissions while offering discounts for your visitors! With 9 different designs you will be able to create perfect coupon web site in any niche! Add website/store with Seo title, keywords and affiliate url Activate...
23
Sep
2010
No comments
Read More
Image Sharing Script
Create your own popular image sharing website. Allow users to share their picture and photos with everyone. Host images instantly with this image hosting script. Features Rate Images Users can rate images with the 5 star rating system (ajax). Rate Images Security Users are only allowed to vote once per...
14
Jul
2010
1 Comment
Read More
Yahoo answers clone scriptYahoo answers clone script
Looking to create your own Yahoo Answer Website. Well here is the script that will help you achieve that goal! Question Answer Script with a large and highly customizable set of key features makes it the best of php answer script available. Question answer script has the question & answer...
30
May
2010
No comments
Read More
Domain Auctions Script Flippa clone script
This fantastic script can be used to create your very own Flippa website. Not only can it be used as a flippa type website, but it’s great for any marketplace niche. With this Clone Script you will be able to produce a marketplace website within minutes. PRICE: $57 DEMO...
29
May
2010
2 Comments
Read More
This is for those Linux lovers and website developers!, This tutorial that i stumbled on will show you how you can run Dreamweaver CS3 on Linux using Wine. I would imagen that this will apply for all the CS3 packages.
I’m using Ubuntu 8.04 Edgy Eft for this, so change these commands to match up whatever your distro uses to accomplish the same thing. Please also make sure that your Dreamweaver has been installed in your Windows partition. you need this before you can run Dreamweaver in your Linux.
All right, lets get cracking on this!
First, install wine if you haven’t already. Like I stated before, I’m using Ubuntu to do this, so apt-get is my choice of software installers. Your distro may be different. Consult your system docs for the correct syntax for your software package management tool.
Note: Make sure you have the latest version of Wine for your distro. The current release can be downloaded here: http://www.winehq.org/site/download
sudo apt-get install wine
Your wine user directory and other options aren’t set up by default, so issue the winecfg command to set up the environment:
winecfg
which created the necessary .wine directories under my home directory.
Next, copy the entire “C:\Program Files\Adobe” program directory from your Windows partition to the wine program directory “/home/(username)/.wine/drive_c/Program Files/” like so:
(my window’s partition is sda2. yours may be different)
cp -R /dev/sda2/Program\ Files/Adobe/* /home/(username)/.wine/drive_c/Program Files/Abobe
This is a large directory, so it might take a few minutes to copy over. It also might be easier for Linux newbies to copy/paste this in the GUI.
After that, copy the whole “Adobe” folder from “c:\Documents and settings\All users\Application Data” to “/home/(username)/.wine/drive_c/window/profiles/all users/”
Then, copy the whole “c:\Windows\system32\Macromed” directory to “/home/(username)/.wine/drive_c/window/system32/Macromed/”. Notice that the “ia” is left off the end of the word “Macromedia”. This is not a typo.
Next, copy the whole “Adobe” folder from “c:\Program Files\Common Files” to “/home/(username)/.wine/drive_c/Program Files/Common Files/”
Finally, you’ll need to copy over the “c:\WINDOWS\WinSxS” directory to your Wine “windows” directory. Wine doesn’t have a WinSxS directory, so copy the whole thing over intact. Dreamweaver needs the latest C++ runtime and other assorted files from there to work properly.
After you have copied all of the program files and system files Dreamweaver needs to your Linux partition, you need to export the Dreamweaver registry keys. Boot back into Windows and use regedit to dump this information to a file:
Start --> Run --> "regedit" (Enter)
Export the entire “HKEY_LOCAL_MACHINE/Software/Macromedia/” registry key to “C:\dreamweaver.reg” and boot back into Linux.
Now we’ll need to convert the registry keys to ASCII format with the recode utility. Let’s install that program if it isn’t already:
sudo apt-get install recode
Copy over the registry keys to your home directory and convert them to ascii like so:
recode ucs-2..ascii dreamweaver.reg
And now import the keys into wine:
wine regedit dreamweaver.reg
Finished! Now cd over to your Dreamweaver directory and run DWCS3! Hopefully it will work… lol
cd .wine/drive_c/Program\ Files/Adobe/Adobe\ Dreamweaver\ CS3/
wine Dreamweaver.exe
All done!, to find out more on other packages please feel free to visit wine’s website. I am sure this could be found on the Wine app Db.
Credits to: openaddict.com/node/25 , For more details on this.

PLease illustrator CS3 on wine!
did a test, and works for CS4 too. Will post changes shortly
Great, I will try this soon.
Two questions:
- Have you written anything yet about changes for CS4?
- After installing Dreamweaver in Wine as you explain, can (the) Windows (partition) be removed from the computer?
impressive!!!
Nice one I must say. Just one question. Is it necessary to copy from a windows partition? Why not from a different system entirely. I am asking this bcos i do not have windows installed on my system at the mo’. Thanks anyways.