Monday, April 27, 2009

Error No:150 MySQL Solution with example

I was trying to create a foreign key using phpmyadmin. It was throwing an error :

ERROR 1005 (HY000): Can't create table '.\test1\ppe_job_time.frm' (errno: 150)

MySQL query was:

ALTER TABLE properties ADD FOREIGN KEY (fk_address_id) REFERENCES address(address_id);

After some trouble I found out that the table types were different.( i.e the properties table was type InnoDB and the address table was of type MyISAM. So I made sure that the table types were same and the problem was solved.

So make sure the table types are same, to avoid error No: 150 in MySQL

Sunday, April 26, 2009

Wing Suit base Jumping

Wow, Yes, of course, the coolest thing that I have seen in a while. Watch this video.  I would love to do this sometime in the future.

Click here to watch the Wing Suit Jumping Video

Monday, April 13, 2009

Internship Jobs :NYC

Contact : job-xg4c5-1119762241@craigslist.org

NYC Based Web 2.0 Startup is opening a Miami area Web Production office, and is hiring for the following positions:

1. PROJECT MANAGER / WEB DEVELOPER
As Project Manager, you will be in charge of web application development. Initial responsibilities include web development and management - eventually directing an expanding team of developers, programmers, ad copy writers and vendors. Requirements include successful web development experience, excellent people & communication skills and expert knowledge of current web technologies. This is an excellent opportunity for a talented web developer who possesses ambitious career goals, intelligence, resourcefulness, and a dedicated work ethic.

2. FRONT END WEB DESIGNER 
Strong layout, design and graphic skills with expertise in Dreamweaver and Photoshop. Experience in current technologies such as CSS, search engine optimization techniques, JAVA, Flash, etc. is strongly desired. Must be a creative and consistent producer at developing a finished product. Your flexibility is key to success at our startup company...meaning that you will need to be resourceful in solving problems as the come up.

3. BACK END WEB PROGRAMMER
Coding genius needed to develop and manage web applications. Expertise in PHP or JSP, Good understanding of DHTML/XHTML, AJAX, JSON, JavaScript, JQuery, CSS, Action script, and other web development skills is a plus. Ability to function well in startup environment a must - meaning you must be a resourceful and self motivated problem solver.

4. SUMMER INTERNSHIPS
Perfect opportunity to use your basic web development, graphics or business marketing skills, while getting valuable real world experience at a web 2.0 new media start-up company. Requirements include a strong work ethic and desire to succeed. Internships available in Internet Marketing, Business Communication, Web Development, Programming and Graphics.

To apply, please email resume and/or summary of qualifications. Include links to online examples of recent work. All replies are confidential.

Friday, April 10, 2009

Tuesday, April 7, 2009

Converting .daa files to .iso on Mac

I was wondering How to mount the .daa files that I had on my mac. Googled it and found that lot of people were suggesting to use Parallel's/ Boot camp and run Windows, So that I can use Power ISO software to mount the .daa files.  That's not the only Option.

After searching for a long time, I found this software called daa Converter, Which is a open source software, that you can use to mount your .daa files. Here is the link to find the daa converter for mac.

It works like charm :)

Mac, is always superior than windows. Support Mac programmers.

Friday, April 3, 2009

Ruby on Rails Tutorial

Here is an wonderful article that will help you jump start you on Ruby on Rails. Wonderful and Well explained tutorial. One of the best I have seen.

Hopefully, It will of some use to you.