Streamline your entire business! Ecommerce + CRM + Accounting = NetSuite. START A FREE TRIAL
Thursday, November 15, 2007
Comment |
Digg |
Email

Today I was featured on Web Worker Daily sharing my experiences running a 100%-online web consulting and design business.
Here is an excerpt from the article:
How has the web changed your working life? Alex Designs LLC is a 100% online business. I never travel to visit clients, so we give demos to clients around the world. We don't even have an office. All of my designers and developers are in different states. Plus, I have never met 99% of my clients. This cuts my overhead costs and streamlines everything into a nice productive system. We use web based SAS programs for accounting, project management and CRM. Everything is web based. Now we even work from our iPhones.
Read the entire article here.
Let me know your thoughts...
Labels: alexdesigns
Very cool, what's a brother gotta do to get printed in there? Is there an address to 2 post to?
I forget how I got invited, but to enter just send an email (with subject "From the field") to tips@webworkerdaily.com and answer these questions:
1. Describe your job/career/business.
2. How has the web changed your working life?
3. Describe your working situation: office, cubicle, home, cafe⦠and how you make it work for you.
4. What are the key web and desktop tools you use?
5. Describe your productivity system (to do list, goal setting, reminders, etc.)
6. Share your top tip for success as a web worker: a productivity suggestion, a tool recommendation, or a piece of career advice, for example.
1. Describe your job/career/business.
2. How has the web changed your working life?
3. Describe your working situation: office, cubicle, home, cafe⦠and how you make it work for you.
4. What are the key web and desktop tools you use?
5. Describe your productivity system (to do list, goal setting, reminders, etc.)
6. Share your top tip for success as a web worker: a productivity suggestion, a tool recommendation, or a piece of career advice, for example.
Post Your Comments
Are you understanding the NetSuite Theme better now? In this post I will show you examples of using "Custom Web Site Tags" in your NetSuite Theme.
What are Custom Web Site Tags?
You can define custom tags to customize specific aspects of your store. You create custom tags to define information for each individual tab in your Web store. Then, you insert these tags into your HTML templates. You define your tag substitutions on tab and category records.

Here is an illustration of how I set up my Custom Web Site Tags in the NetSuite Theme. Initially this may look complex, but really it is basic HTML/CSS. NetSuite still uses TABLES, so the Custom Web Site Tags are added to each TABLE cell (TD). This is a little tricky so if you have questions, post a comment.


Are you using web site tags? Post a comment or ask a question.
What are Custom Web Site Tags?
You can define custom tags to customize specific aspects of your store. You create custom tags to define information for each individual tab in your Web store. Then, you insert these tags into your HTML templates. You define your tag substitutions on tab and category records.
They are NetSuite's version of "INCLUDE" files.
Tips when creating tags:- Use all CAPITAL LETTERS with no spaces, but you can use underscores
- Add a default value (if needed) but add a DIV with an ID around HTML, like below

Here is an illustration of how I set up my Custom Web Site Tags in the NetSuite Theme. Initially this may look complex, but really it is basic HTML/CSS. NetSuite still uses TABLES, so the Custom Web Site Tags are added to each TABLE cell (TD). This is a little tricky so if you have questions, post a comment.

So why do I want to use these?
Here are a few reasons.- You have a non-secure image or tracking pixel and need to switch it between HTTP and HTTPS
- You want to change a marketing banner between different categories
- You want to completely remove a right or left column on certain pages
- You want to host HTML pages and use "INCLUDE" files to make updates easier

Are you using web site tags? Post a comment or ask a question.
Every web marketer should be thinking about "personas" when developing a website. To learn more about this, InternetRetailer.com has a great article explaining the benefits of Persona-lizing a site.
Here is a little clip...
Next chance, I will show some examples of how we use these methods to design and develop NetSuite Ecommerce Websites. Read the article.
Here is a little clip...
Successful persona users have seen their conversion rates and revenues jump. While persona work usually occurs as part of a larger redesign project, making it hard to pinpoint the specific payback, Staples' online revenue went from $3 billion to $4.9 billion within two years after a major site redesign that included the development of seven personas and a decision to design primarily for the two most important ones.
Next chance, I will show some examples of how we use these methods to design and develop NetSuite Ecommerce Websites. Read the article.
Labels: conversion-rates

Here is where we will be this week, NYC - November 7th, 2007
The Future of Web Design is all about getting together leading practitioners and thinkers in the web design field to talk about trends, directions and exciting new happenings in the medium. This isn't just another web event, but one that's dedicated to the creativity in the profession, bringing back the 'design' and drawing together the diverse fields that doing 'web design' now represents.
The FOWD will take place at the Jacob K. Javits Convention Center (New York City) which boasts state of the art facilities and amazing views of the Hudson river.
If you in the NYC area this week, you should be attending...
I receive a lot of NetSuite questions, but the most popular NetSuite web design question is "How does the web site theme work?" It's pretty easy once you understand how each of the templates and layouts are grouped together. So I have created a diagram to be used as a cheat sheet.
The theme is broken up into the standard Header (Logo and Tabs Template), Left Side Navigation, Content Area Template, Right Side Navigation and Footer. Each section can be removed or changed in size to totally customize your NetSuite Web Design.
The main area I want to point out is the "Content Area Template". This area changes based on the website section you are on. For example, when clicking a category link, the content area will then use the Category Level Layouts and Templates. A "layout" is simply a wrapper of two templates. The two custom templates are known as "list" and "list cell". In HTML terms that means, the "layout" is a TABLE tag, the "list" is the HTML contained inside that TABLE, and finally the "list cell" is the actual TD for each item that is displayed. This is also known as nested HTML tables.
TIP: Use NetSuite Help, really, it works well. Do a search for "Web Site Tags" in the NetSuite Help to get the full list of all the tags that can be used in each of the Theme sections and different custom templates.
Please let me know if this was helpful (or confusing) in anyway. Post Your Feedback - Click Here!
The theme is broken up into the standard Header (Logo and Tabs Template), Left Side Navigation, Content Area Template, Right Side Navigation and Footer. Each section can be removed or changed in size to totally customize your NetSuite Web Design.
The main area I want to point out is the "Content Area Template". This area changes based on the website section you are on. For example, when clicking a category link, the content area will then use the Category Level Layouts and Templates. A "layout" is simply a wrapper of two templates. The two custom templates are known as "list" and "list cell". In HTML terms that means, the "layout" is a TABLE tag, the "list" is the HTML contained inside that TABLE, and finally the "list cell" is the actual TD for each item that is displayed. This is also known as nested HTML tables.
TIP: Use NetSuite Help, really, it works well. Do a search for "Web Site Tags" in the NetSuite Help to get the full list of all the tags that can be used in each of the Theme sections and different custom templates.
Please let me know if this was helpful (or confusing) in anyway. Post Your Feedback - Click Here!
Thank you. There is so little help around aimed to beginners that everything basic you post is welcomed.
thank you so much for posting this. It's a point reference for me now.
Do you think you'll be adding more helpful stuff like this on a regular basis?
Yes, I will be adding more tips and insight into NetSuite advance site customization. If there is something specific you would like to see, please leave a comment.
How do you detect if a user is logged in so you can switch content?
I believe you would need to create pages or information items that are only accessible to logged in members. Currently you can't switch a small page section/widget based on if they are logged in unless you use SuiteScript.
We seriously love ecommerce! NetSuite Web Site Design
Ecommerce web design customized to improve conversation rates, search engine optimization and ROI.

