Compatibility issues with Windows 7

Adobe Dreamweaver

Image via Wikipedia

Okay, so I have had Macromedia Dreamweaver 4 for a long time and it worked beautifully until I installed Windows 7. Now it is behaving very strangely. I went onto a Dreamweaver forum, now owned by Adobe, and asked questions about why certain things were not working in Dreamweaver. They all said “Get a later version” and “It’s a wonder it has worked for this long”. Well, I’m not rich, so what now. I’ll have to learn HTML and XHTML afterall. Maybe I’ll download NVU, an open source program said to be like Dreamweaver.

A lot of programs that I have will not be compatible with Windows 7. Apparently, if your Windows 7 is 64 bit, then nothing much will be compatible, but the 32 bit version may be nicer to you. To find out whether your version of Windows 7 is 32 bit  or 64 bit go to Start>Control Panel>System Security>System

I know most items these days are made to be obsolescent in a couple of years, but I don’t think this was the case with computer programs which used to be okay in their time. The makers would not have been aware that computers and Bill Gates would have such amazing operating systems in the future. I mean Windows 7 is better than the security ridden XP OS.

So what do you do as a home programmer in the way of software which becomes outdated?

Enhanced by Zemanta

Great tutorials for the newbie web designer

Quackit teaches beginners how to create websites. They start off slowly, teaching you the basics such as HTML and CSS. Then they introduce you to more advanced topics so that you can add more features to your website.

It is similar to my own site, but has many more tutorials on css coding, xml, and

  • JavaScript Tutorial
    Learn how to add functionality and interactivity to your web pages.
  • ColdFusion Tutorial
    ColdFusion is a server-side programming/scripting environment used to build dynamic websites.
  • PHP Tutorial
    This PHP Tutorial demonstrates just how easy it is to create dynamic websites using PHP.
  • VBScript Tutorial
    This tutorial teaches you VBScript from the ground up – starting with the basics.

Database

  • Database Tutorial
    Learn the fundamentals of databases and database management systems.
  • SQL Tutorial
    Covers everything you need to know to get started in database programming using SQL.
  • SQL Server Tutorial
    Provides an overview of SQL Server – Microsoft’s enterprise database management system.
  • Microsoft Access Tutorial
    Use Microsoft Access to perform many typical database tasks such as creating databases, tables, queries, and more.
Enhanced by Zemanta

Using CSS to make rounded corners

I have been fiddling around with the css file which comes with my cutline theme. I felt it was too grey and black. The trouble is that it’s a lot of trial and error. I still have a problem in that links within a post do not show up as a link.

CSS Rounded Corners
By Courtnie Croft

This article is from Bravenet.com Professional Web Hosting
Host 10 Websites in One!
FREE Domain for life!
As low as $4.99 / month
Click Here

The HTML

<b class=”b1″></b><b class=”b2″></b><b class=”b3″></b><b class=”b4″></b>
<div class=”content”>
<div>content here</div>
</div>
<b class=”b4″></b><b class=”b3″></b><b class=”b2″></b><b class=”b1″></b>

Here is the CSS

.b1, .b2, .b3, .b4 {font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#000; margin:0 5px;}
.b2 {height:1px; background:#000; margin:0 3px;}
.b3 {height:1px; background:#000; margin:0 2px;}
.b4 {height:2px; background:#000; margin:0 1px;}
.content {background: #000;}
.content div {margin-left: 5px; color: #FFF;}

The CSS with border

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#FF5B0A; margin:0 5px;}
.b2 {height:1px; background:#000; border-right:2px solid #FF5B0A;
border-left:2px solid #FF5B0A;
margin:0 3px;}
.b3 {height:1px; background:#000; border-right:1px solid #FF5B0A;
border-left:1px solid #FF5B0A;
margin:0 2px;}
.b4 {height:2px; background:#000; border-right:1px solid #FF5B0A;
border-left:1px solid #FF5B0A;
margin:0 1px;}
.content {background: #000; border-right:1px solid #FF5B0A;
border-left:1px solid #FF5B0A;
}
.content div {margin-left: 5px; color: #FFF;}

Are Doc Types necessary?

I was reading on a forum how someone who uses Dreamweaver had never put a doc type in the first line of their HTML code and whether or not that effected their Search engine rankings.

A doc type is something like this

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
			"http://www.w3.org/TR/REC-html40/strict.dtd">

Wikipedia defines them here

As for whether or not they do effect your search rankings there was a bit of debate. I know that my first host’s web site never had a doc type but had high rankings.

I always did put them in even though they were not properly what they should have been.

My copy of dreamweaver doesn’t add them automatically. I’m not sure if later versions do. To read more about them and the other elements to remember to code if you use dreamweaver, I have an article here.

On another blog I found some more information.

Enhanced by Zemanta

Blogs or web sites

You know when I started designing web sites, blogs didn’t exist. My first web site was made with Microsoft Publisher and a little bit of HTML knowledge. Pretty well every webmy dog site then took an age to download, even if I had had cable then, and had heaps of large graphics and lots of animated graphics. Text was big and the design was usually pretty poor.

By the time I bought dreamweaver, in preference to Front Page, thank God, I was ready to get my own domain name and host. Dreamweaver was pretty easy to learn and I thought, great, this is the best thing since sliced bread.

Then there were all those books in computer book stores about Java and PHP and I didn’t have a clue. But I did learn how to use javascripts not as a developer of them, but as a web designer.

Now we were suddenly going up to XHTML and CSS had arrived. It was all going too fast for me. I’ve managed both of those now, sort of, but we are almost back to a full circle with build a page, wikis, blogs, swickis all of which means that no-one has to know any code.

There’s debate all the time about which way the internet is going to go next. Was it going to be a content management system or was it going to be a blog?

I’ve used both and even had a forum at one time too. But it is only now that I have added WordPress to my site. And I like it.

With my web site, I tried DHTML menus so that every time I added a page I could update the menu in a flash. I’ve learnt Paint Shop pro, but not everything about Photoshop. I’ve made video tutorials that go to YouTube and I’ve made some podcasts. I love technology.

I could never afford much, so any spare cash went on the computer and we now have 2 networked. I’ve never done any IT study.

I find it almost impossible to keep up with all the changes, so the blog makes it easier to write a page and have it indexed almost immediately. Word Press has so many plugins to make it like a web site. There are not just posts here.

Should I change my whole site over to this blog or have it as a quick update of news to do with web design? Maybe not. I’d lose whatever ranking I have.

But which will do better? I have added google analytics to this blog so I can see my visitors. This blog is still only a month old so I don’t expect too many click throughs yet. I have a number of subscribers to my feed already though.

That’s another thing about blogs. A person can see all your posts in one click in their reader of RSS feeds. Subscriptions to web sites like I have seem to be slowing down. RSS is so much easier, although I may add an email subscription to my feed also.

I think too that most of the interesting stuff is appearing more on blogs than web sites. Of course the corporations and small businesses need their web sites. They don’t need to be changed that much, but whenever you go to google adsense or google analytics for example, do they care much about design? I don’t think so. They don’t need to.

Some blogs and web sites are really beautiful and I still like a good looking site.

Anyway, what do you think? What will be the future of the internet and please don’t say mobile phones.

Oh? About the eyes on the dog. I’ll get rid of the blue pupils for the next post and tell you how I did that as if you didn’t know!

Enhanced by Zemanta

Xara extreme pro tutorial

http://www.xaraxone.com/tutorials/aug07/index.html

I advertise Xara graphics because they are very versatile.

You could make this.

wildflower

Reblog this post [with Zemanta]

Widgets

Adding Desktop Gadgets
Image via Wikipedia

http://www.widgipedia.com/

Here’s an interesting site if you want to make widgets for your web page or desktop.

You can also use the widgets that are there. There is a URL to each one and the embed instructions as well.

There’s a forum on this site as well.

Here’s another site which just offers you gadgets to add to your site.

http://www.smartwebgadgets.com/

Enhanced by Zemanta

Web design and resources for beginners and before CSS and web 2.0

You don’t have a web site yet

It’s very difficult to keep up with the changes to web design these days. Some of the flash sites we’ve seen are particularly brilliant, some are not. Making a web site without buying Photo shop, paint shop pro and dreamweaver will leave your site fairly plain. That may be all you want, but if you want a more professional design try this. Try these templates

Web design tips

There are things you can do to your web site to confuse the spammers. There’s a way of using another symbol apart from @ for your emailon your site. It is @
Spider robots looking for the @ then can’t find your email.
You can use a ‘no right click script’ . But I believe that even going to all those lengths you will still get spam mail.

Appelet menus..very attractive
The web developers virtual library

One of the reasons we could never quite get the colours right on the site is that without seeing them together it is difficult to judge how they will look. As with painting a room, we found the following site invaluable. We had the web site there to pick the colour and the dreamweaver open to see how it looked next to other colours. From our experience a two colour site is probably best, but that doesn’t count the text link colours.

Check out this colour picker

Here’s a great link to HTML tags and which browsers the tags work in.
HTML tags

Create DHTML/Javascript menus for your web pages visually, without any programming experience required! A Javascript menu will work alike in browsers supporting DHTML, such as the I.E., Netscape Navigator, Firefox and Opera browsers, without you having to deal with DHTML incompatibilities across them. A DHTML menu can be vertical or horizontal, it can be movable, stay visible while scrolling, contain static or animated images, borders, colors and much more. There is also a collection of predefined styles in the Style Gallery that can help you build a dynamic menu very fast; just add the text for each menu item and let the Style Gallery take care of its appearance. Finally, a simple step-by-step process makes it easy to compile and link a menu to your web page in just seconds! Since menus have always been familiar and straightforward to users, you can really boost your sites’ functionality with comprehensive, well-designed menus; AllWebMenus is definitely a great tool to achieve this!
I have used the All web menu and can recommend it provided it is not too graphic intensive. They are attractive and popular. All Web Menus

This site was advertised as Site Pro News of the week. I has simply everything you’d need. Everything the web designer needs

Creating site maps with different software – all free

I have a page of resources on my web site.

Flash

Well here is a great link to flash tutorials. Good luck. I can’t make head nor tale of flash. I guess I’m not
that keen on learning it either. But for the occasional banner or button flash is pretty useful. I use on-line flash generators if I need it

Articles about web design

Do you have some affiliate programs from which you’d like to receive some commission for advertising them on your site? Have you clicked on one of these from another site and thought you’d like to buy
something but decide to get rid of the referrers ID? You can encrypt your link by using my Protect your link service to be found at the bottom of the About affiliate programs page

HTML Code Tutorial’s goal is to provide the most helpful and complete guide to creating web pages anywhere. They have good tutorials on frames and on forms at
http://www.htmlcodetutorial.com/

Free on-line web tools

Flash Generators, Graphic Generators, Dhtml/Css Tools, JS Generators, JS/Css Generators, Html Generators, MetaTag Creators, Calculation Tools, Colour Charts, Site Popularity, Dates & Times, Text & Numbers, Domain Related, Fun Tools, System Information, Ping, whois, etc. Code Validators, Miscellaneous http://www.freetoolkit.net/

Make your long URL shorter http://www.snipurl.com/

Creating vertical lines on your web page

We do this by building a .gif image we’ll call “vertbar.gif” and then placing that next to some text. You can build the image to width, say 2 pixels, and form the height as desired using the img height attribute, like this: <IMG src=”vertbar.gif” width=2 height=n align=”left”>
You obviously have to create your vertical graphic in your favourite graphic program.
If you are short on one of these check out my free graphic editors

ALT TAGS

This tag is the one that is most often misused: The alt tag.
Alt tags are comments that should be used whenever you add a graphic, or image to a web page. Pictures are worth a thousand words to you and me, but zero to a search engine. An alt tag should be a little bit of short, descriptive text which helps any user (and search engine) understand what the reference is pointing to. If you are not aware of what an alt tag looks like, here’s an example: <imgsrc=”chinavase.jpg” width=”159″ height=”196″ border=”0″ alt=”china vase”>

DHTML menu

Another DHTML menu builder : this one is also cross browser which is invaluable as many only work on some browsers. There are free DHTML menu codes out there but often, not very exciting, or limited to few browsers and you have to know how to code them yourself. Mine was free at the time, but that no longer applies. Mine also does not work on the Opera browser. Why do I like DHTML menus? Because you add a page and you just add the page to your menu. You don’t have to use SSI or change every page on your site.

Interactivity

If you have a web site with content that you want to share, FreeSticky is the place to list it. Freesticky also locates and reviews high quality website tools and website improvements that you can easily add
to increase the professional look of your site. You will find a variety of content including headline news feeds, financial content, jokes, lottery results royalty free photos, images, stock tickers, sports tickers and much, much more. Web site tools include remotely hosted applications such as free chat rooms, free hit counters, free message boards, free guestbooks, free web forums and more! Make your site sticky

Jumping links Internal links, or whatever you want to call them, are pretty easy. Let’s set up the basics right now and then I’ll totally explain it. The word anchor in this lesson will apply to the target of the internal link.
The anchor is the spot you go to. If I was linking to ozwebhub.com, the anchor would be “http://www.ozwebhub.com”.

With internal links, the link and anchor are both on the same page usually, but they can be on another page too. So, the link has to point to something other than a conventional anchor.
Now I will show you the HTML since you should have a solid understanding:
<a href=”#soft”>Free software</a> would take you to this anchor: <a name=”soft”>Free software</a>

You can jump to specific areas on another page, too. Simply address the page area you want to go to like so: <a href=”http://www.ozwebhub.com/dreamweaver.html#dwvideo“>How to use dreamweaver</a>

That HTML would lead you to the page known as dreamweaver.html at the section (anchor) called “dwvideo”.

TARGETS are great for a site map. Break up your pages and point to more information by using targets.

Xara web service applications have just added a menu maker to their products. But there are heaps of other quite cheap things to choose from as well as free tools

How to protect your web site from thieves.
Is it possible? Is it advisable?

Yes it is advisable for security reasons, but then there is the philosophy that the internet should be open source and free. Right click codes don’t really do the job as people can just look at your source and write it down. I’ll leave it up to you. Here is what HTML-Protector says about their product, and it is pretty cheap, besides. You don’t need to use it on every web page where you want people to download something, but it will help stop that most annoying spam.
HTML-Protector.com is incredibly simple to use. Within seconds, you can:
Completely hide all your HTML!
Encrypt every single e-mail link, ensuring spam “spiders” can’t snatch your address!
Securely encrypt every single PayPal “return” link!
Lock your pages, so they only display on your site!
Disable right-clicking, offline browsing, text highlighting and printing!
Stop URLs being shown in the status bar!
Cancel any clipboard copying or screenshots from being taken!
Prevent dragging-and-dropping and Adobe Acrobat Web capture!
Automatically break out of frames!… and more!

Favicons

I have made a favicon.
The tiny icon next to your bookmarked page really makes it stand out. One note about it. It can disappear because it relies on cookies. If you delete your history and cache you will need to upload it again. You can download a free program called FavOrg to bring them back again. See my tute on making one

Web design tips

Even though this site looks a lot like one of my own pages, I recommend it. It has HTML tutorials. It talks about communications and it has a crossword on it, which really tests your knowledge of computers. The crossword is made in a very interesting way. It is really designed for year 12 IT students. Web design

Tips on web design http://www.tlc- systems.com/webtips.shtml

How to write HTML
http://www.mcli.dist.maricopa.edu/tut/index.html

Accessibility

See how your site is viewed by all browsers, link checker and more http://www.anybrowser.com/

Web tips

1. For Dreamweaver users (and possibly Front page users)

I was sent an email by Roy Bryant of http://www.seventwentyfour.com which alerted me to broken links outside my page. As I went into the code to see what was causing this I discovered that if you don’t put http:// in front of your link, it will not work. At the same time I discovered that I had plenty of 20% all over the place. I had to delete these from my code. Also those sites where you see www.geocities/~sam for example, the squiggle translates to something else in the code, but doesn’t seem to effect the viability of the link. You can make these mistakes so easily. Only yesterday as I was rejigging my site, I discovered that I had a ‘h’ missing for a URL link. Result? Yet another broken
link.

File structures

I am changing the file structure by separating out the images and HTML files.

So on my computer I have a folder called ‘ozwebhub’ containing all the HTML files which belong to that and under that file I have one called images. On the remote site (my server) I created a new folder called images too, so all the images go there.
But in my HTML code I have to change it to <img src=”images/banner.gif” width=”286″ height=”138″ alt=”how to make a banner”> for example.

Now you can use this same process to separate up more parts of your site, like your blog.

Enhanced by Zemanta