Our Publications
About Us
Josh Software
Our passion is Ruby On Rails! We are an Indian company who believes that programming is an art.Our portfolio! -- Contact Us
Categories
- Case Studies (1)
- CMS (9)
- Radiant (9)
- General (24)
- Javascript (5)
- Mobile Development (1)
- Sencha (1)
- MongoDB (2)
- Ruby (45)
- Ruby on Rails (118)
- Conferences (14)
- Search (8)
- Tutorials (12)
Authors
Monthly Archives: August 2009
Ruby On Rails Search Engine Optimization (SEO)
Search Engines ( like google, yahoo ) mainly uses crawlers for returning results. Crawler is the program which searches world wide web ( www ) and returns ranked pages. Lets see what are the search engine optimization (SEO) techniques we … Continue reading
Easy sphinx install on ubuntu interpid
sudo apt-get install libmysqlclient15-dev wget http://sphinxsearch.com/downloads/sphinx-0.9.8-rc2.tar.gztar xvf sphinx-0.9.8-rc2.tar.gz && rm sphinx-0.9.8-rc2.tar.gzcd sphinx-0.9.8-rc2./configuremakesudo make install
