As done with the jQuery Rambling Slider previously on this week, and as I promised on that post as well, the Rambling Trie now has its own homepage on ramblinglabs.com! Here's the link:
Continue Reading »Tagged 'new-site'
-
New homepage for Rambling Trie
-
jQuery Rambling Slider new home page
The jQuery Rambling Slider now has its own dedicated section here on ramblinglabs.com. Here's the link: jQuery Rambling Slider | A CoffeeScript improved version of the Nivo Slider
Continue Reading » -
Migrating your blog posts to Markdown with Upmark and Nokogiri
As I said in my last post, for our new site, we changed our blog engine from WordPress to the Postmarkdown gem. At the end of that post, I mentioned that we had to migrate the old posts from WordPress to Markdown.
Continue Reading » -
Writing your blog posts in Markdown with Postmarkdown
Another thing we added to our new site, uploaded back at the end of December, was the ability to write our blog posts in Markdown, which is a text-to-html tool that allows you to write formatted text without actually having to write all the corresponding HTML. Markdown is used for the project wiki pages on GitHub, and can also be used for the project's readme file.
Continue Reading » -
Rails 3.1 - Adding custom 404 and 500 error pages
As I said when announcing the Rambling Labs new site, we've been learning a lot of stuff while building it.
Continue Reading » -
Writing elegant HTML with HAML
Another cool thing that we learned while building the new Rambling Labs site was HAML.
Continue Reading »
It's a markup language that is based on the premise that 'Markup should be beautiful', in their own words. -
Generating your site menu with the 'simple-navigation' gem
One of the cool things I learned while building our new site was how to generate your site navigation menu without having to do the highlighting logic yourself.
Continue Reading » -
New look for Rambling Labs!
As you may have noticed, our logo, our favicon, and our site and blog have a new look.
Continue Reading »
We have added a pretty Home page, a cool Contact page and an informative About us page.
Also, the blog has moved from it's original location at the root of the ramblinglabs.com domain to ramblinglabs.com/blog. Every old blog post link and blog tag link has been taken care of and redirects to the new location.