August 14, 2012 at 10:32 AM
—
Jared Nielsen
I'm please to be speaking at the .Net user group in West Palm, my old stomping ground! Many thanks to Scott Klein, noted .Net author and coder for having me down to the beach to spend some time with the great folks down there. I will be giving a lecture on the Atomic Data Model, the X-Y-Z method of site expansion, and an in-depth analysis of one of their website projects live while we discuss it.
The event will be held at the following address at 6:30 for pizza and 7:30 for the lecture:
1750 North Florida Mango
Suites 302 & 303
West Palm Beach, Fl 33409
561-840-8080
Get Directions
For more information on the Atomic Data Model, please see my blog entries about that at: Atomic Data Modeling - Part 1
93ac41fb-831b-412a-9f6a-cd22a3fdedff|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
Posted in: e-Commerce | NielsenData in the News | Speaking Engagements
Tags: e-commerce, .net, atomic data model, atomic data, comparison shopping search engines, data model, database, database design, database engineering, google analytics, google adwords, jared nielsen, internet marketing research, jacksonville search engine optimization, marketing strategy, microsoft, nielsendata, natural search, search engine optimization, seminar, seo, software architecture, sql server 2008, sql, web marketing
April 16, 2010 at 9:24 PM
—
Jared Nielsen
Jared Nielsen will be Speaking at SQL Saturday
This event is hosted by the great folks at SQL Saturday including Brian Knight of Pragmatic Works and many of the top industry leaders. I will be giving a presentation on SQL and SEO - Data Modeling and Web Marketing with an emphasis on how proper SQL database design can make search engine optimization even more powerful and flexible. I will be reviewing such topics as the Atomic Data Model™ and Exclusionary Dominance™ techniques.
Make sure you attend or send your webmaster or DBA to be there and enjoy the event. My speech is at the UNF Computer Conference Center at 10:15am on Saturday, April 17, 2010. You can find out more information on my session at the SQL Saturday Website
To consult with Jared Nielsen you can reach him at the FUZION Agency at www.FUZION.org or you can call him at 904-638-2455
Seminar Materials for the SQL Saturday Event
01-Exclusionary-Dominance-on-Google-by-FUZION.pdf (673.09 kb)
02-Atomic-Data-Enables-Search-Engine-Dominance-by-FUZION.pdf (367.28 kb)
03-Advanced-Search-Engine-Optimization-SEO-by-FUZION.pdf (215.98 kb)
Atomic-Data-Model-Presentation-Jared-Nielsen-FUZION.pdf (2.85 mb)
CustomerObjectives.pdf (398.88 kb)
0206ab7c-47fa-4f57-9eff-3013376af9ca|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
Posted in: NielsenData in the News | Speaking Engagements | SQL Server | e-Commerce
Tags: .net, sql server 2008, sql, jared nielsen, internet marketing research, seo, t-sql, web marketing, seminar, case studies, brian knight, atomic data model, exclusionary dominance, fuzion.org
April 16, 2010 at 9:24 PM
—
Jared Nielsen
Jared Nielsen will be Speaking at SQL Saturday
This event is hosted by the great folks at SQL Saturday including Brian Knight of Pragmatic Works and many of the top industry leaders. I will be giving a presentation on SQL and SEO - Data Modeling and Web Marketing with an emphasis on how proper SQL database design can make search engine optimization even more powerful and flexible. I will be reviewing such topics as the Atomic Data Model™ and Exclusionary Dominance™ techniques.
Make sure you attend or send your webmaster or DBA to be there and enjoy the event. My speech is at the UNF Computer Conference Center at 10:15am on Saturday, April 17, 2010. You can find out more information on my session at the SQL Saturday Website
To consult with Jared Nielsen you can reach him at the FUZION Agency at www.FUZION.org or you can call him at 904-638-2455
Seminar Materials for the SQL Saturday Event
01-Exclusionary-Dominance-on-Google-by-FUZION.pdf (673.09 kb)
02-Atomic-Data-Enables-Search-Engine-Dominance-by-FUZION.pdf (367.28 kb)
03-Advanced-Search-Engine-Optimization-SEO-by-FUZION.pdf (215.98 kb)
Atomic-Data-Model-Presentation-Jared-Nielsen-FUZION.pdf (2.85 mb)
CustomerObjectives.pdf (398.88 kb)
572832f7-c0bf-45b5-a257-bc9b2edd138a|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
Posted in: e-Commerce | NielsenData in the News | Speaking Engagements | SQL Server
Tags: .net, sql server 2008, sql, jared nielsen, internet marketing research, seo, t-sql, web marketing, seminar, case studies, brian knight, atomic data model, exclusionary dominance, fuzion.org
March 30, 2010 at 7:01 PM
—
Jared Nielsen
Atomic Data makes search engine dominance possible
Online retail is not the same as brick and mortar retail. When a brick and mortar store launches online they fall into this biggest trap. Take an apparel shop… when you first walk in you find a men’s department and a ladies department. The store is physically trying to demographically segment you.
If you create a data model that matches this, you will end up with the first <xml> node being <gender> which is a highly limiting path to follow for a search engine even though it may make the most sense for a human being. You would then add data for teams, sports, colors, sizes, variants, materials of manufacture, and many other “parameters” for this data. To avoid 3rd normal database limitation, you would start to peel this data out into separate tables… one for colors… one for teams…one for sports. Then you would need to create many-to-many crosslink tables. Over time, your table count just gets larger and larger as new needs arise.
The Root Object Classification
There is certain data that “hangs” off each sub-classification. In this example the Item class stores who the manufacturer is (because most items have manufacturers). The Apparel class contains the style information (because style is global to all apparel objects), whereas the Shirt class contains collar styles, sleeve variants, etc.
By localizing this information to class levels, once I define a “field” for the Apparel class, all future objects that inherit from that class will inherit that field. Any objects that do not inherit from the Apparel class will not have the field at all.
Note how different this is from a traditional 3rd normal representation of data where we would have fields like “color1” and “color2” and “color3” simply to leave enough fields available just in case we might need them for a particular product application.
Maximum Flexibility for Customer Paths
Now that our data is structured with infinite flexibility while still retaining a core hierarchy (for default navigation purposes), when a customer walks into our store, we can simply ask Google “how they sent them” to us… and what keywords they used. Now when the customer enters our “store” we can toss all of the inventory up into the air and literally rebuild our store to match the words they used in the order they used them. Now they can enter as “ladies yellow tank top” and we structure our product data in terms of gender first, color next and product class third… but we also can welcome customers that ask for “white womens Nike shirt” which we do by scanning for aliases of class nodes, parent classes, and other permutations of the item for maximum comfort to the customer and higher conversion rates on sales.

Know a business that would benefit from our whitepaper on how Atomic Data Modeling can make search engine optimization possible? Download it now:
02-Atomic-Data-Enables-Search-Engine-Dominance-by-FUZION.pdf (369.99 kb)
fc6deb81-eba6-4676-a3ce-8d9813c12ca7|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
Posted in: MindTricks for Business | Research Laboratory
Tags: .net, aliased paths, atomic data, atomic data model, best practices, categorization, data model, database, database design, database engineering, design methodology, e-commerce, implementation patterns, internet marketing research, jacksonville search engine optimization, jared nielsen, keywords, marketing strategy, natural search, path aliasing, product catalog, search engine optimization, seo, sql server 2008, t-sql, web design, web marketing
January 9, 2009 at 1:35 AM
—
Jared Nielsen
It's about that time again so I'm going to be speaking once again. Please join me at the Houston Tech Fest in Houston (naturally) Texas for my seminar on finding your Search Engine and Data "Superman" amid your "Clark Kent" business. Being able to identify as a coder the business methods needed to get proper search engine (SEO) rankings while satisfying good design criteria an reusability is important. This seminar will walk you through such advanced topics as:
- Atomic Data Modeling
- Fast Page Load with Highly Normalized Data
- Content Distribution Networks and Edge Caching
- SEO and SEM Techniques in Code
- Funneling "Juice" with your Web Traffic
- Comparison Shopping Syndication
- Expanding Marketing Channels through Code
Join my Houston Tech Fest Group on Facebook!
8cea19e5-e1f5-42b3-af26-8ce58dc0add4|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
Posted in: Speaking Engagements
Tags: houston, houston tech fest, microsoft, .net, c#, sql, t-sql, web design, seo, sem, seminar, jared nielsen, jacksonville search engine optimization, nielsendata, google adwords, google analytics, omniture, clearsaleing, tealeaf