Tag › dreamweaver


Ignore .DS_store files when uploading in Dreamweaver
Here is a nice little trick to stop Dreamweaver uploading the '.DS_Store' files and you having to delete them either on the live site or via the terminal.


Find and replace crashes Dreamweaver CC on Mac
Is Adobe Dreamweaver crashing on your Mac when you try and do a 'Find and Replace'. Well fingers crossed this little tip should solve the problem for you.


Open and colour code tpl files in Dreamweaver
With these file amends you can make Dreamweaver MAC open files with the extension (tpl) plus make them use the php code colouring settings for output.


Show hidden .DS_store files in Dreamweaver
Tested a themes compatibility in WordPress and noticed a .DS_Store files warning, but I couldn't see them in DreamWeaver. Here is a simple solution.


What is responsive CSS
Responsive CSS allows you to design a website which will change scale and layout depending on a users device (Computer, Mobile and Pad).


Import CSV into WP-eshop Magento error
I recently had to upload a CSV file edited in excel to Wordpress eshop, but I kept getting back error messages. This is a very easy solution!


Dreamweaver keyboard shortcuts
Here is a little list of handy keyboard shortcuts for using in Dreamweaver. They will help your workflow and will be extremely time saving.


How to remove blank lines in Dreamweaver
In Dreamweaver I had a CSS file with loads of blank lines of code, which needed to be deleted to make the file smaller. Here's a nice little tip.


How to Insert php code into a Joomla article
Here is how to insert php code and any other kind of code into a Joomla article directly.


Joomla JXTC Deluxe News Module link Problem
I had to do a joomla website and used the 'JXTC Deluxe News Module'. But when selecting the images they didn't use the correct URL link.


Spaces appearing between Div tags in IE6
You will have a template with a simple content, header, menu and footer div tags. In IE 6 you will be seeing some strange gaps between the div tags.


CSS the Basics
Thought I would put a few basics of CSS on the blog for beginners. Like CSS Positioning. and the like.