Customer Login

Web Development Blogs - BlogCatalog Blog Directory

New Website Developed in Magento - http://www.titanwheelaccessories.com/

May 15th, 2010 by admin

Titan Wheel Accessories came to Parent Technology Inc. looking for an ecommerce solution. 

Parent Technology suggested they go with Magento over solutions like ZenCart or Oscommerce.

The site is still in progress but it fully functional:

http://www.titanwheelaccessories.com/

New Joomla Site - http://midwestseatingsolutions.com/

May 15th, 2010 by admin

Parent Technology has created a new Joomla Content Management Site.

http://midwestseatingsolutions.com/

logomw

New Magento Website - http://www.enrichmentmedical.com/

May 14th, 2010 by admin

Parent Technology just cut over another  Magento Store - Version 1.4

http://www.enrichmentmedical.com/ is a medical supply company

About them:

Enrichment Designs began in 1990 with the goal of providing cost effective solutions to the needs of hospitals and long term care facilities. In 2003, the company became a division of  Bara Technologies, Inc. and moved into a new facility to more than double it’s capacity.

Our mission has always been to provide high quality products that exceeded the expectations of our customers. In the past, we have sold our products through many of the finest health care distributors and catalogs companies in the U.S.

In 2010, we are proud to announce that the Enrichment Design’s product line can now be purchased directly in the Enrichment Medical Web Store, along with the products of over 40 of the top manufacturers of medical equipment. By eliminating the need for a direct sales force and the cost of millions of catalogs, we can offer substantial savings on the products that you require every day.  Although we advertise savings of up to 40%, there are many products available for savings of 50% to 60% off of the typical catalog price.

Thank you for your interest in our products. We would be honored to serve you.

Ubuntu Linux - Just Upgraded - Love it - Do make these mistakes

May 14th, 2010 by admin

10+ mistakes Linux newbies make

This is a guest post by TechRepublic’s Jack Wallen. For more posts like this see TechRepublic’s 10 Things blog.

New desktop users can make plenty of mistakes (as can anyone). But knowing which mistakes to avoid, from the start, helps prevent a LOT of frustration. I’ve handled the topic of mistakes new Linux admins make, but never those of desktop users. Here are some of the most common Linux desktop mistakes I see new users make.

Note: This article is also available as a PDF download.

1: Assuming they are using Windows

Although this might seem way too obvious, it’s not. The average user has no idea there are even different operating systems to be had. In fact, most average users couldn’t discern Windows XP from Vista from 7 (unless they are certain Windows 7 was “their idea”). Because of this, new users might believe that everything works (or doesn’t work, as the case may be) as it does in Windows. Make your end users aware that they are using a different operating system — and that it works differently.

2: Trying to make exe files work

Unless you have done your homework and installed WINE, double-clicking those .exe files simply won’t do anything. And when that happens, your end users are going to be upset. I have seen many an end user download an app made for Windows assuming that it will work for Linux. Make it clear to users that Linux, like Windows, will only run applications made for that operating system. This, of course, is tossed out the window when WINE is involved. But new users won’t be using WINE anyway.

3: Choosing the wrong distribution

One of the biggest problems for users is choosing the wrong distribution. Imagine being a new user and selecting Gentoo or Slackware or Fedora! Yes those are all good distributions, but any of them would send a new user running away in fear. If you are in the initial stages of helping a new user out, do yourselves both a favor and choose the distribution carefully. Consider the user’s ability, needs, and hardware before you make that selection. Don’t just jump on board Ubuntu because everyone says you should. A lot of distributions out there are made specifically for new users. Give them all a close examination before making the choice.

4: Not finding software

Because so many new Linux users are migrating from Windows, they think software can be had from the same channels. Most of the time, this is not the case. The new user needs to become familiar with their package management tools right away - especially tools like Synaptic, Packagekit, and Ubuntu Software Center. Each of those tools is a mecca of software where users can most likely find all the applications they need.

5: Sending OpenOffice documents to Microsoft Office users in the default format

I see this so often. New Linux users are proud of the strides they have made but dumbfounded (and sometimes turned back to Windows) because the people they share files with can’t read their formats. Remember, Microsoft products are not good at getting along with other operating systems and other applications. Make sure your new users are saving in file formats that are readable by the Microsoft equivalents.

6: Avoiding the command line

I can’t, for the life of me, figure out why people completely avoid the command line as if it is the most complex tool there is. I know people who can work absolute magic with Photoshop but can’t seem to type a simple rm command at the command line. Why this is I will never know. New users shouldn’t shy away from the command line. Knowing the command line isn’t essential anymore, but it will make them more capable users.

7: Giving up too quickly

Here’s another issue I see all too often. After a few hours (or a couple of days) working with Linux, new users will give up for one reason or another. I understand giving up when they realize something simply doesn’t work (such as when they MUST use a proprietary application or file format). But seeing Linux not work under average demands is rare these days. If you see new Linux users getting frustrated, try to give them a little extra guidance. Sometimes getting over that initial hump is the biggest challenge they will face.

8: Thinking the Windows directory hierarchy translates to Linux

There is no C:\ in Linux. Nor do you use the “\” character. Nor should you use spaces in filenames. These are common mistakes new users make. Trying to map out Windows to Linux, directory for directory, is impossible. You can get as far as C:\ = / and maybe Default User = ~/, but beyond that you’re out of luck. Make sure new users understand that everything starts at / and their most important directory is their home directory (aka ~/ aka /home/USERNAME/).

9: Skipping updates

I have been burned with Windows updates many times. Need I bother mentioning the update from Explorer 7 to Explorer 8? Very rarely has a Linux update fubar’d a system of mine. In fact, I can’t remember the last time it has. So I am always up to date on my systems… and with good reason. Those updates bring new security patches and features to software and should be applied. Having an installation with a security hole is not what your users need, especially on a machine that houses important information.

10: Logging in as root

I really shouldn’t have to say this. But just in case, be sure to tell your users DON’T LOG IN AS ROOT! But… just in case they must… DON’T LOG IN AS ROOT! Instead, have them open up a terminal window and either “su” to root or use “sudo”. And just in case you didn’t hear me the first time, DON’T LOG IN AS ROOT!

11: Losing windows to the pager

The pager is one of the handiest features of the Linux desktops. But over and over, I’ve seen that new users don’t quite understand what the pager is for and what it does. Because of this, they will “lose” their windows from the desktop. Where did it go? It was there a moment ago! I guess it crashed. No. More than likely, they moved it to another desktop. Another desktop? You see where this is going? Help the new user understand what the pager is and how useful it can be.

12: Ignoring security because it’s Linux

A big part of me still wants to boast and say, “In the 12 years I have used Linux, I have never once had a virus or worm or been hacked.” Although that is true, it doesn’t mean I should ignore security. I have witnessed the effects of a rootkit on a Linux machine. They aren’t pretty and data will be lost. Tell your users that they can’t ignore security just because they’re using Linux. Security is crucial, regardless of the OS.

Sorry, Adobe: Flash is the new Vista

May 14th, 2010 by admin

I have been running into more and more issue with Adobe Flash these days and it is most likely because of my 64 bit system.

By Ed Bott | May 13, 2010, 1:18pm PDT - ZDNET.com

Here’s some advice, Adobe. The first step on the road to recovery is admitting that you have a problem.

Yes, I know you’d rather frame your fight with Apple as a high-minded crusade for freedom, but your customers think differently. When I hear fellow PC users talk about Flash these days, I hear the exact same frustration and exasperation I heard during Vista’s first year on the market. That is not the kind of word of mouth you want.

And make no mistake about it, those concerns are real. Was Steve Jobs exaggerating when he called Flash the biggest source of crashes on the Mac? Maybe a little, but I bet he has some pretty grim statistics to back that statement up. And Microsoft is reinforcing that same message, albeit more politely and with masterful understatement. Here’s what IE boss Dean Hachamovitch had to say two weeks ago:

Flash does have some issues, particularly around reliability, security, and performance. We work closely with engineers at Adobe, sharing information about the issues we know of in ongoing technical discussions.

“Some issues”? Yeah, that’s one way of putting it. My own experience fits right in. I discovered yesterday that Internet Explorer crashes on my wife’s PC once or twice a day. The Windows 7 Reliability Monitor says Adobe’s Flash Player is to blame (yes, it’s up-to-date), and it offers a step-by-step solution: Uninstall the Flash Player, reboot, and reinstall Flash. (The Microsoft prescription is, in fact, the exact same set of steps I recommended right here back in January.)

I did exactly that, and guess what? Today, at 7:42AM, another Flash crash. At the same time on the same PC, TweetDeck, an app that runs on the Adobe Air platform, had stopped responding. The crash report fingered that same Flash ActiveX control version as the cause.

Update: Via Twitter, Adobe’s John Dowdell questions my report on the TweetDeck crash. I got one small detail wrong. It was FlashUtil10e.exe, not the Active X control, Flash10e.ocx. Both versions were the same, 10.0.45.2. Here’s the crash report from Windows:

Oh, and just a little while ago the latest Adobe Reader update failed on another PC, with this not-so-helpful message: “Update failed. Cannot install this update. Please run Adobe Reader Repair. Error:1500.”

So pardon me if I feel cranky about your software right now, Adobe.

Look, Apple and Microsoft say you have reliability and security problems with Flash Player. A whole lot of my readers say the same thing. And so do I. We’re all sort of waiting for you to acknowledge that the number of times people have a negative experience with Flash is too high. Until you address that elephant in the room, no one is really interested in hearing much more about openness and freedom. (Well, except for the FTC and the DOJ, but that’s a different issue completely.)

And then there’s security. According to Microsoft’s most recent Security Intelligence Report, published earlier this week, a Flash Player exploit was the most commonly exploited browser vulnerability in the first half of last year. The list of security updates for Flash Player is depressingly long. So, how are you planning to convince us that you’ve gotten serious about security?

I talked to an Adobe spokesperson earlier this week and heard all about the big improvements coming in Flash Player 10.1. Product Manager Tom Nguyen told me, “We’re looking after the interests of our end users and customers,” and ticked off a list of improvements that are on the way: support for more mobile devices and more operating systems, better performance, improvements in power usage (and thus improved battery life), support for hardware-accelerated H.264 video. Those are all big, important features.

What I didn’t hear was a promise and a plan to deliver a more reliable, more secure product. Should we expect Flash 10.1 to crash less and be more resistant to attacks than Flash 10 or Flash 9? Why? What have you learned about how to stop customers from having a crappy experience and how are you applying those lessons? “Well,” I was told, “there’s an improved installer.”

Not the answer I was hoping for.

Microsoft responded to the mess that was Vista by bringing in a new boss, Steven Sinofsky, who changed the internal culture on the Windows team quickly and decisively. He also brought in a lot of engineering discipline and an unprecedented level of communication about the Windows 7 development process via detailed, sometimes epic posts on the E7 Blog.

Adobe has profound issues of quality and negative perception to deal with, just as Microsoft did with Vista. But in Flash they also have a product that is going to be severely challenged by HTML5 and Silverlight and probably some other products and technologies we don’t even know about right now. I’m certain Flash will still be around in five years and probably in 10 years. But it will be much less important than it is today.

The big question for Adobe is whether they can shut down the complaints about Flash by delivering a product that “just works.” Oh, and at the same time stake out a future for a Web running on HTML5. Good luck with that.

LCCCM.COM came to Parent Technology looking to move their company from Ebay to Magento Ecommece.

April 7th, 2010 by admin

LCCCM.COM came to Parent Technology looking to move their company from Ebay to Magento Ecommece.

Developement Server / Site Draft
http://lcccm.parentecommerce.com/index.php

www.automotiveinteriorsonline.com is now using Magento Ecommerce

April 7th, 2010 by admin

www.automotiveinteriorsonline.com is now using Magento Ecommerce

Parent Technology created a solution that allowed www.automotiveinteriorsonline.com to use their full product line on their site without massive time issues.

They added 150,000 products to their site using Magento’s Product Attibute System.

Enrichment Medical using Magento Ecommerce Package by Parent Technology

April 7th, 2010 by admin

Enrichment Medical using Magento Ecommerce Package by Parent Technology.
Developement Site:
http://enrichment.parentecommerce.com/index.php/

Midwest Seating Solutions new site using Joomla CMS

April 7th, 2010 by admin

Midwest Seating Solutions came to Parent Technology for their website needs.   They are now able to make updates to their site via Joomla Content Management System.

Site design is finished but content is still a work in progress.

http://www.midwestseatingsolutions.com/

Polly Products adds new product line to their ecommerce site

February 26th, 2010 by admin

Polly Products has added a new product line called RecycleDesign.   Check it out.

Polly Products is using an Ecommece package through Parent Technology.   They also use Parent Technology for all their Seach Engine Optimization needs.

http://www.pollyproducts.com/