Ironvine Analytics Web Analytics, Data Analysis, Online Marketing, and Search Engine Information.

5Oct/06Off

Install IE7 RC1 in Standalone Mode

Jon Galloway has quite helpfully written a batch script that allows IE7 to be installed in Standalone Mode. What this means is that you will be able to have IE6 (which is fairly stable) and also be able to run IE7 (which is not so stable).

What does the program do?

"IE7s.exe" will create a .exe.local file. After that it will add
values to more than a thousand registry keys in your Windows Registry.
Internet Explorer 7 should start then. 10 seconds later the program
will perform a cleanup, remove all the registry keys and close itself.
It is OK to run multiple instances at once.

What does NOT work?

  • Openning a new window and IE7's context menu.
  • Bookmarks,
    RSS reader, and the search box. The search box works if you install
    IE7s using the installer. Alternatively, you can directly add search
    providers to the windows registry (article coming soon).
  • Visiting pages that need HTTP authentication (username/password)
Filed under: Programming Comments Off
27Sep/06Off

AJAX: Mozilla Dev Center: AJAX Getting Started

This article guides you through the AJAX basics and gives you two simple hands-on examples to get you started.

26Sep/06Off

O’Reilly Code Search

This Code Search beta search engine released by O'Reilly searches through over 700 O'Reilly books which means there are over 123,000 examples and 2.6 million lines of code.

The search results page works quite well with the condensed view and the full view code options inline with the results.

The downside to the search capability is that you cannot search on topical results such as "ajax" unless it is labeled in the code itself, perhaps in the # comments # section.

22Sep/06Off

ActionScript 3.0 Links (200)

Tons of links to Adobe ActionScript 3.0 code and samples.

Filed under: Programming Comments Off
22Sep/06Off

SEO for AJAX

From the Search Engine Watch Forums:

"AJAX is kind of like Flash - it looks and acts kind of like a webpage,
but it's actually a program. As such, it's not search-friendly.

Like Flash, there are methods to make parts of it show up, or to
provide alternative content. Also like Flash, much of it's
functionality is based on the operation of scripting (which search
engines don't do) and streaming (which is based on the operation of
scripts).

In short, almost all of the objections to Flash apply to AJAX, even
though they are very different in other ways. Of course, many of the
benefits (engaging, useful, etc) also apply.

Bottom line, you have to plan ahead and provide alternative methods to
show content with AJAX and Flash, or build your site assuming they are
invisible and designing the site to compensate in other ways.

One possible answer to your issue is through the use of CSS activated
via scripting. The content would be hidden until needed, but in the
absence of scripting (which is what a search engine would see), all the
content would be displayed. Test it in a text only browser to see."

-----------------------

The nice thing about AJAX is that a lot of times you have preloaded access to the data and are able to manipulate it on the page in such a way that you can have it there for SE's to crawl through.

Filed under: Programming, SEO Comments Off
20Sep/06Off

AJAX: DOM based web applications

IBM developerWorks > Mastering AJAX, Part 6: Build DOM-based Web applications

Mix the DOM and JavaScript -- those perfect Ajax companions -- to change a Web page's user interface without page reloads

You'll develop a basic Web application with a user interface that
changes based on user actions -- of course, you'll use the DOM to
handle changing that interface.

Filed under: Programming Comments Off
20Sep/06Off

AJAX Tutorial List

AJAX Tutorial List from RSS Blogger

(German site, most tutorials are in English)

AJAX Getting Started Tutorial

AJAX Client-Server Communication Tutorials

AJAX Drag and Drop Tutorials

AJAX Form Tutorials

AJAX Voting like on Digg.com

AJAX File Uploader Tutorial

AJAX Framework and Toolkit Tutorials

AJAX Image Gallery Tutorial

AJAX Keyword Suggest Tutorials

AJAX Live Search Tutorials

AJAX Rounded Corner Tutorials

AJAX Sorting Tutorial

AJAX Tabbed Pages Tutorials

AJAX Tutorial Code Snippets

AJAX Mistakes

AJAX Bücher

AJAX Frameworks (unvollständig)

AJAX Debug Hilfe

Filed under: Programming 1 Comment
8Sep/06Off

Microsoft Live Writer

This is a test post from the Microsoft Live Writer Beta application. It is a stand alone program that seemingly connects with any weblog to create posts then upload them.

Apparently it has issues uploading to Blogger, and the FTP uploading of images doesn't work correctly either.

Filed under: MSN, Programming Comments Off
8Sep/06Off

Google’s Domain Apps

It looks like my test with Google's Web Site creator tool worked. I came back from my vacation and the web site I created had been indexed within 5 days. Perhaps blogging the link helped as well, who knows! That will take a bit more research. I will experiment with adding more pages and see if they get indexed as well. Dentistry for Kids is the web site that I set up to test and play with. It explains all about Pediatric Dentistry. I will add some content with unindexed words as a sample and see how it works too.
8Sep/06Off

WordPress Plugins

I have been playing with WordPress as the corporate directive is to have a password protected area to disucss within the design team. Also, we need to have the option to use CODE or PRE blocks which unfortunately Blogger does not have.

WordPress has the option to add the plugins needed, like the password protected site and the code blocks. Coffee2Code has some good plugins.

I set up a blog to test and experiment with on my parent domain http://www.ironvine.com/blog/.

WordPress uses PHP technology and a MySQL database, which I am not sure that I like. I would much rather prefer an XML file which is much more transportable. Something similar to the Sesame News RSS Feed.

For now I will most likely be keeping my main blog here and using that one as reference.

Filed under: Blog, Programming Comments Off
30Aug/06Off

Adobe – Flex 2 Downloads

Adobe - Adobe Trial Downloads

Flex Builderâ„¢ 2 with Charting
Flex Data Services 2 Express
Flex Charting 2
Free Flex 2 SDK

Filed under: Programming Comments Off