Old tutorials for ruby and rails are not recommended, even if they appear in top google listings


March 29th, 2009 by Lex in culture | Comment (1)

Your Ad Here

Ruby on rails for start_form_tag replaced by form_tag

In the ruby on rails tutorial page at:
http://www.tutorialspoint.com/ruby-on-rails/rails-views.htm

There is a small amendment because of updated ruby and rails version.

Instead of:

Add new book

<%= start_form_tag :action => ‘create’ %>

:
<%= text_field 'book', 'title' %>

:
<%= text_field 'book', 'price' %>

:
<%= collection_select(:book,:subject_id,@subjects,:id,:name) %>



<%= text_area 'book', 'description' %>

<%= submit_tag "Create" %>
<%= end_form_tag %>
<%= link_to 'Back', {:action => ‘list’} %>

You should use:

Add new book

<%= form_tag :action => ‘create’ %>

:
<%= text_field 'book', 'title' %>

:
<%= text_field 'book', 'price' %>

:
<%= collection_select(:book,:subject_id,@subjects,:id,:name) %>



<%= text_area 'book', 'description' %>

<%= submit_tag "Create" %>
<%= end_form_tag %>
<%= link_to 'Back', {:action => ‘list’} %>

March 29th, 2009 by Lex in culture | Comment (1)

Your Ad Here

Ruby on Rails Tutorial and Comprehensive Newbie Guide

Use these links
http://www.tutorialspoint.com/ruby-on-rails/rails-views.htm
and there’s a problem with install of SQlite3, check out this link:
http://samdelacruz.blogspot.com/2008/11/install-sqlite3-ruby-for-rails-on.html

March 28th, 2009 by Lex in culture | Comments (3)

Your Ad Here

Search Engine Marketing (SEO) Tips and Guide

SEO Tools is probably one of the largest resources for SEO information. Being a clever marketer does not mena that you read every single article. Instead, you have to pick and choose the correct articles. Skim through long texts. Remember, implementation, not reading is what makes your site valuable.

To download a SEO interview book from SEObook.com, click below:
SEO interviews with SEO experts from SEOBook.com

Here are a selection of good articles and references:
http://training.seobook.com/google-ranking-value
http://knol.google.com/k/aaron-wall/seo-basics/38v8wakla8f98/2#
http://tools.seobook.com/
http://www.seobook.com/bloggers
http://www.seobook.com/archives/001792.shtml
http://training.seobook.com/google-ranking-value

Enjoy.

February 26th, 2009 by Lex in SEO, search engine | Comments (2)

Your Ad Here

Microsoft’s turn to give tips on SEO, use these tips with Google’s

So, microsoft’s small business guide is offering this:

http://office.microsoft.com/en-us/officelive/FX102382161033.aspx

While long ago, Google had released their guide:

http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=35291

February 11th, 2009 by Lex in SEO | No Comments

Your Ad Here

Get In-Depth Detailed Analysis of Competitor’s or Own Websites

Sometimes, you just want too much information. You want to go really deep and see what the website is built with, what the background is, who the registrar of the domain is. Ok, this is becoming really intrusive. But, use it and see how you can probe really deep.

http://www.aboutus.org

February 10th, 2009 by Lex in culture | Comment (1)

Your Ad Here

Ruby on Rails

I’m trying to learn Ruby on Rails now to get started on a programming project.

http://guides.rubyonrails.org/getting_started_with_rails.html

I read that some cool sites are programmed with it.

February 10th, 2009 by Lex in Uncategorized | Comments (3)

Your Ad Here

How writing about earning money is a marketing tactic itself

http://hubpages.com/hub/Work-any-where-in-the-world-with-Google-AdSense

http://hubpages.com/hub/Adsense-Earnings-day-by-day

http://hubpages.com/hub/How-to-Make-Money-WRITING-Online-As-Opposed-to-Selling-Afflilate-Marleting-Strategies

http://hubpages.com/hub/Different-Ways-To-Make-Money-Online

http://hubpages.com/hub/How-to-earn–1000-per-Month-From-Google-Adsense

http://hubpages.com/hub/SEO-Press-Releases-How-to-Write-them-and-Where-to-Submit-Them

February 7th, 2009 by Lex in Uncategorized | Comments (2)

Your Ad Here

Keyword Researchers

http://help.yahoo.com/l/us/yahoo/ysm/sps/articles/manage_keywords2.html

http://www.google.com/sktool/#

https://adwords.google.com/select/KeywordToolExternal

http://www.slowseo.com/tools/keyword-selector-tool.php

http://freekeywords.wordtracker.com/

http://www.keyword-selector-tool.com/

February 6th, 2009 by Lex in Uncategorized | Comment (1)

Your Ad Here

Two New Advertising Networks for Monetization of Your Blog

One of those crummy automated robot crawlers which belonged to a spam/aggreagator site went through The Best Marketing is No Marketing today. In it’s wake, it left a error-filled pieced of code as a comment. I won’t mention which site it is here. But basically it was purely an aggregator of content on other people’s blogs- WHOLESALE! There were no modifications done. But I learned something from it: 2 new advertisers:

http://blueadvertise.com

http://www.1800banners.com

January 29th, 2009 by Lex in advertising, monetization | No Comments

Your Ad Here