Search

Sandi's Ts Site Review - Check Browser Compatibility

0 views

Visual Design, Animation, and User Experience

When I first landed on Sandi's site, the first thing that jumped out was the sheer volume of animated graphics and the overall “cute” aesthetic. The page was littered with flashing elements, cartoonish icons, and a color palette that leaned heavily toward pastel tones. While a playful design can be a good way to create a memorable brand, the visual approach here felt more like a children’s game than a professional e‑commerce destination. For a business that sells tangible products, a slick, straightforward look builds trust and makes it easier for visitors to focus on the products themselves rather than on the distractions.

From the moment the page loaded, the animations were relentless. Thumbnails flickered, banners looped, and text changed colors in a way that was hard to read. This frenetic pace can overwhelm users, especially those who are browsing on slower connections or older browsers that struggle to render JavaScript and CSS correctly. A cleaner interface - one that prioritizes product images, clear headings, and concise product descriptions - would let shoppers get straight to the information they need. The current design’s reliance on animation also raises accessibility concerns; for example, users with visual impairments or those who have triggered motion sensitivity might find the experience uncomfortable.

The overall “cuteness” factor, while charming to some, clashes with the site’s core audience. If the primary customers are small businesses, industry professionals, or other merchants looking to purchase wholesale or bulk items, they typically prefer a straightforward, business‑oriented presentation. The whimsical theme signals a lack of professionalism and could lead potential buyers to question the quality of the products or the seriousness of the business. A more mature visual identity - perhaps a neutral color scheme, high‑resolution product shots, and subtle hover effects - would align better with a business‑to‑business marketplace.

Even more critical, the design doesn’t seem to have been optimized for mobile devices. At the time of this review, smartphones and tablets were already becoming a significant portion of web traffic. The animated graphics not only consume bandwidth, they also create layout shifts that can cause elements to reflow and misalign on smaller screens. A responsive design that scales gracefully to different viewport sizes would improve usability for customers who want to browse or place orders from their mobile phones. Without such consideration, the site risks alienating a growing segment of consumers.

In short, the visual presentation needs a serious makeover. The excessive animation and overly cute branding distract from the core product offering and undermine the site’s credibility. Replacing the flashy graphics with clean, high‑quality images and streamlining the overall design would create a more professional experience that better matches the expectations of business customers.

Browser Compatibility and Technical Behavior

Beyond aesthetics, the site’s technical performance reveals several significant compatibility problems. Testing on a Mac using Safari 1.0 produced an immediate pop‑up window that appeared and disappeared almost instantly, leaving no visible content. Switching to Internet Explorer 5.2 yielded a similar outcome: multiple pop‑ups opened, each closing as soon as the window appeared. The user had to force quit the browser to stop the cascade. Only when using Netscape 7.01 did the site behave as expected, opening a larger image in a new window without immediately closing it.

On a Windows 2000 machine, the situation improved slightly. In Internet Explorer the first pop‑up window displayed the larger image correctly, but every subsequent pop‑up from the same parent page remained blank. A quick scan of other pages confirmed this pattern: the initial image would load, but any attempt to view a second image on the same page resulted in an empty window. This inconsistency suggests that the site’s JavaScript or CSS is incompatible with the browser’s rendering engine, or that the pop‑up code fails to reset certain variables between calls.

There is a small link labeled “OTHER” in the upper right corner of the page, written in a tiny font. Initially overlooked because of the busy design, it becomes apparent when one clicks it. On both Mac and Windows machines, selecting this link opens a new window that reliably displays the full‑size product images. This hidden feature indicates that the site’s core functionality is present but has been buried under visual noise and poorly implemented scripts.

Such cross‑browser inconsistencies are unacceptable for an online retail platform. Customers can browse from a wide range of browsers - including modern versions of Chrome, Firefox, Safari, and Edge - as well as from legacy systems still in use by some enterprises. If the site fails to open images correctly in even a single major browser, it risks losing sales and damaging the brand’s reputation. Consistent rendering, reliable pop‑up behavior, and proper handling of image links are baseline expectations for any e‑commerce site.

From a technical standpoint, the site’s reliance on old browser versions (e.g., Safari 1.0, IE 5.2) and an antiquated reference to Netscape 7.01 indicates that development may have ceased years ago. Modern web standards - HTML5, CSS3, and JavaScript ES6 - offer much more robust and reliable ways to handle image pop‑ups and responsive design. A rewrite or at least an upgrade to use contemporary frameworks would eliminate the current bugs and ensure that the site remains accessible as browsers evolve.

Fixing the pop‑up logic and standardizing the user interface across browsers should be a top priority. Implementing graceful degradation, where newer browsers receive enhanced features and older ones fall back to simpler functionality, can help maintain a smooth experience for all visitors.

E‑Commerce Functionality and Professional Presentation

When evaluating a retail website, the shopping experience is paramount. Sandi's site, however, is missing a fundamental element: a shopping cart. Visitors can view product images, but there is no mechanism to add items to a virtual basket, calculate totals, or proceed to checkout. Instead, the only way to place an order is to download a form, print it, fill it out manually, and send it back by mail or fax. This process is antiquated and fails to meet the expectations of modern consumers who desire instant, hassle‑free transactions. A typical buyer might look for a “Buy Now” button that, after a few clicks, completes the purchase and sends a confirmation email. The current setup forces the site to function more like a traditional catalog than an online shop.

The site also claims to accept PayPal payments, yet no visible link or button directs users to a PayPal checkout page. When I examined the source code for the contact page, the form handling logic was fragmented across multiple hosting platforms: the form itself resides on one server, the script that processes the submission lives on another, and the email address that receives the form data points to a Hotmail account. This patchwork arrangement raises several red flags. First, it suggests a lack of centralized control and makes troubleshooting difficult. Second, using a free email service like Hotmail for official business communication looks unprofessional and may expose the site to spam filtering or delivery issues.

Additionally, the site’s domain is a subdomain of a corporate network (sandists.ecorp.net), which signals that the owner may not own the domain itself. Operating under a corporate subdomain can limit branding opportunities and may confuse customers who expect a standalone domain for an online shop. Domain ownership also affects trust indicators, such as SSL certificates and domain reputation scores. A dedicated, purchased domain - typically costing around $100 per year - provides more control over branding, security, and search engine visibility.

Other small details further erode confidence. The site’s contact page is cluttered, and the form’s code suggests it was assembled from disparate snippets. No clear privacy policy or terms of service are visible, and there’s no customer support contact beyond the generic Hotmail address. In an era where data protection regulations like GDPR are enforced worldwide, businesses must be transparent about how they collect and use customer data. The lack of visible compliance measures can deter potential buyers, especially in B2B contexts where privacy is critical.

To compete effectively, the site needs to adopt a comprehensive e‑commerce stack that includes product catalogs, inventory management, shopping carts, secure payment gateways, and order tracking. Integrating a well‑known platform (such as Shopify, WooCommerce, or Magento) can streamline development and provide built‑in security features. Even if the owner prefers a custom solution, the checkout process must be simple, secure, and provide real‑time confirmation.

Recommendations for a Professional Online Presence

Addressing the issues identified above will require a focused effort across design, development, and business strategy. First, simplify the visual layout: remove excessive animation, adopt a clean color palette, and ensure high‑resolution product images. Implement responsive design so the site looks polished on desktops, tablets, and phones. Second, resolve cross‑browser compatibility by rewriting JavaScript and CSS to adhere to modern standards, testing across Chrome, Firefox, Edge, and Safari. A robust pop‑up library or modal system can replace the current fragile window logic.

Third, integrate a fully functional shopping cart and checkout system. Provide multiple payment options - including PayPal, credit card, and possibly ACH transfers for B2B clients. Ensure that the checkout process is secure, with SSL encryption and compliance with PCI DSS standards. Fourth, centralize hosting under a dedicated domain to strengthen brand identity and simplify email handling. Use a professional business email address tied to that domain and consider implementing an email marketing platform for order confirmations and newsletters.

Finally, review and update privacy policies, terms of service, and contact information. Make sure all forms and data collection points are compliant with relevant regulations. Add clear support channels - such as a live chat or phone number - to reassure customers that assistance is readily available. By tackling these areas systematically, the site can transform from a cluttered, unreliable resource into a trustworthy, efficient online store that meets the needs of modern business buyers.

Suggest a Correction

Found an error or have a suggestion? Let us know and we'll review it.

Share this article

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!

Related Articles