tag:blogger.com,1999:blog-4604429739073964132009-07-02T18:24:09.691-04:00Making WebsitesOn web design and development by freelancers, independent web site designers, and small web development businesses: a blog by Patty AyersPatty Ayersnoreply@blogger.comBlogger80125tag:blogger.com,1999:blog-460442973907396413.post-46083642105605916412009-07-02T18:07:00.005-04:002009-07-02T18:24:03.831-04:00Creating a database with phpMyAdmin<img src="http://webdevbiz.com/blog/images/php-tutorials.jpg" style="margin: 10px; float: right;" /><br />I've been trying to get started creating the database I need for this project. I have it planned out on paper, but it's time to get it digitized, and I'm finding it hard to get any traction with MySQL. I've been spending a lot of time looking for tutorials and books, which I'll need, but many of these resources seem to start in the middle somewhere. I'm the kind of learner who gets cranky if information starts getting thrown at me without the foundational understandings already being in place.<br /><br />Most of the tutorials I find have you importing a sample database from somewhere, leaving out the step of creating one. So I really just wanted a very simple, nice, friendly tutorial on how to create a database with phpMyAdmin.<br /><br />Here's the one I found: <a href="http://www.homeandlearn.co.uk/php/php12p2.html">www.homeandlearn.co.uk/php/php12p2.html</a><br /><br />It explains in just a few words - not three chapters that go off in every direction - what those data types are, and how to choose which. That helped me a lot.<br /><br />So - I have a database now, and one table. phpMyAdmin served me well for this, but I may try and switch to Heidi, because the interface is just so much nicer, as people told me. Not sure, because so many tutorials and instructions are written for phpMyAdmin.<br /><br />Next: creating the other two database tables I need. Next after that: figuring out what's next after that.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-4608364210560591641?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-3938026405811006522009-06-29T18:41:00.005-04:002009-06-29T19:25:56.607-04:00Think Locally, Act Locally - Setting up a PHP Development Server<div><img src="http://webdevbiz.com/blog/images/wamp-server.jpg" style="margin: 10px; float: right;" /></div>Day 1 on my brand-new project, a PHP/MySQL site. I'm hoping to post here about all of my mistakes and how I solved them, so that others can benefit from my ignorance.<br /><br />The first thing I needed to do was to set up a local testing environment, so that I can create a database on my very own hard drive, write PHP pages, and test them with a web server.<br /><br />Turns out that there are 493 ways that this can be done, and a simple Google search reveals that each one has at least 19 tutorials on the Internet. You do the math, because at that point I decided to look for the simplest solution. The one I came up with is called <a href="http://www.wampserver.com/en/" target="_blank">WAMP Server</a>, which is for Windows. That's what the W is for. <span style="font-weight: bold; font-style: italic;">W</span>indows, <span style="font-weight: bold; font-style: italic;">A</span>pache, <span style="font-weight: bold; font-style: italic;">M</span>ySQL, <span style="font-weight: bold; font-style: italic;">P</span>HP. It has all of them bundled together, a bundle of joy.<br /><br />So I installed that. The only real problem I had with it was this: it didn't work. So I went and bothered everybody on my favorite web development forums, and they told me that (in my case) Skype was taking the port that WAMP needed. I don't really know what a port on a computer is, but it's some kind of a door-like thing, an opening through which things pass. I had to change a setting in Skype before WAMP would work. The setting in Skype was under Options > Advanced > Connections - I had to un-check "Use port 80 and 443 as alternatives for incoming connections". Apparently this lets Skype choose any port it wants. So if WAMP is running, Skype will still get a port that makes it happy.<br /><br />So, now I have a PHP development environment.<br /><br />Next, I needed to set up Dreamweaver, which is my homeboy that I use for everything, and I don't care what all the haters say. That involved creating a Site Definition, which I've done 3,057 times before, so I'm not about to describe all the details. The important parts are the paths - the one under Local Info where you tell Dreamweaver physically where on your hard drive the files are, and then the two paths under the Testing Server tab.<br /><br />Now, for some reason, I thought that the root of my new local web server was at c:/wamp/bin/apache/apache2.2.11/htdocs. But it's not. It's at c:/wamp/www.<br /><br />So, I'm putting my site files at c:/wamp/www in a folder named after the site, <span style="font-style: italic;">northeastlooms</span>*, in a subfolder called <span style="font-style: italic;">site</span>. So the physical path to my site root is: c:/wamp/www/northeastlooms/site. That path is what goes in "Local Info/Local Root Folder" and also on the Testing Server tab in the Testing Server Folder field. Under URL Prefix goes http://localhost/northeastlooms/site/. If you look at those two different paths, you can see the relationship between them. http://localhost points to whatever is in the local server root - in my case, that's a folder called northeastlooms containing a folder called site, containing the files for my web site.<br /><br />And I don't even have a web site yet. But there you have it, that's my PHP Development Environment.<br /><br />This video tutorial by David Powers, <a href="https://admin.na3.acrobat.com/_a204547676/phplocalsitewin/">Defining a PHP Site,</a> was helpful and so was this article on Adobe.com: <a href="http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php_05.html">Setting up a PHP development environment for Dreamweaver</a>.<br /><br /><span style="font-style: italic;">* Names have been changed to protect the innocent.</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-393802640581100652?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-81252853869459356442009-06-26T13:04:00.002-04:002009-06-26T13:16:45.518-04:00WordPress Emergency Password Reset Script<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.webdevbiz.com/blog/uploaded_images/village-idiot-760250.gif"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 200px; height: 134px;" src="http://www.webdevbiz.com/blog/uploaded_images/village-idiot-760248.gif" alt="" border="0" /></a>Last night, I carefully changed the password to one of my WordPress blogs. Like I said, I did it carefully, and then noted the new password in the place where I note them, which of course I'm not going to tell you.<br /><br />I then tested the new logins, and they worked fine.<br /><br />So imagine my surprise when I went to log in this morning, and it didn't work. Neither of the logins I have for that WordPress installation worked. I tried old passwords, various passwords - nada.<br /><br />There's a "Lost Password?" link on the login screen, so I clicked it, expecting an easy solution. I entered my email address and submitted it, only to get an error message saying something about my host company not enabling Send Mail. What the hell? So I don't get any emails from WordPress? Better look into that.<br /><br />Meanwhile, I couldn't get in! I went to the WordPress documentation and searched. One solution had me using phpMyAdmin to access the database directly. Ok, fine, it might come to that, but isn't there an easier way?<br /><br />Thankfully I say it: ("thankfully" describes my feelings, not the grammatical clause which comes next, so it makes no sense to just write "thankfully") there's a nice little <a href="http://www.village-idiot.org/archives/2007/05/22/wp-emergency-password-recovery/">WordPress Emergency Password Recovery script</a> that solved my problem very quickly. It involved downloading a zip file, uploading a single .php file to the server, pointing my browser to it, and filling out the form there. And it worked! Thank you, <a href="http://www.village-idiot.org/">village-idiot.org</a>. I guess I was the idiot in this case (what else is new?), though I still don't know how it happened.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-8125285386945935644?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-44960294849017045982009-06-25T10:56:00.007-04:002009-06-25T11:31:29.248-04:00My PHP/MySQL Adventure<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.webdevbiz.com/blog/uploaded_images/navicat-777154.jpg"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 175px; height: 200px;" src="http://www.webdevbiz.com/blog/uploaded_images/navicat-777152.jpg" alt="" border="0" /></a>I'm about to start a new project, a database-driven site. I've done a few before, always in ColdFusion and MS Access, but it's been a few years, and in 2009 I think PHP and MySQL is the way to go. If I'm going to spend time slaving over a hot laptop (and believe me, when you're working in the Yucatan in Mexico in summer, that's no exaggeration!) I want to be gaining PHP/MySQL skills, not ColdFusion/MS Access.<br /><br />So, planning to blog here as I go along, and share what I learn, and my tears and triumphs!<br /><br />I still don't quite have a grip on MySQL. Unlike MS Access, there isn't a convenient program sitting on my laptop already for creating and editing databases. Instead, apparently you have a number of other options, some free, some which cost:<br /><br /><a href="http://www.phpmyadmin.net/home_page/index.php">PHPMyAdmin</a><br /><a href="http://www.navicat.com/">Navicat</a><br /><a href="http://dev.mysql.com/downloads/gui-tools/5.0.html">My SQL Administrator</a><br /><a href="http://www.mysqlfront.de/">MySQL-Front</a><br /><a href="http://www.heidisql.com/">Heidi SQL</a><br /><a href="http://www.webyog.com/">SQLYog</a><br /><br />Scary-sounding, aren't they? Couldn't they be more Web 2.0-friendly-birds-and-clouds about it?<br /><br />A good discussion on my friend's NNTP forum (<a href="news://news.gowest.com/gowest.webdev">news://news.gowest.com/gowest.webdev</a>) produced the following nuggets of information:<br /><br />Re. <a href="http://www.navicat.com/">Navicat</a>: "Even for a single project it will make your mySQL life SO much easier. There is even a free 'light' version, and a 30 day full featured trial on the regular mySQL version that most of us use ($99 to buy a license after 30 days and well worth it). I can't imagine doing mySQL at all without navicat. Makes phpMyAdmin look like an old dog in a horse race... no comparison!" - Michael Evangelista, <a href="http://www.gowestweb.com/">GoWest Web Design and Hosting</a><br /><br />"...worth its weight in gold - i couldnt agree more, found it a few years ago and it beats all other tools hands down." - Twocans<br /><br />"I would not know where to begin using MySQL without Navicat and would not even try. I bought the $99 version after using it for 2 days six years ago, have never regretted it, completely agree with Michael here." - LWD<br /><br />"I've been using Navicat for donkey's years and love it, but I think unless you're going to be working with MySQL on many projects it wouldn't be worth the expense. phpMyAdmin is perfectly adequate (free) but if you want a GUI then there is MySQL Administrator 1.2 from <a href="http://dev.mysql.com/downloads/gui-tools/5.0.html">http://dev.mysql.com/downloads/gui-tools/5.0.html</a> which is also free. MySQL-Front is an old favourite too (http://www.mysqlfront.de/) - it used to be free but now I see it is US$35 - still, it's good value." - Steve Fleischer<br /><br />"Take a look at Heidi SQL. This is the continuation of the old MySQL Front project and uses the same GUI if you are familiar with that one. It is also freeware.<br /><br /><a href="http://www.heidisql.com/">http://www.heidisql.com/</a><br /><br />I've used it since the first project (MySQL Front) was started. If you have minimal requirements (i.e. just working with a single development MySQL database on your local computer) it is all you would ever need (it also remotely interfaces to any online MySQL database too).<br /><br />You may also want to look at what your web host offers. Most have PHPmyAdmin installed which is more than enough for 99% of all remote database nuts N bolts stuff.<br /><br />Now having said all of this, I use Navicat standard because I have to interface with several databases on my DB server and it allows me to log in as root admin and do anything I need to do for clients. Navicat is nice if you need it or if you just want something super slick to play around in. I do not have Oracle or PostgreSQL installed on my DB server so I would not need to upgrade to their premium product.<br /><br />You can still find the last freeware version of MySQL Front (2.5) if you Google enough for it but Heidi has moved forward from that last freeware version so you might as well download the latest offering from the original MySQL Front developers." - Mike<br /><br />"If you're doing much of anything with a MySQL db I second the vote to get, or at least try, Navicat. If you're used MyPHPAdmin at all, it will open your eyes and make you wonder why anyone would want to use MyPHPAdmin ever again." - Mad Dog<br /><br />"Navicat is pretty, and it's easy to use, but it falls down terribly when testing SQL queries. phpMyAdmin isn't at all pretty, but it's easy to use, and it handles SQL queries that make Navicat barf. I must admit that I haven't used Navicat a great deal, but I can't find a great deal to get excited about." David Powers, <a href="http://www.foundationphp.com/">www.foundationphp.com</a><br /><br />"Or you can try SQLYog (<a href="http://www.webyog.com/">http://www.webyog.com</a>) - another excellent MySQL admin tool. I am not sure how it compares to Navicat now, but when I switched from phpMyAdmin it was beating Navicat on many fronts. The free version has a nag screen on startup and shutdown, and does not allow connections to remote hosts + of course none of the true enterprise features. $99 for a full Enterprise version seems very reasonable." - Azadi<br /><br />"SqlYog is similar to Navicat, but has one HUGE advantage. SqlYog offers a php page you can upload to a site so that you can tunnel to MySQL on shared hosts that don't allow a direct connection. If you ever have to work with MySQL on a shared hosting account without any external ports open then SqlYOG is the only way to go. If you don't need this feature, then I think Navicat may be the winner but they are very similar in my experiance." - David<br /><br />I'll let you all know which I end up settling with. I love the idea of a nice, easy interface, but I'm only doing this one small project and I'm living on pesos, so don't want to pay much.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-4496029484901704598?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-59296630714260185912009-06-18T09:33:00.003-04:002009-06-18T09:54:47.665-04:00E-Junkie for Selling Digital Downloads<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.webdevbiz.com/blog/uploaded_images/EJunkie_Logo-783882.jpg"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 200px; height: 75px;" src="http://www.webdevbiz.com/blog/uploaded_images/EJunkie_Logo-783881.jpg" alt="" border="0" /></a>After using another digital download system for about six years, I just recently switched to <a href="http://www.e-junkie.com/">E-Junkie</a>, and I'm very pleased.<br /><br />I had been using <a href="http://www.payloadz.com/">Payloadz.com</a> since I first started selling my web business forms. Although the service generally worked well, complaints from customers that something malfunctioned were too frequent. More serious, to me, was the fact that as time went by, customer support went way downhill. Where initially I received fairly quick and cheerful responses from a real person, over time this turned into slower and slower responses, much more brief and less helpful, and they began to be unsigned, as if they came from a computer or a massive faceless corporation, which I actually knew was not the case. I found it difficult to carry on a support thread with someone who had no name.<br /><br />These things bothered me. But I thought that the price I was paying - <span style="font-weight: bold;">$70/month</span> for about 30 downloads - was typical and reasonable. So imagine my surprise when I discovered that E-Junkie came very well-recommended, and that it would cost me <span style="font-weight: bold;">$5/month</span> for exactly, precisely the same service!<br /><br />I was nervous about switching, but finally took the leap. So far, everything has been entirely smooth, no problems, no complaints from customers. To be fair, I haven't had much need for customer support yet, so that remains to be seen. My impression is that it will be pretty decent. But even if it's mediocre, I'm no worse off than before, plus I have $65 more in my pocket every single month.<br /><br />Here's a list of features offered by E-Junkie - visit <a href="http://www.e-junkie.com">E-Junkie.com</a> for more information. By the way, I am <span style="font-style: italic;">not</span> affiliated in any way with the company other than being a customer.<br /><ul><li>Easy to use, centrally managed service</li><li>Digital storage &amp; delivery for files &amp; codes</li><li>Supports multiple payment processors</li><li>Copy-paste Buy Now and Shopping Cart buttons</li><li>Supports variants for tangible products</li><li>Shipping and packaging calculator</li><li>Sales tax and VAT calculator</li><li>Packaged products</li><li>Inventory management</li><li>Product promotion</li><li>Discount codes</li><li>Affiliate management</li><li>Autoresponder, updates &amp; newsletters</li><li>Sales tracking, built in support for Google Analytics</li><li>Customization</li><li>Download link renewals</li><li>Easy integration with 3rd party and custom services</li><li>Logs &amp; e-mail notifications</li><li>Globalized<br /></li></ul>I'll report in again a little further down the line when I've had more experience with them.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-5929663071426018591?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-82046382214095240892009-06-02T11:37:00.003-04:002009-06-02T11:40:02.224-04:00Actually, I can't recommend Foxit ReaderOk, I have to renege on the recommendation in my last post. After testing out the PDF viewer Foxit for a few days, I found that it gave me trouble. There was one document I could not open at all with it, and I was a bit sorry I had set it to be my default PDF viewer, because it took me a while to figure out how to undo that setting. I'm back to using Adobe Reader.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-8204638221409524089?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-85799685179908817412009-03-16T16:22:00.004-04:002009-03-16T16:41:14.569-04:00A free, fast-loading PDF viewer<img src="http://www.webdevbiz.com/blog/images/foxit_logo.gif" style="margin: 0pt 0pt 10px 10px; float: right;" />PDFs are useful, and everywhere on the Web these days. Yet I hesitate to click on links to PDFs on the web because of what a production it is for Adobe Acrobat Reader to open. It lumbers into action like a sleepy elephant being awakened from a nap, first showing a splash screen, then eventually loading the program itself. I tend to think twice before even taking a peek at a PDF, because there's really no option to just take a peek - it's a serious time commitment!<br /><br />But I just found out that there's an alternative to Adobe Acrobat Reader for viewing PDFs, <a href="http://www.foxitsoftware.com/pdf/reader/" target="_blanki">Foxit Reader 3.0 for Windows</a>.<br /><br />The best thing - well, I guess the <span style="font-style: italic;">best</span> thing about it is that it's free. The second-best thing about Foxit is that it loads instantly. Those two features are enough for me. But it also allows you to draw graphics, highlight text, type text and make notes on a PDF document and then print out or save the annotated document. You can also convert the whole PDF document into a simple text file.<br /><br />Foxit also advertises that it will not connect to the Internet without your explicit permission, which Adobe Acrobat Reader does.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-8579968517990881741?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-13232094892560477792008-12-28T10:56:00.015-05:002009-01-03T09:34:45.909-05:00Creating order out of digital chaos<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.webdevbiz.com/blog/uploaded_images/flickr-logo-722442.jpg"><img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 116px; height: 40px;" src="http://www.webdevbiz.com/blog/uploaded_images/flickr-logo-722440.jpg" border="0" alt="" /></a>Are your digital photos badly in need of organization? Are they collecting in ominously large numbers on various hard drives, disks, and online sites, randomly sized and named? When you think of how important some of them are to you, and how you could lose them all in one theft or flood or fire - does it make you feel so bad that you're in denial about the whole thing?<br /><br />Well, what if I told you that for about $2/month, and a little of your own time, you could have them all in amazingly great order, stored safely on reliable servers, and have tools available to you to share them easily with others, order prints - or just keep them private?<br /><br />Sorry for the corny introduction, but I'm really pleased that I finally tried out <a href="http://www.flickr.com/">Flickr.com</a>, and it's so useful that I'm feeling like everybody should know about it.<br /><br />For those of us who are trying to lighten our material possessions and live the <span style="font-style: italic;">virtualista</span> lifestyle, Picasa is a godsend.<br /><br />Okay, the basics. You can sign up for a free account which is pretty good, but won't serve the purposes I describe above. A free account allows you to upload 100 MB of photos <span style="font-style: italic;">per calendar month</span>. This is a bandwidth limit, and not an amount of server space. When a new calendar month begins, your limit is reset, and you can upload another 100MB. They'll keep all of your photos, but the catch is, you only have access to the most recent 200 of them. (In comparison, a free Picasa account allows you 1,024MB storage, period.)<br /><br />Just as their business model is designed to do, I tried out a Flickr account, realized how awesome it is, and pretty quickly upgraded to a paid version.<br /><br />A Pro account is $24.95 per year. That may sound like an annoying bill to have to pay, but think about it -it's only once a year, and works out to only $2.08 per month. When you realize what you get for it, and how it is completely capable of solving your troublesome digital photo problems, it may seem well worth it, as it does to me.<br /><br />A Pro account gives you:<br /><ul><li>Unlimited photo uploads (20MB per photo)</li><li>Unlimited storage</li><li>Unlimited bandwidth</li><li>Unlimited photosets</li><li>Archiving of high-resolution original images</li></ul>But it's not just that you can dump all of your photos into an account. Flickr also makes organizing all of those pictures doable. I was going to say "easy", but the truth is, you have to make the effort and spend the time to organize them - but the tools they offer (a "photostream", "sets", "collections", etc.) are top-notch and are working really well for me.<br /><br />But wait - there's more! (And I'm really not getting paid a cent for this!) If you want to email photos, or post them on your blog or web site, you can easily link to each one. Your original high-resolution photo (if that's what you have) is stored, and you can instantly access each photos in any one of several smaller sizes, and grab a URL which you can send or embed anywhere.<br /><br />And then there's the slide shows - I really like this feature. In one click, you can create a slide show from just about any selection of photos, and embed or link to it, so that your email friend, blog readers, etc. can easily view it in that form. Here's an example:<br /><br /><object width="400" height="300"> <param name="flashvars" value="&amp;offsite=true&amp;lang=en-us&amp;page_show_url=%2Fphotos%2Fpattyayers%2Fsets%2F72157611245722520%2Fshow%2F&amp;page_show_back_url=%2Fphotos%2Fpattyayers%2Fsets%2F72157611245722520%2F&amp;set_id=72157611245722520&amp;jump_to="> <param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=63961"> <param name="allowFullScreen" value="true"><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=63961" allowfullscreen="true" flashvars="&amp;offsite=true&amp;lang=en-us&amp;page_show_url=%2Fphotos%2Fpattyayers%2Fsets%2F72157611245722520%2Fshow%2F&amp;page_show_back_url=%2Fphotos%2Fpattyayers%2Fsets%2F72157611245722520%2F&amp;set_id=72157611245722520&amp;jump_to=" width="400" height="300"></embed></object><br /><br />You can also order and purchase actual prints from any photos, if you're into that! (I actually plan to - something I've been procrastinating on for years because it was just too hard to get organized to do it.)<br /><br />The Pro account also allows you to upload videos. I haven't used this feature yet, but it may very well be a nice alternative to YouTube.<br /><br />Flickr has a whole community aspect - sharing your photos with all kinds of people - which doesn't really interest me, but if you're a social networking web site fan, you may enjoy it. There are a lot of features designed to allow you to communicate and collaborate with others there.<br /><br />But, if you just want to store your photos privately, there are a whole set of options for determining who can see your photos - from only you, to anybody at all, and several levels in between.<br /><br />Obviously, I'm sold. It may not be the perfect thing for you, but if you have an hour to play around with it, a free account will allow you to find out.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-1323209489256047779?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-83849886922012178892008-12-11T17:35:00.006-05:002008-12-14T16:18:24.907-05:00Having a taste of del.icio.us<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.webdevbiz.com/blog/uploaded_images/tag_cloud-714574.jpg"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 300px; height: 217px;" src="http://www.webdevbiz.com/blog/uploaded_images/tag_cloud-714571.jpg" alt="" border="0" /></a>I've decided it's high time I learn more about social networking web sites. I've used Facebook a lot and MySpace a little; this week I decided to give <a href="http://delicious.com/">Delicious</a> (also written as its actual URL, <a href="http://del.icio.us/">del.icio.us</a>) a try.<br /><br />According to its self-description: "Delicious is a social bookmarking service that allows you to tag, save, manage and share Web pages all in one place. With emphasis on the power of the community, Delicious greatly improves how people discover, remember and share on the Internet."<br /><br />The main draw for me is to get my own browser bookmarks (1) organized, and (2) stored on the Web, where I'm trying to store everything important these days, so that I'm not dependent upon my own laptop and hard drive.<br /><br />It was easy enough to get started: I signed up for a free account, and then agreed to have all of my bookmarks from Firefox imported into Delicious. By choosing certain options, I allowed Delicious to add tags to my bookmarks, based upon its own internal logic.<br /><br />Having done that, I had my entire set of bookmarks stored on Delicious, and categorized by tags. The tags needed a lot of work to be really useful, but they were a good start, and tags can easily be edited. Especially interesting was the "tag cloud" view, offering a non-linear view of the relative predominance of various subjects among my bookmarks.<br /><br />I haven't gone much farther yet, to sharing of bookmarks among other users, exploration of the most popular sites, broken down into countless categories, and connecting with others of similar interests and concerns, which is the central purpose of social networking web sites. But I've at least had a taste!<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-8384988692201217889?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-59763281069862870262008-12-10T22:39:00.004-05:002008-12-10T22:59:23.517-05:00Outsourcing to far-flung places via ElanceToday I finally tried something I should have tried a long time ago: soliciting a technical subcontractor via an online employment site.<br /><br />A client of mine has asked me to get a web-based project done which I don't have all of the skills for. She readily agreed to my trying out Elance.com, one of the premier sites of this type. So I signed up for a free account and submitted a detailed description of my project and the skills that would be necessary in a provider.<br /><br />The process wasn't hard to figure out and didn't take long. I was required to pay a $10 deposit which, I was promised, would be returned in full, no questions asked, in one week. It sounds like this effectively discourages those who are less than entirely serious from using the site. I provided my name and email address in order to get an account, and filled out the form for advertising a job.<br /><br />This was all pretty straightforward. According to the FAQ files I read and tutorial videos I watched, the next few steps will be a little more involved - reviewing the proposals that will come in , choosing a provider, negotiating the specific terms of the job, including checkpoints and associated payments, and then proceeding with the work. But these are nothing different than I would be doing if I were hiring someone in a more traditional way.<br /><br />Elance protects both the buyer and the provider by a number of methods. For example, typically, funds are deposited by the buyer into an Elance escrow account, where they are held until the the provider meets certain designated checkpoints in the project, at which point the buyer authorizes them to be released. This, along with the fact that the checkpoints are clearly spelled out in advance, ensures that the money is there for paying the provider, and that he only gets paid when he completes the work he agreed to.<br /><br />The exciting part was when the responses started coming in, almost immediately; the first from Serbia, the second from India. Both made reasonable proposals and showed recommendations and portfolios.<br /><br />It looks as if we'll have our contractor very soon. What the larger ramifications may be to this instant globalization of technical work, we don't yet know, but for now, it's serving my client and I very well.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-5976328106986287026?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-54941149867606963732008-12-08T09:40:00.004-05:002008-12-08T09:54:27.744-05:00Something new in my web development careerI usually try to keep this blog non-personal, but I've been learning a little more about blogging, and apparently I'm supposed to be spontaneous and write about the things that matter most to me. So here's my first post in that vein.<br /><br />In the past few weeks, I did something I've never done before in my web development career: I accepted a contract job with a company which is not in the web dev industry. I'm still very much self-employed, so this is, in many ways, simply another client. But it will be a different work situation than I'm accustomed to. Over the past ten years, the great majority of my work has been creating new web sites from scratch directly for my clients, the people who pay me. I've been the webmaster, the person solely in charge of the site.<br /><br />Under this new contract, I'll be much more of a cog in a bigger machine. I'll be working with other web developers, and being assigned to various portions of numerous different projects. I'll probably seldom meet the actual owners of the sites I work on, instead working through the company who has hired me. And rather than making all decisions myself, I'll be following the instructions of others and collaborating.<br /><br />I still have other work and other clients, but this is the direction I wanted my work to go in: less clients, with whom I work more closely. So I'm pleased, and looking forward to this addition to my work life.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-5494114986760696373?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-5118428699608432622008-12-07T14:27:00.001-05:002008-12-07T14:27:21.837-05:00Getting soft on hand-coding?!Just now I was writing an entry on another blog, and needed to put in a link to a photo - and to my horror, I had to think for a minute how to hand-code the HTML!<br /><br />I started out hand-coding more than 10 years ago, so I'm no stranger to it. But the truth is, with programs like Dreamweaver, I've gotten way too soft! It made me realize that it's important for me to keep code in front of my eyes frequently so that it never stops being second-nature to me. <div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-511842869960843262?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-7127747905002434032008-12-06T12:02:00.001-05:002008-12-06T12:02:59.847-05:00Tried iGoogle yet?I have an on-again, off-again relationship with iGoogle, Google's dashboard-desktop application. Right now, it's "on" again between us. <br /><br />I'm continually trying to improve and smooth the way I work on my computer, particularly since I gave up paper almost entirely, and this is part of that effort. I depend heavily upon GMail, Google Calendar, and Google Docs; in fact, those three applications are crucial to my operations these days. The iGoogle page allows me to see all of them on a single page, creating a sort of central control panel for my digital and online life which I like. Sometimes.<br /><br />iGoogle also offers hundreds of other widgets, gadgets and thingies that can be added to this desktop - clock, weather, quote of the day, puzzles, currency converters - you name it, there probably is one. Most of these are created by third parties, so your mileage will vary, as they say. <br /><br />It may be "off" again between iGoogle and I in a few days; we'll see how it goes.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-712774790500243403?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-13338675011244031662008-12-03T20:40:00.002-05:002008-12-03T20:43:27.992-05:00Getting Set Up With Skype<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Nq1X5f_FY5I/STIPutZPeMI/AAAAAAAAB_c/h5qSjPnFRls/s1600-h/skype.gif"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 325px; height: 183px;" src="http://2.bp.blogspot.com/_Nq1X5f_FY5I/STIPutZPeMI/AAAAAAAAB_c/h5qSjPnFRls/s400/skype.gif" alt="" id="BLOGGER_PHOTO_ID_5274295408738138306" border="0" /></a><span style="font-style: italic;">[Reprinted from <a href="http://pattyayers.blogspot.com">my other blog</a>.]</span><a style="font-style: italic;" href="http://pattyayers.blogspot.com/"></a> Among the multitude of systems and tactics I've put in place so that I can work my regular job from Mexico this winter is my phone arrangement.<br /><br />I just finished putting the finishing touches on it, testing and debugging it, and I'm more than pleased with how well it works.<br /><br />I'm going to use <a href="http://www.skype.com/">Skype</a> for most of my business calls. Skype is a telephone-over-Internet system. I have their free software installed on my computer and a $10 headset plugged into my USB port, and with just this setup I could make and receive calls all over the world, for free, with anyone else using Skype.<br /><br />But that is not all - oh no, that is not all. I signed up for two Skype services which I have to pay a small amount for, but get a whole lot out of.<br /><br />The first service is a "Skype Out" subscription which allows me to call any landline or cell phone in the U.S. or Canada and talk as long as I want. This costs me $2.95 a month.<br /><br />The second service they call a "Skype Online Number", also known as "SkypeIn". The one I signed up for is a Raleigh, North Carolina number, local to my home base. Anybody can call that number to reach me from any kind of phone anywhere, and it costs them whatever it would normally cost them to call Raleigh, North Carolina. In other words, for my local family, friends and clients, it costs nothing. It costs me $30 <span style="font-style: italic;">a year</span> - $2.50 a month. (This is a deal you get for already having a subscription.)<br /><br />So my total cost for what amounts to unlimited calling is $4.45 a month.<br /><br />My next move was to forward my landline to my Skype number. This was a function of the landline service, and was easy enough to do: dial *72, wait for the beeps, enter the forwarding number, and let the forwarding number pick up.<br /><br />Then I spent a few minutes making calls to myself. Using my cell phone, I dialed my landline number. Yay, it rang on my computer! I answered the call using my laptop and headset, and talked to myself back and forth just a little to make sure it worked.<br /><br />Then I set up the Skype voice mail, which is included in the subscription. Tested that out; it works great. The caller leaves a voice mail in the normal way, and I see a notification on my Skype screen, and just have to click a little button to listen to the message.<br /><br />I then unplugged my landline from the wall socket and the phone jack, since nobody here will need to use it, and tested again; everything worked great.<br /><br />I found a finishing touch by browsing around in the Skype software's options: I set it so that when a call comes in, the rings comes through my computer speakers as well as through the headphones. That way, if I'm across the room making a cup of te caliente con crema, or just don't have the headphones on, I'll hear the call.<br /><br />It seems just about perfect. Except for one thing... I'm kicking myself a bit for not having ordered a wireless headset, since it's too late to have one shipped to me before I get on the plane on Monday. I don't like being tethered when I'm on the phone, and love the idea of being able to wander around <span style="font-style: italic;">la casita </span>talking on the phone as I normally do at home. I didn't know there was such a thing as a wireless headset! Well, maybe I can find one in <span style="font-style: italic;">Playa del Carmen</span> on the way down to Tulum.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-1333867501124403166?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com1tag:blogger.com,1999:blog-460442973907396413.post-27738048926765882132008-11-12T10:57:00.005-05:002008-11-12T11:29:36.236-05:00Out with hierarchical filing; in with tags<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.webdevbiz.com/blog/uploaded_images/google-labels-767328.gif"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 154px; height: 199px;" src="http://www.webdevbiz.com/blog/uploaded_images/google-labels-767326.gif" alt="" border="0" /></a><br />This week I spent some time organizing two systems which are important to my business and particularly to my "mobile office". Both are Google applications: GMail and Google Docs.<br /><br />I use both heavily, and because I'm keeping much less information on paper these days, it's crucial that I keep both my emails and documents highly organized. I have to be able to find an email or a Google document when I need it.<br /><br />Now, the search functions in both of these applications may almost be enough to render unnecessary the efforts I'm about to describe. They work so well that I sometimes suspect that this is true. But I'm just not quite ready to throw everything into one "place" and trust that I'll be able to pull up what I need only by entering search terms. What if I can't quite remember the spelling of a name, or the search terms I feel sure appear in the document aren't there in the form I expect them to be? That could be bad.<br /><br />But GMail has "labels" and Google Docs has "folders", and I think I've finally begun using both in a smart way.<br /><br />Despite the names "labels" and "folders", both are really best understood as <span style="font-style: italic;">tags</span>. The concept of tags is somewhat new, and fairly new to me, but I'm beginning to really like it. But it takes a certain shift in thinking to use them well.<br /><br />Many of us, I guess pretty much distinguishable by age, have always lived in an office environment in which information is organized hierarchically. A document "lives" in only one place, typically a <span style="font-style: italic;">folder </span>or<span style="font-style: italic;"> directory</span>, either physical or digital. Files on a PC are arranged this way. In order to find something, it's been necessary to remember the whole hierarchical position of the item.<br /><br />Hierarchical organization of information can be just right for some things. But for my thousands of emails and Google documents, I quickly realized that my initial "folder" way of thinking and organizing was clumsy and inefficient. As I began to see tags used in other contexts (in Blogger, for example), it dawned on me how much better this system was.<br /><br />With tags, the idea is simple. To organize your documents, you tack on one, two, or more tags - words or phrases which identify the subject matter of the document. Ideally, the list of tags in your system is kept to a minimum; you don't want to use "United States", "USA" and "The United States of America", but only one of those three.<br /><br />When I want to find documents that have to do with family, for example, I just click on the tag "family", and there they all are, just as if there was a folder called "family". But several of them are also tagged "travel", and those documents appear in my list of documents tagged "travel". Some of those are also tagged "purchases", and I can see them in that list as well.<br /><br />In GMail, again, the term used is <span style="font-style: italic;">labels</span>, which fits well. In Google Docs, they're called folders, which I think is a poor choice. My guess is that the designers of the application wanted people to be able to think in the old folder-thinking if they wanted, and in fact, I did for quite some time. But Google Docs items can be "placed in several different folders", and so, if used that way, they're really functioning as tags.<br /><br />My main point here (since I'm afraid it's buried in verbosity) is that the fairly new concept of using tags or labels to file digital documents is far superior to the old hierarchical way of thinking. And, dull as this subject might seem, it's strategies like this that are allowing me to be organized enough, and mobile enough, to work from Mexico this winter, rendering them considerably less dull, in my humble opinion.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-2773804892676588213?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-91158666972314891382008-09-16T09:14:00.003-04:002008-09-16T09:22:01.110-04:00Why my business model is gradually changingAs a self-employed web developer, I've seen some interesting trends in the past couple of years. One is that many, many more clients seem to be "shopping" for a web developer, requesting estimates from a number of us and then choosing the cheapest. This doesn't work well for me, since I find that an accurate estimate for a web site project - even a "small" one - takes me at least several hours to complete. My answer to this is to be a lot choosier as to who I'm willing to provide a free estimate for, these days.<br /><br />Another trend is more interesting: I'm getting calls from programmers who have lots of back-end work for clients and consider themselves design-challenged. I love design, and I love designing with HTML and CSS, so these gigs may work out well.<br /><br />As some of you know, I'm now also working as an off-site administrative assistant, doing a wide variety of work for my clients, all from my own location and on my own time. Maintaining web sites is still one of my main responsibilities, but I'm also handling some other promotion-related work, such as the production of podcasts and the maintenance of contact databases.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-9115866697231489138?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com1tag:blogger.com,1999:blog-460442973907396413.post-14081948242293798322008-07-23T10:40:00.002-04:002008-07-23T11:01:46.627-04:00Starting a Web Design BusinessI frequently talk to people who are considering opening up their own web design business. The burning question most of them have is, "Will I actually be able to make this work?"<br /><br />I try to pass along what I was taught when I was at that stage: it depends upon a number of factors. If you're at this juncture, I'd recommend asking yourself these questions:<br /><ol><li>Do you have at least some type of written business plan? I don't think that you necessarily need a formal, full-scale business plan, assuming you're not looking for investors. But I believe that a well-thought-out, written document expressing your plans and intentions for your business is extremely important. What steps will you take in starting it up? Marketing your services? Setting up accouting and other office procedures? What equipment will you need? How will you handle taxes? What are your projections for income and expenses?</li><li>Do you have a realistic plan for your own financial support (and that of your family, if you have one) while you're getting your business up to speed? It almost always takes some time - let's say at least six months to a year - before a new small business is generated reliable income.<br /></li><li>Are you prepared to aggressively market your services? Business usually has to be drummed up through numerous efforts, certainly more than simply advertising. I remember when I had just opened my new business, and my father asked me how I was going to get clients. I told him the different tactics I knew about, including one of the main ones, networking face-to-face with other people. "But I don't think I'm very good at that," I worried. "Well, you'd better learn," was his answer. I didn't like it, but he was absolutely right, and I forced myself to learn to meet people, talk about my business, and make connections. I did a lot of things that were outside my normal comfort zone during that time.</li><li>Maybe most important of all: do you have the self-discipline to get up every morning, figure out what the most important work is for that day, and then actually do it - even with nobody breathing down your neck? This is a type of character that not everyone has; many people simply need to have their marching orders coming from someone else. I suggest thinking hard about this question: do you have that ability to self-motivate and self-direct, day after day, month after month, year after year?<br /></li></ol><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-1408194824229379832?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-5923527895280654052008-07-16T16:00:00.006-04:002008-07-16T19:14:36.473-04:00A Nifty Flash Audio Player for MP3sMy client wanted to present an MP3 audio file on her blog, in a way that looked good, sounded good, and was easy for the user to figure out and click on. So far, the Flash audio player script I'm using has worked out really well. You can see and try it here on <a href="http://mojomom.blogspot.com/2008/07/mojo-mom-podcast-with-mothers-more.html">The Mojo Mom Blog</a>.<br /><br />We had to work out a few bugs. First, the code provided in the tutorial I followed (linked below) needed to be adjusted; it didn't work in some major browsers (my Flash genius friend <a href="http://www.adobe.com/communities/experts/members/DanSmith.html">Dan Smith</a> re-wrote it for me). Second, we found out that MP3s which are going to be played by Flash need to have a standard bitrate and sampling rate. Last but not least, we had to overcome the Blogger application's ridiculous habit of inserting<br />tags into the middle of other tags such as the <object> tag that is used here.<br /><br />Here's the tutorial I just wrote: <a href="http://webdevbiz.com/flash-audio-player.cfm">Flash Audio Player Tutorial</a>.<br /><br />Here's the <a href="http://www.macloo.com/examples/audio_player/">Embedded MP3 Audio Player Tutorial</a> that was my starting point, and I really appreciate Mindy McAdams for providing it. <br /><br /><br /></object><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-592352789528065405?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com3tag:blogger.com,1999:blog-460442973907396413.post-979401165260702752008-06-30T09:41:00.008-04:002008-06-30T13:52:21.024-04:00Email doesn't cause stress and distraction, PEOPLE stress and distract THEMSELVESIt seems like the latest thing among computer-using professionals is the idea that email is somehow a major cause of a distracted, over-busy lifestyle.<br /><br />I mentioned this a few months back when I had just read <a href="http://tinyurl.com/58pt7z">Connect!: A Guide to a New Way of Working from GigaOM's Web Worker Daily</a> by Anne Truitt Zelenka. When I bought this book, I expected it to be very relevant to my "web worker" lifestyle, but didn't find it to be so. One of her main points seemed to be avoiding using email in favor of other means of communication such as instant messaging, social networking sites, blogs, and wikis.<br /><br />An article from yesterday's New York Times seemed to be making the exact same point: <a href="http://tinyurl.com/6gmr3z">I Freed Myself from E-mail's Grip</a> by Luis Suarez.<br /><br />I continue to be somewhat puzzled by this advice, simply because email has never become a problem to me. I have been using the Internet for about 12 years now, and I run two Internet businesses, and have the usual family and friends to communicate with - yet, somehow I've never gotten into the position I hear so many complaints about, in which email has become a terrible burden and taskmaster.<br /><br />Even when I recently spent five weeks in a small town in Mexico, and even being the owner of a business which operates 100% over the Internet and depends upon email, I was able to keep up with my email correspondence without any stress at all.<br /><br />So I don't seem to have the problem that apparently is more and more common these days, having email correspondence become something whose "grip" I need to be "freed from". I'm not sure where all of this stress comes from for so many people, but I suspect that it's much more the product of a corporate environment in which much too many pointless emails are sent, than the fault of the medium itself. I don't work for or with that size or type of organization, and maybe that's why I don't suffer with that particular ill.<br /><br />I can tell you, though, that if I <span style="font-style: italic;">did</span> suffer from an excess of email, the replacements suggested by both the Suarez article and the Zelenka book would <span style="font-style: italic;">not</span> be my solution. Social networking sites - now why would logging into yet another web site to check digital messages - exactly like email - be easier? As for instant messaging, I've used it a lot, and have basically given it up as a poor excuse for a method of contact, because I find that it fosters careless, thoughtless, valueless communication.<br /><br />I think email is being given a bad name by people who don't know how to manage their email or their time, and are looking to hit a nerve with other people who have the same problems.<br /><br />Email isn't the problem. Used properly, is a brilliant method of communication. It shouldn't be used thoughtlessly, and it shouldn't take the place of more human methods of communicating (such as the phone) when a situation is touchy or complicated. But used intelligently, it has all of the advantages of other quick ways of talking to one another - it's easy and instantaneous - and all of the advantages of traditional written communication, because it leaves a permanent record. And best of us, it doesn't demand the recipient's attention until he's good and ready to read it - at least, if he is the boss of his email, and not the reverse.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-97940116526070275?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-31713922685194852842008-06-23T10:59:00.003-04:002008-06-23T11:20:00.293-04:00An Update on Zoho CRM SupportI wanted to provide an update on Zoho CRM, and particularly on the customer support they offer. I had written in a post several days ago that I had had some unsatisfactory experiences thus far with Zoho CRM's support, which was true. But it's now looking like those problems were the exception rather than the rule. There may be a few wrinkles in their support system, but as of now, I think our support needs will be well taken care of.<br /><br />A phone and web-meeting session was arranged for this morning with Gopal, who had described himself as being assigned to support my account. While we talked on the phone, I was able to watch him using the software on his own desktop. Gopal had actually worked on customizing the software to handle the processes that I had asked about, which in fact hadn't been available in the system: a double-opt-in email list signup function. He explained that he had tested out his customization on his own local system, but that within a few days it would be added to the actual Zoho CFM software so that it would be available to me and everybody else with the appropriate type of account.<br /><br />This was a lot more than I had expected, and I'm really pleased. The fact that the software is under ongoing development, and that the programmers are so closely connected with the requests of users, seems like a major advantage.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-3171392268519485284?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-41264091160865481542008-06-21T13:58:00.002-04:002008-06-21T14:02:09.153-04:00Zoho CRM for Customer Relationship ManagementI've been working with <a href="http://crm.zoho.com">Zoho CRM</a> for a couple of weeks now for a client, and I'm really impressed.<br /><br />Zoho CRM is Customer Relationship Management software, designed to help a business keep track of its customers and sell them more stuff. It has so many features and functions that I don't think I've tried out 1/3 of them yet, but the ones I'm using are excellent.<br /><br />I've been able to create a database of my client's contacts, and include information on them in custom fields that I create. Having done that, I'm now about to "select and sort" from the database. For instance, I can run a report of all contacts who took a workshop in March or April 2008, and print a report of them showing their names, email addresses, phone numbers, and the names and ages of their children. From that list, I can send a bulk email, or print labels for a snail-mailing.<br /><br />I'm still waiting to see if the technical support is going to be adequate. So far, it has been a lot less than what I need and hope for. My emails have waited several days for an answer, which is too long. The one phone call I tried was very disappointing; the person on the other end seemed in an enormous rush, and once he had directed me to the menu item which was the first 1% of my question, he made it clear that it was time to get off the phone. I'm hoping that these were anomalies, or that I just haven't yet found the best method of getting support.<br /><br />Zoho has dozens of other online applications, and they are apparently still in the process of developing them, and integrating them with one another. So things will probably get better. It does seem very promising.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-4126409116086548154?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com2tag:blogger.com,1999:blog-460442973907396413.post-1422059337166252962008-06-13T11:07:00.001-04:002008-06-21T14:03:04.560-04:00I don't like chaotic file structures!Yesterday, I worked on an existing web site that was brand new to me. My client had a rush request for a very simple edit. Once I had the FTP connection information, everything should have been nice and easy - but nooo!<br /><br />I've seen this before on badly-maintained servers, so should have been wary, but unfortunately it caught me. For some reason, the previous web person had two sets of site files. One set of files was in the root directory; but when I made the edit and uploaded the page, the change didn't appear live. After scratching my head for awhile, I figured out that the domain name was actually pointed to a subdirectory, where another set of almost identical site files resided. When I uploaded the edited page to that location, the change appeared live.<br /><br />It's hard to guess why there would be a setup like that; to me, it's just asking for confusion and problems. If the root directory files are old files, they should be moved to an archive and the root directory left to hold only files that need to reside there.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-142205933716625296?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-48186236143933534882008-05-17T13:41:00.007-04:002008-05-21T13:10:30.689-04:00Zoho: Online Word Processor, Spreadsheets, Presentations, Customer Relations Management, and moreAs readers of this blog know, I'm an avid student of ways to work which allow me to be unattached from my own office, and even from my own computer. Online applications and services are a primary strategy in this quest. I use many of Google's online applications: GMail, Google Docs, Google Calendar, Google Maps, Picasa, Google Reader, Blogger, and probably others I'm forgetting. Just yesterday I found out about a somewhat similar suite of online applications/services: <a href="http://www.zoho.com/">Zoho</a>.<br /><br />According to their FAQ, Zoho is "...a suite of online applications (services) that you sign up for and access from our Website. The applications are free for individuals and some have a subscription fee for organizations. Our vision is to provide our customers (individuals, students, educators, non-profits, small and medium sized businesses) with the most comprehensive set of applications available anywhere (breadth); and for those applications to have enough features (depth) to make your user experience worthwhile."<br /><br />There's word processor, a spreadsheet program, a note-taking tool, a presentation application, a CRM (customer relationship management) application, a wiki program, a planner, an email application, project management, invoicing, web conferencing, database creation and reporting applications, a recruitment management tool, and even a few more. The scope of applications is quite impressive.<br /><br />And who is behind all of this? Again quoting their FAQ, Zoho is "...a division of <a href="http://www.adventnet.com/">AdventNet Inc.</a> A US-based company that has been creating and selling cutting edge software solutions since 1996. The company has tens of thousands of customers worldwide, is privately held and profitable."<br /><br />They aren't all free, but many are. I've signed up for a free account but haven't tried any yet; I'll try and post again when I have more of a review. But from what I've seen, Zoho has a good possibility of becoming part of my steadily increasing set of important online business tools.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-4818623614393353488?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-1223086491967416962008-05-01T11:31:00.007-04:002008-06-21T14:04:16.203-04:00Using an online calendar system - you might want to consider it!I am going to tell you about something which has helped hugely in organizing my business and my life in general. Before I do, I'll warn you: if you are concerned about using Google's free applications, you don't need to bother reading further. I understand those concerns, and I intend to do more research on them. But for now, personally, I'm not worried.<br /><br />I knew of the existence of Google Calendar, but didn't feel the need for a new kind of calendar, especially a digital one. However, as I've mentioned here before, I'm on a mission to create an office which depends neither on paper nor on my hard drive, by using online applications wherever possible, so when Google Calendar was recommended in the interesting book <a href="http://tinyurl.com/yfhpc2">Lifehacker: 88 Tech Tricks to Turbocharge Your Day</a> by Gina Trapani, I decided to check it out.<br /><br />For years I've kept myself organized using various paper calendars, and I've never missed any important event for lack of keeping track of my obligations. I actually really like keeping track of stuff on paper, and until my recent push, have avoided digitizing things that could be kept on nice, old-fashioned, tactile, simple, paper.<br /><br />So what's so great about an online calendar, and about Google Calendar in particular? Why have I switched completely and am now enthusiastically sharing my recommendation? I can probably best answer that with a list of reasons.<br /><ol><li>I use my calendar for a lot more than I used to. Because it's so convenient and efficient to use, I now keep track of a number of obligations and events on it that I used to keep track of in my head, or in numerous and various other places. I really have centralized all of my obligations that are tied to calendar dates. More about how this works below.</li><li>Google Calendar allows me to set up events so that they automatically repeat. This is perfect for things like (1) yearly large debits to my checking account that I don't want to be surprised by, such as web hosting payments; (2) monthly bills for companies that don't offer anything except for U.S. Mail billing, which I might miss when travelling; (3) weekly events like my Cuban Salsa dance classes; (4) birthdays of family and close friends, which now appear every year.</li><li>Google Calendar's system of reminders by email is extremely useful to me. Now, I'm aware that for many people, reminders sent by email are not desirable or effective, simply because their inboxes are a mess already, and the resulting information bottleneck doesn't allow for email to be used in this way. This is not the case with me. I have an excellent spam filter system, and I take care of my incoming email so that it is not at all a problem. So, receiving reminders at specific intervals for events on my calendar that I might forget is extremely useful. I only receive reminders I specifically request, and I delete all of these emails as soon as I'm sure I won't forget the event, so they are nothing but helpful.</li><li>My calendar is available anywhere where I have a computer and an Internet connection. This has not proved to a problem even when I spent 5 weeks in a small remote town in Mexico - there were Internet cafes on literally every block - and I don't plan on being further from civilization than that any time soon.</li></ol>A good example literally just occurred. I just checked my email, and there's a message from the company who provides my fax service, saying that they need a new debit card number. I went to their site to provide that, and saw that they're going to charge my card again next February 19. Now, there is no way in the world I'm going to remember that date. So I took 60 seconds to access my Google Calendar, add a note on that data and set it to repeat yearly. I don't need a reminder of it, so I didn't set any reminders, but it will show on my calendar that week and I'll know what that funny charge is that my bank shows for a few days before the payee is displayed.<br /><br />I'm very pleased with the way this is working for me. If you had told me a year ago that I would be using an online calendar on a daily basis, I would have been amazed, because my attitude was truly Hutterite on this question. But the truth is, the more I'm able to free myself from my notebooks and pads of paper and file cabinets, the more time I get to spend <span style="font-style: italic;">away</span> from my office, say, on the beach in that remote town in Mexico. As a psychologist once told me, people <span style="font-style: italic;">can</span> change, but we have to be very motivated!<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-122308649196741696?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0tag:blogger.com,1999:blog-460442973907396413.post-12279711627168732232008-04-24T09:39:00.003-04:002008-04-24T12:42:36.110-04:00Notes on One E-Commerce SystemFor the small web design shop, getting asked to produce an e-commerce site is often somewhat of a challenge. There are countless ways it can be done, and sometimes just choosing the right shopping cart software, payment gateway and merchant account can be a big job.<br /><br />For very small shops, I definitely recommend considering PayPal's e-commerce solutions. Once the site owner has a PayPal Business Account, you can literally have an online shop up and running in a matter of hours.<br /><br />For the larger projects, I have yet to settle on a single solution, but I've been reasonably pleased with a system that was chosen by one of my clients, <a href="http://www.webmarketingmagic.com/">Web Marketing Magic</a>. I was initially turned off by the "internet hustle" feel to their web site, as well as by the poor design of the pages, but the software itself has always worked well for us. And in the couple of years that we've been using it, it has improved noticeably on both of those counts.<br /><br />WMM is a hosted product which provides not just a shopping cart, but a range of marketing features, including an email database and autoresponder system. There are <a href="http://webmarketingmagic.com/features.asp">several packages providing different feature sets</a>; we've been using the somewhat expensive Pro package because of our need to provide digital delivery of goods.<br /><br />WMM has generally worked well for us. Because it was not my decision to use it, I have always been tempted to try and convince my client to try a set of other solutions instead: a PayPal shopping cart, Payloadz, and Constant Contact or MailChimp. But my client is convinced that the integration WMM offers between its shopping cart and autoresponder system is crucial to the sales process, and she may turn out to be right.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/460442973907396413-1227971162716873223?l=www.webdevbiz.com%2Fblog%2Findex.htm'/></div>Patty Ayersnoreply@blogger.com0