Streamline your entire business! Ecommerce + CRM + Accounting = NetSuite. START A FREE TRIAL

Web Worker Daily Feature: Alex Designs LLC

Thursday, November 15, 2007


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:

2 Comments
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.

Custom Web Tags in NetSuite Theme

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.

They are NetSuite's version of "INCLUDE" files.

Tips when creating tags:
  1. Use all CAPITAL LETTERS with no spaces, but you can use underscores
  2. Add a default value (if needed) but add a DIV with an ID around HTML, like below
netsuite custom web tags

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.

netsuite web theme tags

So why do I want to use these?

Here are a few reasons.
  1. You have a non-secure image or tracking pixel and need to switch it between HTTP and HTTPS
  2. You want to change a marketing banner between different categories
  3. You want to completely remove a right or left column on certain pages
  4. You want to host HTML pages and use "INCLUDE" files to make updates easier
Here is an example of site that utilizes Web Site Tags on NetSuite hosted HTML pages. EnergyFirst sells Protein Shakes and they have a lot of content. We used the tags to easily create hundreds of custom designed articles, content sections and landing pages. Creating HTML pages gave us more flexibility with the design, plus .html pages are said to be better for NetSuite SEO.

ecommerce health template

Are you using web site tags? Post a comment or ask a question.

Labels: ,

1 Comments
Hey Cool blog

Custum web tags are awesome dude

thanks

Affordable
Website Design

Personalize Your Ecommerce Experience

Tuesday, November 13, 2007
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...
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:

0 Comments

Future of Web Design - FOWD 11/7 & 11/8

Monday, November 5, 2007
fowd future of web design
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...
0 Comments

NetSuite Web Design Theme Explained

Thursday, November 1, 2007
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!

netsuite web theme layout

Labels: ,

6 Comments
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.