Amir M. Sahib

Categories

Archive for the ‘Web Development’ Category

So today at work I spent several minutes trying to figure out how to send an sms link with a message along with it. Turns out according to the iPhone URL Scheme, you can’t do it (at least for their phones). So to all those people who are going to try to search on [...]

06 Dec, 2009

Check out Shoutreel!

Posted by: Amir Sahib In: Web Development

We’ve made some updates to Shoutreel. Check it out and tell me what you think.

04 Nov, 2009

FF surpasses IE6 (finally!)

Posted by: Amir Sahib In: Web Design| Web Development

Web developers have waited for what seems like ages for this month to come along. Internet Explorer remains ahead of the rest of the competition, but since month after month it continues to lose ground to all other browsers, Firefox has now finally surpassed IE6, which is easily the most hated version of Microsoft’s browser. [...]

19 Oct, 2009

ShoutReel

Posted by: Amir Sahib In: Tech| Web Development

My friends and I have been building this basic app called ShoutReel. The idea is basically taking the forum and making it simpler. An easier way to explain it is Twitter is micro blogging while ShoutReel is micro forums.
Check it out here. Of course it’s still basic and still in beta or [...]

I’ve searched for a while and couldn’t figure this out until I actually picked up my book and browsed the source of examples. I’ll get straight to the code:
<% form_for :user, :url => users_path,:html => { :class => ’standard-form’ } do |f| -%>
That produces:
<form class=”standard-form” method=”post” action=”/users”>
As you can see I added a class [...]

09 Oct, 2009

PhoneGap

Posted by: Amir Sahib In: Tech| Web Development| iPhone

Anyone use this before?
Looks interesting. Planning on trying it out soon.

02 Sep, 2009

Creating Static Pages in Ruby on Rails

Posted by: Amir Sahib In: Web Development

Want to create a static page with this type of url like yoursite.com/about for a Rails app? Well I had to just that for an app I am currently building.
Basically it involves a controller and added a route to routes.rb. The first step is to create a simple controller:
class StaticController < ApplicationController
def about
end
end
I [...]

TechCrunch has made my day with this post!

16 Jun, 2009

Wordpress.com Stats plugin not working?

Posted by: Amir Sahib In: Web Development

I have been Google analytics for years now, but I decided to check out the Wordpress.com Stats plugin. It had always been installed since the inception of all my sites, but they never worked and I never really cared for it until today. I googling to find a solution and basically my theme [...]

12 May, 2009

300+ Free Programming Books

Posted by: Amir Sahib In: Programming| Web Development

Excellent resource.


About

Muslim by nature. Husband by wife. American by passport. Web Developer by profession. Economist by degree. Entrepreneur by brain.