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 22, 2010 at 9:53 PM
—
Jared Nielsen

Covering topics from recursion in table valued functions, hierarchical data models, and identical node naming in XML hierarchies to fifth normal notation in data structures, CLR Stored Procedures, and many more topics specific to SQL Server 2008 and XML with C#.net programming, this lecture continues the popular Jedi Mind Tricks for Business series by Jared Nielsen at the South Florida Code Camp at the following location:
South Florida Code Camp 2010 - http://www.fladotnet.com/codecamp
Devry University
2300 SW 145th Avenue
Miramar, FL 33027
View Larger Map
Jared Nielsen is an industry veteran with several decades of experience in sports marketing venues, business to business (B2B) commerce projects, and business to consumer (B2C) e-commerce and content management systems. He has been the lead software developer for the ATP Tour (Men’s Professional Tennis and Women’s Professional Tennis), Director of Business Intelligence for Football Fanatics (TeamFanShop), technical partner to Cook Marketing and Communications (for the Jaguars and Falcons contract), and now invests in online ventures such as Sports Mania (4 brick and mortar retail store locations), Team Sports Fan (http://www.teamsportsfan.com/), and other activities. His high profile projects include large projects for Yahoo! Sports, Interline Brands, and Big O Tires. He is a frequent lecturer and is always open to seminars and speaking engagements.
Call me today!
http://www.fuzion.org/
904-638-2455
b92a6805-81f5-474b-838a-d1756fa32d37|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
Posted in: Speaking Engagements | SQL Server
Tags: atomic data, atomic data model, architecture, data model, database, database design, database engineering, design methodology, e-commerce, interline brands, jacksonville search engine optimization, product catalog, seminar, sql server central, sql server 2008
July 24, 2009 at 8:59 AM
—
Jared Nielsen
I'm grateful to the folks at the Jacksonville Code Camp (www.JaxCodeCamp.com) for expanding their sessions to include my latest search engine optimization and SQL Server 2008 atomic data modeling seminar. I will be covering some exciting topics including how to leverage OLAP and OLTP technologies for their best uses in the Atomic Data Model, ways to expand the influence of your website using the X-Y-Z site expansion method, and ways to leverage atomic fragments of your long-tail keywords for search engine domination.
Be sure to register for the Jacksonville Code Camp today and join me for my seminar track at the University of North Florida on August 29th, 2009!
To see my profile at Jax Code Camp: Click Here >>
To see the list of sessions at the Jacksonville Code Camp: Click Here >>
To see the session brief: Click Here >>
To register: Click Here >>
July 24, 2009 at 8:59 AM
—
Jared Nielsen
I'm grateful to the folks at the Jacksonville Code Camp (www.JaxCodeCamp.com) for expanding their sessions to include my latest search engine optimization and SQL Server 2008 atomic data modeling seminar. I will be covering some exciting topics including how to leverage OLAP and OLTP technologies for their best uses in the Atomic Data Model, ways to expand the influence of your website using the X-Y-Z site expansion method, and ways to leverage atomic fragments of your long-tail keywords for search engine domination.
Be sure to register for the Jacksonville Code Camp today and join me for my seminar track at the University of North Florida on August 29th, 2009!
To see my profile at Jax Code Camp: Click Here >>
To see the list of sessions at the Jacksonville Code Camp: Click Here >>
To see the session brief: Click Here >>
To register: Click Here >>