Web Development

Next Entries »

Adobe Dreamweaver CS3 Shortcuts

Tuesday, October 23rd, 2007

Yes, I am a big fan of Adobe Dreamweaver CS3. One reason why is the ability to export all your shortcuts to a neatly formatted (yep, uses tables!) HTML document for printing and displaying a handy place or simply filing on your computer somewhere for quick reference. You can even format it to look pretty […]

osCommerce PayMate Module Link

Sunday, August 19th, 2007

For those implementing the osCommerce PayMate payment module, the link for Australian orders is incorrect!!
You need to modify the paymate.php file which is found in catalog/includes/modules/payment/
On line (approx) 45, you will see this code:

$this->form_action_url = ‘https://www.paymate.com.au/PayMate/GenExpressPayment?mid=yourpaymateusernamehere’;

This is incorrect for Australian orders. It should read:

$this->form_action_url = ‘https://www.paymate.com.au/PayMate/ExpressPayment?mid=yourpaymateusernamehere’;

Hope this is useful for you!
Agur

WordPress AdRotator

Saturday, August 18th, 2007

The AdRotator plugin for WordPress is so simple, yet quite effective. Did I mention free? That got your attention!
You can get it on the Taragana blog.

myLittleAdmin

Tuesday, August 14th, 2007

Like me, for those struggling to come to grips with the IP restrictions on remote connections to SQL Server 2005, you should encourage your web host to install myLittleAdmin.
This little gem gets around a lot of the problems of the brilliant but ancient ASP.NET (SQL) Enterprise Manager which is commonly used to access SQL Server […]

Dreamweaver Tip #1

Saturday, May 26th, 2007

Set up your web site as a ’site’ in Dreamweaver.
To do this, you need to follow a few simple steps.

Open Adobe Dreamweaver CS3
Click the ‘Site’ menu item
Click ‘New Site’
The Basic tab is sufficient for most web sites, except if you are developing in ASP, PHP, etc. Select the ‘Basic’ tab
Type your site name (this can […]

Dreamweaver 8 Shortcuts and Tools Part 2

Tuesday, February 20th, 2007

Following up from the previous post, I thought I should share some more top-secret information about Dreamweaver. Well, here goes.
You can view and customise the existing shortcuts in Dreamweaver or if you want, you can simply add you own. All this can be done in Keyboard Shortcuts dialogue box. To access, simply:

Click “Edit” in the […]

Dreamweaver 8 Shortcuts and Tools

Wednesday, February 14th, 2007

A few simple Dreamweaver 8 shortcuts and tools that one cannot be without are:

“Ctrl+G” : Go To Line Number - works great for developers with thousands of lines of code and want to go to a particular line of code in an instant.
“Ctrl-F” : Find and Replace - Not really a hard one to find, […]

Tekhaus

Friday, February 9th, 2007

For all your web development and hosting needs, please visit tekhaus.com.au

Next Entries »