Lately I have seen lots of interest in WordPress, so I've been investigating it for use in creating a website quickly that can be easily modified. This post discusses using Dreamweaver vs. WordPress as of this date. My ideas will probably change next week...
If you are comfortable with Dreamweaver and your content doesn't change a lot, you can find a template on the web that you can download and modify as you like (see http://www.freewebsitetemplates.com/ for example). It's best if the template incorporates Photoshop pages (.psd format) so you can customize the graphics. The problem with proceeding this way is that you will either be the main person changing content, or you will need to tie into a database for content management which you can do through a tool such as PHP. The advantage of going this way is that you can create a static, search-optimized site fairly easily, especially by using a Dreamweaver template.
Wordpress seems to be on the rise, for several reasons. First, it's a hosted solution and doesn't necessarily require expensive and complicated tools such as Dreamweaver and Photoshop to make changes to a site (unless you want to customize look and feel). It can be set up so anyone with a login can change the look and feel. It's also free and open source. Also, as you may have noticed, there are thousands of themes available and a huge community of online support. The downsides: you will need a host that supports it and can run PHP, usually on a Linux server. Also, it helps to know PHP although they say it's not necessary.
The best place to start with Wordpress is on the website http://codex.wordpress.org/Main_Page. There actually is a link here http://codex.wordpress.org/Getting_Started_with_WordPress.
Monday, May 17, 2010
Friday, May 14, 2010
Services -- too much of a good thing
My computer has been running really slowly lately, so I looked in task manager and saw an ungodly amount of processes running. I tried to remove these using msconfig.exe, but found I was no longer administrator of my own computer! I searched the internet and found that this was a common and apparently unsolvable problem, but instead of using msconfig one should turn off services using the Services snap-in on the administrative tools menu. In Services, I saw that there were several SQL Server services running that I don't need unless I am using an SQL server applicationo. So I reset all SQL services to start manually, and my computer was happier!
To Flash or Not? Tips for Flash websites
I recently talked with a potential client about redoing or fixing up her website. Her website is entirely graphics and Flash, with the nav buttons as one pretty graphic with hotspots for links, and embedded flash for content. While this makes for a pretty site, it's not very SEO optimized. I suggested moving to a portal-style website with multiple links and text, with text for hyperlinks, and then use Flash just for the photo gallery. Flash is hard for the average user to maintain and not SEO friendly. In my experience, once you commit text to Flash it won't get changed again! However, for a photogallery Flash works well because it's less likely your photos will be stolen. Alternatively you can embed your photos in divs in your stylesheet to prevent them from being lifted. Of course, if you want animation you will need something like Flash.
Thoughts on SEO
Search Engine Optimization is the big deal now, and it turns what I know about web pages on its head. For example, I recently worked on a website that had over 100 pages that were copies of the index page. They were named in a way that would attract the attention of search engines -- so if we were talking about a soda website, there were 100 identical pages named something about soda, like cola.php, berry-soda.php, lemon-lime-soda.php. These pages were NOT made from a template so maintenance was a nightmare, but the site ranked high in the search engines. So, the new model: static pages, lots of text, redundancy and repetition -- pretty much the opposite of the elegant code a programmer likes to see. I suppose if these pages were generated nightly through code or batch processing one could preserve the control and simplicity that programmers prefer. At the very least, generating these pages from a Dreamweaver template would really help with site maintenance.
Vista Access Local Only
This problem has bedeviled me for some time now -- my wireless Vista laptop could only connect to the router for Local, not Internet access. I think I have fixed it, although I could still be unpleasantly surprised. I googled solutions for this problem and it's amazing how many people have had this problem and equally amazing how there is no consistent solution. So here are my suggestions:
1. Make sure Always Detect Settings is checked in IE, Tools-Internet Options-Connections. For some reason in Vista it apparently doesn't default to checked.
2. Disable TCP/IPv6 on the Vista computer by under Wireless Network adapter properties.
3. Perhaps most importantly, turn off Windows Firewall on all computers. You may keep you Antivirus firewall.
4. Restarting the router by unplugging it and plugging it in works but is only a short-term solution.
This topic may be updated as more problems/fixes arise, but I hope not!
1. Make sure Always Detect Settings is checked in IE, Tools-Internet Options-Connections. For some reason in Vista it apparently doesn't default to checked.
2. Disable TCP/IPv6 on the Vista computer by under Wireless Network adapter properties.
3. Perhaps most importantly, turn off Windows Firewall on all computers. You may keep you Antivirus firewall.
4. Restarting the router by unplugging it and plugging it in works but is only a short-term solution.
This topic may be updated as more problems/fixes arise, but I hope not!
Not able to view contents of folder in home network using Windows 2000
I have a laptop that runs Windows 2000 on my home network. I was not able to view the contents of my XP computer's shared folders from this computer even though I had the same credentials, ie Login and Password, on both computers. I have not had this problem on my Vista computer, which can view and edit files on the shared XP drive. I tried running the network setup wizard on the Windows 2000 computer to make sure all the network settings were correct, but you cannot run the network setup program on Windows 2000. I spent (too much) time researching this, and discovered that I had to enable the Guest Account on the Windows 2000 computer, and then add the Guest User account with full permission to the shared folder on the Windows XP computer. Don't know yet if this is particular to Windows 2000, but I didn't have the same problems with Vista or XP.
Itunes locked up due to corrupted user privileges
My Itunes all of a sudden became locked up -- I think it had to do with installing the Mozy backup. I googled and didn't find a solution that worked so I actually figured out how to do this myself -- Go to the folder My Music/Itunes, try to open the Itunes folder. It will probably tell you you don't have sufficient privileges. Right-click on the folder, then select Properties and the Security tab. If you don't see your primary Administrator ID, then you will need to add it using the Add button (note that you can enter what you think it is and press Check Names to see if you are correct). That should fix it!
Subscribe to:
Posts (Atom)