How to create a thinking child, start with “Toy Book”

December 6, 2007

Steven Caney’s Toy BookThere is no lead paint in these toys (unless you add it yourself) and they are all 100% made in the USA (unless you live outside the USA). Steven Caney’s Toy Book introduces your child to the world beyond prefabricated ‘play modes’. If you don’t like the idea of you child becoming a mindless automaton in a consumerist society, show him/her a world of his/her own making.

OK, so I’m being a little dramatic, but I like this book. I’m a designer so I am probably predisposed to the idea that your own imagination is better then the latest Spiderman toy. What is important about this book is that it not only gets some simple yet creative toys into your child’s hands, but it also shows them that the world is not made up entirely of preconfigured blocks that have to be consumed as is. This book shows them they can deconstruct the world around them and remake it to suite their imagination.

This book has a series of simple instructions on how to make basic toys. One of the compelling things about these toys is that many are scientific or musical in nature, allowing you child to begin to ‘play’ with science or music. What a great way to get them interested in learning. The “Water scope” and “Water Lens” are two example of this, if you have a small bucket and some other household items, you can start to learn about optics and maybe demystify the pair of glasses your son or daughter just got.

I was quite excited when I saw this book, and bought it on the spot. I had Steven Caney as a design professor while I attended RISD. He had more impact on me then any other design teacher, he truly taught me to think outside the box. And yet, also how to deal with the practical side of business. After reviewing the book, I can safely say that a lot of Steven is in this book. He has a voracious appetite for invention and you can start to see the glimmer of that mind in this book. two other great books by Steven Caney: Steven Caney’s Invention Book and Steven Caney’s Ultimate Building Book.


Free RAW Editor: Raw Therapee

November 10, 2007

Raw Therapee (THe Experimental RAw Photo Editor) is a treasure for digital photographers who shoot in RAW. It supports many RAW files types from the most popular Digital SLRs, details on supported cameras can be found on their site.

Raw Therapee opens and edits RAW files. Just point it to a directory of RAW files and it will generate thumbnails of RAW files (and JPEG files) from that directory. Double click on a thumbnail to bring it into the main editing window. Now you can make a wide range of modifications:

  • White Balance
  • Exposure
  • Highlight Recovery
  • Shadows/Highlights
  • Sharpening
  • Color Boost
  • Color Shift
  • Luminance Curve
  • Luminance Noise Reduction
  • Color Noise Reduction

These are the main options on the right hand side of the screen. On the left is a history panel listing each change you make. This is very handy, it allows you to simply click on an earlier action to see what the image looked like at that stage. And if you want to revert to that point, simply click on that action and continue working.

Raw Therapee Screen Shot

It is not a great way to manage your photo collection, Picassa does a much better job of that, but it is substantially better at making adjustments to an image. My work flow still starts in Picassa to quickly review my photos. I then delete the hopeless images and pick a few for further editing in Raw Therapee. Once editing is complete in Raw Therapee, I save the photo as a PNG. This is easily done with the “Save Image” in the lower right corner of the application and can be customized in the program options.

My initial response is that it is at least as capable as Photoshop (I have CS2), but probably better for ‘developing’ and image and certainly a lot faster. But it’s not a fair comparison, Photoshop is designed to do more then develop a photo. Raw Therapee is really in the same league as Lightroom and Aperture. I can not speak to how it compares to Aperture because Aperture crashed the first time I used it and I decided I did not need that in a photo editor and ended my evaluation there. I did use Lightroom during a 30 trial and really fell in love with it. I would purchase that Lightroom if it were not so overpriced. It is especially annoying to know that Lightroom was based on a free application.

The million dollar question: how well does Raw Therapee compare to Lightroom? I would prefer to use Lightroom, it has a broader set of tools. But, I use Raw Therapee because of the price. It’s free, but a program of so much value, I am glad to give the developers a ‘donation’. It is still under development so it might well become a threat to Lightroom.

Raw Therapee is available for Windows and Linux.


Texas Furniture Makers Show - 2007

November 10, 2007

Last week was the eight annual Texas Furniture Makers Show in Kerrville Texas. Another successful show with strong work and great judges. This year the judges included Charles Kegley, Rex White, and Thomas Moser. Rex White has had work in the show several times and had won numerous awards in the past. Thomas Moser founder of Thos. Moser Cabinetmakers is well respected and was really a great choice of a judge. I don’t know anything about Charles Kegley other then that he made for a good judge and was quite affable, yet direct when fielding questions about his decisions.

 

Charles Kegley, Rex White, and Thomas Moser
From left to right: Charles Kegley, Rex White, and Thomas Moser

As always, Jim Derby did a master job of running the show.

Jim Derby
Jim Derby at the awards ceremony

I was asked again this year co-lead a continuing education seminar and this year I was with Alton Bowmen and Frank Stazza. It was a round table discussion this year and I think that worked out quite well. I had a number of photos I took at the ICFF this past spring and I had a little slide show of these. Frank did a great demo on handtools.

Frank Strazza - Woodworking Demo
Frank Strazza’s handtool demo

I thought the judges first place choice for the show was a little odd, but generally I was in agreement with their decisions, including Frank winning second overall for his Jewelry Cabinet.

Frank Strazza - Jewelry Cabinet
Frank Strazza - Jewelry Cabinet

This has become a strong show and it is always remarkable how a show limited to state wide entrants can draw such strong work. But then, Texas is a large state.

Jim Derby will start working on the Ninth Annual Texas Furniture Makers Show in short order, I look forward to seeing it!


HTML - Definition List - My New Favorite Thing

September 10, 2007

It is sad when one gets so excited with such a trivial bit of obscure code. That is what has happened to me… again. This time I stumbled across the Definition List tag. It operates similar to other types of lists, you start with a containing tag <dl> and populate it with a list of items. But, where it differs from ordered and unordered lists is that there are two item types in the list; Definition Term <dt> and Definition Definition (or Data Definition) <dd>. Most all browsers will render the two lines differently, typically indenting the <dd>, like so:

farm
a place to grow food
school
a place to grow knowledge

The code looks like this:

<dl>
<dt>farm</dt>
<dd>a place to grow food</dd>
<dt>school</dt>
<dd>a place to grow knowledge</dd>
</dl>

But, what got me so excited was the prospect of being able to seamlessly style to different types of data in a list. It is when you add CSS to the mix that things get interesting. Rather then showing you what can be done by adding CSS, I encourage you to go give it a whirl.

You might ask how I got this far without having learned anything about this before. That is one of the pitfalls of being self taught, and rather haphazardly self taught at that. I tend to wonder around HTML learning little bits here and there, I took no structured course, just learned what I needed when I needed it. It is a process that works as everything I learn gets puts into action right away and the chaff gets dismissed. But, it also leads to holes in my knowledge of HTML and CSS.


Safari on Windows?

June 20, 2007

I need to have a Mac if for nothing else so I can test and debug the web sites I create. Every browser has its quirks and some of the sites I work on have a higher then average Safari user base. That’s one reason I bought the MacBook last year, even though I primarily run XP on it. But now, Apple has removed my need to have a Mac with their release of Safari for Windows.

I can only guess that they are using Safari as a tease to Windows users in an effort to wet their appetite for more Apple software that can only found on the Mac. But that seems a bit of a stretch to me.

Don’t get me wrong, I love it. As a grumpy user who is not willing to sacrifice an ounce of system performance, I run XP on my Mac with Boot Camp, not Parallels, I have to reboot into OS X to test web pages. Well, not anymore, now I can run Safari right there in XP next to Firefox and IE7.

The newest rev of the MacBook Pros really peaked my interest and I am seriously considering upgrading in the fall. But the release of Safari for Windows has given me pause, serious pause. Because now I don’t need a Mac anymore. I have to weigh if it is really worth dropping an extra $200 for Vista and Parallels if I get the MacBook Pro. Hmmm…

But, in one way this release is not out of keeping, it continues the intrusion into Windows space started with Quick Time and iTunes. And it is a nice alternative, except a great alternative already exists in Firefox.

My guess is that Safari usage (on windows) will settle down somewhere between Firefox and Opera, closer to Opera as anything past Firefox is really just for the fringe who simply want to be different, and let’s be frank, who want to be difficult. As much as I like competition in the software arena, the desktop version of Opera is pretty unattractive. I use it a few times a week, but only for testing. It’s just too buggy and I have not found that it does anything better then Firefox. Heck, I’d rather use IE7. Oh, actually, Opera (and IE7 for that matter) does do RSS better then Firefox. Firefox is poop when it comes to RSS.


Portable WordPress

June 7, 2007

OK, so now you have XAMPP on your flash drive and you’re showing it off to all your friends. One of them (the wise-guy) will ask, “uhhhh… so, what’s that good for?” DOH! Well, here is an idea to avoid this moment of embarrassment and shame, “Well.” you say, “I use it as a development environment for customizing WordPress.” Smack-down! You win.

That’s right, if need a sandbox for developing WordPress and you don’t want the whole world to see your mistakes, you can install a local copy of WordPress and mess about with it to your heart’s content. This works if you install it on your local hard drive, or on your flash drive. It goes where ever you have XAMPP installed. And here are step by step instructions on how to do it. These directions start with installing XAMPP on your local hard-drive, but to install it on a flash drive, follow my instructions, then pick-up again after that’s done. Also, when creating the database, I found my options did not exactly match what is in the tutorial, but is was nearly the same: utt8_unicode_ci.


XAMPP: The Easy and Simple Web Server

June 4, 2007

XAMPPAre you an HTML and CSS jokey like me who needs to occasionally dabble in the magical art of PHP, or some other, server side environment? Are you deathly afraid of and confused by this stuff. Me too. But I found XAMPP a couple of years ago and it is a simple and easy web server you can install on your own computer to run a web server and test out some PHP. It runs on Windows, Mac, Linux, and Solaris. I run it on XP.

Still a little nervous about installing a web server on your computer, how about installing it on a USB flash drive? No problem! Download the ZIP archive (not the EXE, that’s for regular installs) from their site and extract it onto your flash drive. Then simply run the setup_xampp.bat file, let it run for a minute and presto! Instant web server!

Now XAMPP is like any other program in that you have to start it before you use it. In the folder on the flash drive there will be file called: xampp_start.exe, double click it and the server starts up. Windows may give you a warning, click through that. A terminal window will open up (small window with black background and white type), don’t close that, just minimize it.

Now you have a web server running! Great now what. Well, first check to see if it is working, open your browser and type in http://localhost. You should see something like, “Welcome to XAMPP for Windows Version 1.6.2 !”. Yea, it works!. If it does not, you are going to have to look elsewhere, I barely know how to run it.

OK, now you want to use it to render those PHP pages you created. Here is the thing you need to know, the files you are developing need to be in the Xampp folder. Not just any folder, the htdocs folder, like: E:\xampplite\htdocs\ (assuming your flash drive is letter E). So drop a folder (let’s call it ‘web-content’) with some PHP files (one of which should be named index.php) in there and type in “http://localhost/web-content”. If your PHP files are written correctly, you will now be looking at them all processed and looking like they will when uploaded to a server (assuming that server runs PHP).

To shut the web server down, look for the “xampp_stop.exe” file in the main XAMPP folder and click that.

I run XAMPP Lite by the way. It’s a smaller install and since I don’t know how to use any of the added stuff that comes with the full XAMPP, I figured it was a better choice.


Newsletter #4

January 31, 2007

Oops, looks like I missed an issue or two. No worries, I will refund all subscriptions fees for the past two months. I was too fat and bloated from the holidays to reach my keyboard, but I am back now.

This installment is designed to make you paranoid as I am discussing, once again, Scammers and Spammers.

Oh, and of some note, I have changed my name and web site. Crucible Design has been moth-balled, my new and improved business name is James Fryer Design Services. My new web site is JamesFryer.com. And accordingly, I have a new email address: jfryer@jamesfryer.com.

This month’s Main Feature was prompted by yet another piece of spam I recievied:

There are many ways to make money, some less honest then others. One of these ‘less honest’ ways involves companies representing themselves as some ‘official’ Internet source and trying to scare people into paying several hundred dollars a year for flimsy (and unnecessary) services. Here is one of the more benign examples: I received a fax the other day from “Official Internet Registry & Optimization Bureau” warning me that, “Major search engines may not be able to prioritize content on your site…” And it starts off with, “Forward to Accounts Payable” in large text. Why this sounds like a scam:

  • The name, there is not government mandated Bureau of Internet Registry & Optimization
  • The company logo is made to look like and official government seal, but it is not
  • It came to me as fax spam, no legitimate company uses this ‘marketing’ technique

I call this one rather benign because the fax does state in a couple of places that the service is not mandatory. But there are far more aggressive scammers out there that might contact you by fax, email, or telephone trying to convince you that there is some critical service you are missing. They may try to scam you into paying exorbitant rates for anything from Domain Registration to SEO. But they may also be interested in steeling away your domain name. So hang up the phone, throw out the fax, or delete the email. If you are concerned about the renewal of some service, call me or call the company with whom you have registared your Domain Name. Go straight to the source.

Every month (or so) the Crucible Design Newsletter will endeavor to enlighten you on issues relevant to your web site, the Internet, and related issues. The goal of this newsletter is to offer new tools, or new ways to use tools, to increases your effectiveness in the way you use the Internet and the computer.

If you have any trouble viewing this newsletter in your email application, you can find it online here with past newsletters: http://cdnewsletter.wordpress.com, but that will be soon updated to: jfdsnewsletter.wordpress.com

Scammers and Spammers

Identity thieves can some times get some of your personal data, but not enough to do anything with. But they will use it when the contact you to convince you that they are someone that they are not, like your bank or credit card agency. For instance, a thief may have gotten your name and the last four digits of your credit card from a discarded reciept and looked up your phone number online, or the phonebook. Then they will call you pretending to be your credit card company and ‘prove it’ by giving you this data to ‘confirm’ their legitimacy. Once you are on their hook, they will ask for another piece of information from you, like the rest of your card number or the expiration date to ‘confirm’ that they are speaking to ‘the real you’. If you proceed to give them this information, you have completed their objective and they can now use your card, or open a line of credit, or any number of nefarious things that you will not like.

To avoid this, don’t give any information to someone who is calling you claiming to be your bank or credit card agency. If it is a legitimate call, tell the person that you will call them back, then call the institution on their main number and either continue the business they had with you, or report that there is potential fraudulent activity on your account. The same principle applies to email correspondence. If you get an email that you are unsure of, go to that companies web site and see if there are any problems. But do not click on any links in that email, they may look OK, but they may take you to a fraudulent web site.

This is an old scam that predates the Internet. And it is not limited to financial institutions, a thief might pose as your cable, phone, utility, or some other vendor company to get more information about you to use for their own ends.

I am not trying to make you paranoid, but I probably did, sorry. If you think you might be the victim of fraud or identity theft, you can put either a three month, or seven year fraud alert on you credit profile with the three major Credit Bureaus. And here they are:

Equifax
Direct Line for reporting suspected fraud: 800-525-6285
Fraud Division
P.O. Box 740250
Atlanta, GA 30374
800-685-1111 / 888-766-0008
www.equifax.com

Experian
Direct Line for reporting suspected fraud: 888-397-3742
Credit Fraud Center
P.O. Box 1017
Allen, TX 75013
888-EXPERIAN (888-397-3742)
www.experian.com

Trans Union
Direct Line for reporting suspected fraud: 800-680-7289
Fraud Victim Assistance Department
P.O. Box 6790
Fullerton, CA 92634
Phone: 800-916-8800 / 800-680-7289
www.transunion.com

The Google

Google Analytics is a free Google product that tracks detailed usage statistics of a web site. It lets you see information about who is looking at your site and how they are looking at it. It does not give you the name and address of a visitor, but it does tell you their city or town. It also offers details about their computer including the web browser, Operating System, screen size, etc… Two of the more valuable metrics are referral sources and key word usage. Referral sources tells you where your visitor is coming from, whether the be from Google, or a colleague’s web site. Key words are what your visitors are typing into a search engine that results in finding your web site.

It is also integrated with AdWords, Google’s paid advertising service, so you can closely track where your ad money is going.

It is an extremely powerful tool, but be warned, it is not terribly friendly to the uninitiated. It is a professional tool, and unless you are willing to roll your sleeves up and get your hands dirty, it will mostly just confound you. But that should not make you feel bad, I use it sporadically and it frequently confounds me.

Recommended Site

The Dilbert Blog: I thought you all might need some diversion after my little paranoia rift. Actually, the Dilbert Blog is often rather intelligent, but also rather funny, or disturbing, sometimes all three. Scott Adams is one of those people that is so smart it sometimes makes me wonder why I bother getting out of bed in the morning. I hate smart people, that is why I married one, to bring her down. Didn’t really work out that way though, she has me pretty much wrapped around her little figure. Which is a rather good trick as her little figure is really very little and I am not. Anyway, dilbert.com is also great, that is where the daily dilbert strip can be found, as well as old strips. If you have not read Dilbert before, it is not just for geeks, anyone who has worked (or visited) corporate America can appreciate Scott’s insights.

What is CSS anyway?

Casscading Style Sheets is a web technology that goes hand in hand with HTML. CSS is a method of applying style to a web page. That style can include many things including font, font size, font color, positioning of elements on the page, page color, element color, etc… In the old days of web site development, the ’style’ of an HTML page was limited and rather painstaking to declare. CSS adds many new formatting and styling options and makes is more simple to implement. It allows for the style of the web site to be controlled from a separate document. The advantage to this is that updating that separate CSS document effects all the pages in the site and saves the developer from having to update each HTML page individually.

Here are two examples of the same web page, This One has a CSS file attached to it, This One does not. See the difference? The page is the same, but with and without CSS applied.


The Return of the Peek-A-Boo

December 3, 2006

I thought the Internet Explorer 7 had fixed the peek-a-boo bug, but I was wrong, it is still there. I came across this while creating a new site with a floated element. My jaw nearly fell off when I launched the new site in IE7 and saw the floated element disappear. The text in the element is still ‘there’, but invisible. I can still click on the now invisible links inside the invisible floated element.

I set the containing element’s height to 1% and the floated element is now visible in IE7 (always was in Firefox).

How amazing that Microsoft was not able to fix such a long standing bug.


Newsletter #3

November 12, 2006

In This Issue
Main Feature: Data Backup
The Google: Google Docs
Client Spotlight:
DR. David Kruger: MentorPath.com
Recommended Site: Techdirt.com
FreeWare: FileZilla & YouSendIt.com
Web Tech Revealed:
What is Flash Anyway?

Welcome the third installment of the JFDS Newsletter. If you get tired of it, just let me know and I will remove your email address from this list.

Before we get to far and I loose your interest, it is worth a few moments to take a look on the horizon about what Microsoft is up to. The two rather major projects that they have been working on are here (mostly). Internet Explorer 7 is available now and will probably be part of your next Windows Update. This is a long over due update to a woefully bad browser. Microsoft has made it more secure and added ‘tabbed browsing‘, but as a recent survey of reviews shows, it is still behind Firefox.

Windows Vista is Microsoft’s next version of windows, set to replace Windows XP. This too is long over due and has been gutted of its more promising features. Never the less, if you have not heard of it, you will begin to hear about it soon as it is scheduled to be rolled out to corporate users this month and consumers on January 30, 2007. There is a new ‘rendering engine’ (that is the part that controls how things look on screen) that looks nice, but is a power hog and will not run on many current computer systems. If you don’t have a high powered computer, it might be wise not to upgrade just yet. And if you are looking to get a new computer next year, Vista will be your new operating system (unless you go to Apple) so make sure the computer is powerful enough to run Vista.

This is quite a big month for computer technology. Not only is there a new operating system from Microsoft, but the PlayStation 3 (a wildly expensive gaming system that I do not think will fair well against the Xbox 360 over the long haul) and the Nintendo Wii (a much cheaper gaming system) are also being released this month.

This month, in addition to the regular columns, I have added a new section: Client Spotlight where one of my client’s business and web site will be spotlighted (hence the name).

Every month the Crucible Design Newsletter will endeavor to enlighten you on issues relevant to your web site, the Internet, and related issues. The goal of this newsletter is to offer new tools, or new ways to use tools, to increases your effectiveness in the way you use the Internet and the computer.

Data Backup: Carbonite.com

CarboniteI hope that none of my clients have ever had a major computer meltdown that resulted in data loss, and I hope that none ever do. But, computer failure is a real threat to your business and your personal life, how many family photos do you have on your computer? There are a dizzing array of products on the market to backup your data. Most come in the form of CDs/DVDs or external hard drives and are hard to use, time consuming, and expensive. And the biggest problem is that, most likely, the backed up data is sitting a few feat from the primary data! That is, the backup hard drive is only a foot or two from the computer it is backing up. Sure, that guards against a spontaneous computer malfunction (unless it involves an exploding battery), but what about fire, flood, act of God, annoyed cat, bored dog, or one of any number cataclysmic event?

OK, enough with the hypotheticals and scaremongering. Here is your solution: Carbonite.com. Carbonite is a service that automatically backs up your files onto the Internet as you work. The backed up data is far from your office and it’s cornucopia of potential catastrophes. It is simple to setup, once you create an account and download there application, you need only choose those files and file folders that you want backed up and then let it run. The first backup may take some time depending on the size of the files you are backing up and the speed of your Internet connection. After that, Carbonite monitors the selected files and uploads them when you edit them, automatically. As Ron Popeil would say, “Set it, and forget it.” Two other features of this service make it a no brainer; A) it is cheap at $50 a year, and B) there is no limit to the amount of data you can backup. got 120 GigaBytes of data, do it.

I have been using this for a few months, and it has been working well, but I have not had to use the “Restore” mechanism yet, so I can not comment on effectiveness of that. But the described process is straight forward, login to your account and hit the “Restore” button to begin the process. This can also be done as a simple way to migrate you data to a new computer. This is the simplest and cheapest backup solution I have seen.

Sorry, the Mac version is not yet available unless, like me, you are running XP on your Mac.

The Google

Google DocsLast month I introduced you to Open Office, a complete and free office suite comparable to Microsoft Office. It is a great application (or suite of applications) and came in handy once again a few weeks ago when I was putting together a presentation for the Texas Furniture Makers Show in Kerrville, Texas. I used ‘Impress’ their Powerpoint clone and was very pleased.

But it is not a Google product so why am I continuing to gush about it here in Google’s space? Because it leads into two free Google products: Google Docs & Google Spreadsheets. As their names imply, the first is a word processor and the second a spreadsheet program. They are both rather basic so don’t look to do too much advanced editing with either. Don’t get me wrong, they both do what they do well and meet my needs amply. But they are no match for Open Office.

So, what then, makes them special. They are applications that run over the Internet. Think of Hotmail and Outlook, both are email applications, but the first works in a browser only when you are online, the second runs on your computer and can be used anytime (though you can not send and receive email while off line).

The benefit of an online application is that you can work on it anywhere from any Internet connected computer. That means that you don’t have to bother with bringing you computer with you on your next trip, just use the computer in the hotel, Internet cafe, or the one at your parent’s/child’s house. Another advantage is that documents created with these online applications can be very easily shared with others. If you are developing an article with someone on the other side of the planet, you can easily collaborate on one document without emailing it back and forth.

I am writing this newsletter in Google Docs right now. I use it for the newsletter so I can get to it anytime from anywhere and add a new idea.

I have long struggled with how best to keep track of my hours (so I can bill you and afford that fancy bicycle in the window). In the past, I tried every method from paper to digital, with one unifying consequence, I would loose track of it. Google Spreadsheet offers me one central location to store my hours and it has worked for me like a charm. No mater which computer I amusing, I can easily track the hours I slave away to improve your sites.

These two applications are also very friendly in that you can upload Microsoft Office and Open Office documents into it with no problem. Also, and very importantly, you can export from Google Docs & Spreadsheets into common Microsoft Office and Open Office file types and download it to your computer. Oh, it also exports to PDF for no charge, yet another handy little feature.

Client Spotlight

MentorPath.com
Dr. Krueger mentors professionals and executives on the art and science of success strategies: ‘Mind over Matters.’

In his own words:

“Success involves creating a new story inside and outside: an evolving internal model combined with new experiences. I help my clients write the next chapters in their life and business stories. As executives and self employed business people develop their success skills, they come to know themselves and others better. They apply human dynamics to strategic growth and personal fulfillment.”

“Are you doing what you are passionate about? Have you fully developed your talents? And do those two go together?”

David’s sight offered new challenges in integrating payment systems coupled with delivering digital downloads. He offers both audio (MP3) and book (PDF) downloads. By using the combined power of PayPal and E-Junkie (to be covered in a later issue) his site can now receive payment and deliver products automatically.

David’s site also offered the opportunity to work with a graphic designer, Walid Khalil, who created a clean and expressive logo/masthead.

David was also kind enough to share his thoughts on my performance:

“As a product and web designer, James Fryer is the best. His business savvy and “No problem” approach makes him a unique collaborator. He has also empowered my clients to achieve extraordinary success.”
-David Krueger

Recommended Site

Techdirt.com focuses mainly on tech related news, but from a much smarter angle then most. The writers have a much better grip on legal issues surrounding technology and they have a dangerously sharp wit. A very smart blog.

FreeWare

FileZillaFileZilla is an FTP (File Transfer Protocal) program. It is simple, works flawlessly, and is free. FTP is used to transfer files over the Internet, the most common usage is to upload files to a web server. As an example, once I have finished the files that I create for your web site, I then use FilleZilla to connect to your web server (web host) and use it to transfer the files from my computer to your web site.

YouSendIt.com is not a program per say, but it is related to Filezilla in that it lets you transfer files over the Internet, but it does it more easily with email. Log on to YouSendIt.com, upload your file (using your browser), specify an email recipient, done. The recipient gets an email with a link to the file that they can then download. Sending large files as email attachments is bad because email is not designed to do that and the file can be corrupted, it can jam up your recipient’s inbox, and your email service probably has limits to the file size you can send. YouSendIt.com alleviates these problems. With the free service you can send files up to 100 MegaBytes.

Web Tech Revealed

What is Flash anyway?

Flash is a web technology for creating animated and interactive content for publishing on the Internet. It is powerful and flexible. It can be used to create simple animated text to fully interactive games. It is often used to add visual interest to a web site through animation and is a good tool for telling a story visually. Flash files can be integrated into a web page or a whole web site can be created in Flash. Here is a site that is an interesting use of Flash: http://www.leoburnett.ca.

Not everyone is a fan though, Jakob Nielsen, says, “Flash tends to degrade websites for three reasons: it encourages design abuse, it breaks with the Web’s fundamental interaction principles, and it distracts attention from the site’s core value.” Granted, this is from an article from six years ago, but, as he mentions, many of the problems remain. I am also generally not a fan of Flash. It is a little too vulnerable, can not be indexed by search engines, and can not be made to be accessible to the disabled.


Texas Furniture Makers Show - 2006

October 27, 2006

Time again for the annual Texas Furniture Makers Show. As in years pass, KACC has found three talented people to judge the show: Amy Devers, Christi Farley, ASID, and Jim Wallace. KACC is offering show participants a ‘review’ session with the judges on Sunday, November 5, 2006. This is a unique opportunity for furniture makers to gain insight into the work displayed. I can not emphasis enough the value of this session, it is truly unique. This session is open only to show participants.

The show is starting earlier this year: October 26, to December 2, 2006. The reception and awards ceremony will be from 6 to 8 pm on Saturday, November 4, 2006. That is the same day Karl Muench and I will be giving another class on furniture design: “The Art and Function of Furniture”. Howard Hale will also be offering a finishing class the same day: “Essential Furniture Finishing Techniques”.

The winners from the 2003 show can be seen here: http://www.kacckerrville.com/2004furnitureshow.html. And the work of David A. Petersen, a former show winner (2003 President’s Award), can be seen here: http://www.masterpiecefurniture.com.

If you find yourself in or near the beautiful town of Kerrville in November, you owe it to your self to see this show.


Newsletter #2

October 13, 2006

In This Issue:
Main Feature:
Blogs
The Google:
Gmail and Google Calendar
Recommended Site:
DownloadSquad.com
FreeWare:
Open Office
Web Tech Revealed:
What is HTML Anyway?
What is SEO Anyway?

Hello again, here is the new JFDS Newsletter. The newsletter is now regularly scheduled for the 12th (or sometimes the 13th) of each month. If you get tired of it, just let me know and I will remove your email address from this list.

Every month the JFDS Newsletter will endeavor to enlighten you on issues relevant to your web site, the Internet, and related issues. The goal of this newsletter is to offer new tools, or new ways to use tools, to increases your effectiveness in the way you use the Internet and the computer. In addition to a featured topic every month, there will be regular sections devoted to special areas including; ‘The Google’, ‘Recommended Site’, ‘FreeWare’, ‘Web Tech Revealed’.

If you have any trouble viewing this newsletter in your email application, you can find it online here with past newsletters: http://jamesfryer.wordpress.com.

Blogs

blogA blog is an online journal that is easy to manage and requires only a browser and a keyboard to work. Because Google likes websites that frequently update their content, blogs can help build your online presence and drive traffic to your site. They are easy and generally free. There are several companies that offer blogging platforms, but the two most notable (in my humble opinion) are WordPress and Blogger (owned by Google). In addition, many Web Hosting companies offer blogging features with there services, this allows you to build a blog right into your web site.

And, as I mentioned, they are easy to setup, manage, and use. When you sign up, the name you choose for your blog will become part of the URL (web address). When I signed up for one of my blogs, I named it jamesfryer , so the address became: jamesfryer.wordpress.com. If your Web Hosting company offers a good blogging tool, you may have the option of a more professional looking URL like: www.yourdomain.com/blog. But, as long as you link your blog to your web site, the potential web traffic will increase.

Once you have a blog, all you need do to start creating ‘posts’ is to login with your browser and start typing, then hit the ‘publish’ button and your latest thoughts are now shared with the world. But don’t worry, you can always go back and edit a post later. Each blog comes with options like weather or not to allow comments. With most blogging platforms you can choose to let anyone leave a comment, restrict it to registered users, turn off commenting completely, or have comments stored (not displayed) until you can review and either except or reject them.

Jacquelyn Ekern, who runs EatingDisorderHope.com and whose blog can be found here , has good insight into blogging:

“Foremost, I want to caution those considering a blog on their website to carefully evaluate what level of liability this might subject their site or company to! I try to stay on top of new postings to the blog and remove anything that might be perceived as ‘pro-anorexia’, ‘pro-eating disorders’ or generally inappropriate for the blog discussions (like suicidalideation, discussion of weight loss numbers, etc).”

Additionally, she points out that a blog in a vacuum is not very helpful, better to use it with a community or have a specific purpose and plan for it:

“I have also seen the blog posting volume ebb and flow. It seemed to be most active when many of the members from an ‘in person’ eating disorder group I was running were posting more frequently. So, this might be a useful venue for folks who want their groups or other gatherings of folks to be able to stay in touch, build familiarity, etc.”

It is important to remember that, like with anything on the Internet, there is no telling who will find it, or where your blog might turn up. Don’t be surprised if Stephen Colbert starts picking on it, that’s what he does. Some blogs have the option to not be “searchable” in an effort keep a blog private. Trying to keep a blog private is going to be about as effective as politely asking a bear not to eat you… while you are poking him with a stick. The eventuality of a ‘private’ blog breaking loose for the world to see is an absolute inevitability.

The Google

Gmail is a free webmail service offered by Google. What makes it standout from its competitors (Hotmail, Yahoo Mail, etc…) are a few things:

  • 2.5 Gigabytes of mail storage
  • Email ‘aliasing’ - This features allows to send and receive different email accounts all through one inbox. For instance, I have five email accounts all being funneled to my Gmail account. I can send an email from any email address and I receive the email from all five accounts in my one Gmail inbox.
  • Free automatic forwarding and POP3 access, so you can access your mail from a desktop mail application like Outlook Express. I use this feature to backup my Gmail to my computer.
  • Very good Spam Filter.
  • Built in Chat feature.
  • Gmail automatically groups an email and its replies into a ‘conversation’. This feature takes some getting used to, but after initially hating it, it has become one of my favorite features.
  • Scans all attachments for Viruses

Gmail

The benefit of any webmail system is being able to access your mail anywhere, from any Internet connected computer, anytime. Gmail offers a different and more streamlined interface. Like all these services, it has an address book, filters, folders (Google calls them ‘labels’). Google has a mantra of doing things differently, and signing up for a Gmail account is certainly different, because you can’t. Not without giving them your mobile telephone number, or getting an invitation from a Gmail user. Don’t worry, if any of my clients are interested in getting a Gmail account, all they have to do is let me know and I will send them an invitation.

Gmail is the best email solution I have used, and currently it is all I use for both my businesses and personal accounts.

Google makes money from this service in a controversial way, they serve adds to you based on the content of your emails. Google swears up and down that they do not read your email and only scan it to deliver the ads and they don’t use that data for any other purpose. You have to trust Google to use this service, but the reality is that privacy is a concern with any online service.

Google Calendar

Gmail is integrated with Google Calendar, which is also like its competitors, but better. It makes sharing calendars easy, I share my calendar with my wife and she with me, so we can always know what the other is doing. In addition to this, a Google Calendar can be shared with the world by being integrated with a web site, like so. Standard features include setting up reminders, sending invitations to events, and mobile device support.

Both Gmail and Google Calendar take full advantage of Google’s search technology, so you can easily find an email or event.

Recommended Site

DownloadSquad.com is a blog dedicated to new software, software issues, and stuff that people who like to read about those topics find interesting. They cover office suites to Internet applications to silly free games. I have found a lot of great stuff there that has helped me build many of my clients’ web sites. It is probably too geeky for most people, but it is my Holy Grail. You finally know just how much of a nerd I am.

FreeWare

Open OfficeI was on the phone with a good friend (who is older and wiser) a few weeks ago when he asked me which version of (Microsoft) Word I was using. When I responded with a perky, “What’s that?” I could feel his eyes rolling up into his skull. He knew he was in for another one of my Microsoft rants.

I explained to him that I use Open Office for all my office application needs and that I don’t have Word, Excel, or Power Point installed on my computer. That was as far as I got before I could sense he was glazing over. So I did not get a chance to complain about the cost, the size, the bugs, the software activation, virus vulnerability, or the system resources that Microsoft Office hogs. Open Office is a free and nearly complete Office suite similar to Microsoft Office.

Rather then ranting on and on about Micro$oft, I will just concentrate on Open Office, which is free, totally. Here is what it comes with:

  • Writer is the word processor, it functions in a very similar way to Word and has all the common bells and whistles, but not the more obscure functions that Word has picked up over the years.
  • Calc is a powerful spreadsheet with the standard tools to calculate, analyze, summarize, and present data in numerical reports or graphics. Similar to Excel
  • Impress stands in for Power Point. This may be the least featured and trickiest to replace of the suite compared to Microsoft, but having been exposed to the contamination that is Power Point, I will do anything to avoid future contact and Impress is my ticket.
  • Draw creates drawings, at least that is what I have heard. I have not used it.
  • Base is the database program. That’s right, Open Office even includes a database application.

The feature that drew me to Open Office in the first place was its built in PDF creator, open any document and save it as a PDF.

OK, I like Open Office, but it does have some issues. It does open Microsoft documents and can even save to Word and Excel formats, but I have noticed on occasion that a Word document does not look quite right. I can see everything, but the formatting often does not come across perfectly. So it might not be the best solution for people who work with Word files all day. But I don’t do that, so it is more then adequate for me.

Web Tech Revealed

What is HTML anyway?

HTMLHyper Text Markup Language is the markup language used to create web pages. Note that I said ‘markup language’ and not programing language. A markup language is much simpler then a programing language. The main purpose of a markup language is to format text, where as the primary purpose of a programing language is to create simple to very complicated programs. If these types of languages were vehicles, the markup language would be a uni-cycle and the programing language would be the Star Ship Enterprise.

In the early days the Internet was used mainly to publish and share research papers and HTML was well suited for that. But as time progressed and the Internet went commercial, HTML was not adequate. So HTML began to evolve and though much of it remains as it was, it is now also a framework to hang more powerful components on like Flash for animation and java script for fancy things like online credit card processing.

One of the fun things about HTML is just how easy it can be. All you need is a text editor like NotePad and some knowledge of HTML. That is it, no advanced degree or expensive programs. Of course there are advanced degrees and expensive programs for HTML if you like those sorts of things. Another nice feature of HTML is that it is a self replicating thing, there is a boat load of tutorials and help sites online (in HTML) to get you started or to help you with HTML. Here is one Example.

What is SEO anyway?

Search Engine Optimization is the process of tweaking your web site so that it appears as high in search engine results as possible. This is accomplished by understanding what the search engine (like Google, Yahoo, and MSN) are looking for. This is obviously a great idea and can be very important to an online business. Imagine if your online company that sells fur balls comes up as the very first link when people do a search for ‘fur balls’. Now image if your fur ball company comes up as search result number 7,893,635. Someone looking through those search results would need to click through 789,363 pages of search results before they got to the one that has your link on it.

Suddenly SEO seems like a brilliant idea that you are compelled to implement right now. And that would be true but for a few annoying facts:

  • There seem to be a number of SEO companies that are less then reputable and will promise to move you to the head of the line of search results. Well, they are frequently promising that to you and your closest 100 competitors.
  • Google employs the smartest programmers around in order to create a search engine that produces the best, most relevant search results. They don’t share their secrets, so people practicing SEO need to be at least as smart as Google programmers. But if they were that smart, Google would hire them. Slight paradox.
  • Google, MSN, and Yahoo are always working to improve their search engine, that means that your web site needs to constantly shift to stay on top. That gets costly (except for my clients).

Google does have their own thoughts on SEO here.

All is not lost, Google does in fact have some guidelines for good placement (they just keep secret their big ideas). These guidelines are actually relatively straight forward and logical. They suggest to build an easy to navigate sight with good content. It is that simple. That is what they are looking for and what all their fancy algorithms are designed to seek out.

So the moral of the story is that, if you have a well laid out web site with relevant content, you are already optimized. These are the qualities I endeavor to instill in the sites I work on.