Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Mobile Marketing
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
Share
LinkBack Thread Tools
Old 04-29-2012, 12:01 AM   #1
HyperActive Warrior
War Room Member
 
Andrew H's Avatar
 
Join Date: Mar 2012
Location: Vancouver, BC
Posts: 400
Thanks: 111
Thanked 102 Times in 79 Posts
Default My three 'tools' for mobile design

I just wrapped up my first mobile design job (I usually do desktop design), and it was a beast!

Lots of custom php and configuring with mysql to fetch product names and prices that I had not expected at the start of the project (started as a $350 job for a simple mobile site, but ended up arund $1,000 with all the extra work that was done configuring for Ecommerce).

So for anyone out there looking to do some mobile sites heres the three tools I used:

1. Redirect script: Detect Mobile Browsers - Open source mobile phone detection (JS version)
2. Device emulator (only emulates screen resolution): Screenfly by QuirkTools — Test Your Website at Different Screen Resolutions
3. A good mobile template: Site Templates - Mobilize - Touch Optimized Mobile Template | ThemeForest

Should probably note that I am in no way affiliated with themeforest or the designer that made that, but I do like the template. But with that being said, you should really research what template you will use, there are ALOT of options. In the end my design really didn't look anything like the template, but having a good template with good CSS framework to start allows you to really 'hit the ground running'.

Hope that helps!

Quote:
"You shouldn't come here and set yourself up as the resident wizard of oz."
Andrew H is online now   Reply With Quote
Old 04-29-2012, 12:16 AM   #2
HyperActive Warrior
War Room Member
 
Join Date: Dec 2009
Posts: 142
Thanks: 7
Thanked 15 Times in 15 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via ICQ to zelgly2 Send a message via AIM to zelgly2 Send a message via MSN to zelgly2 Send a message via Yahoo to zelgly2 Send a message via Skype™ to zelgly2
Default Re: My three 'tools' for mobile design

Thanks for the share.

zelgly2 is offline   Reply With Quote
Old 04-29-2012, 12:22 AM   #3
Hi there!
 
eternalwarrior's Avatar
 
Join Date: Jun 2011
Location: 49.8380° N, 105.8203° E
Posts: 469
Thanks: 217
Thanked 92 Times in 83 Posts
Default Re: My three 'tools' for mobile design

Congrats on your mobile design job. Mobile industry is booming and you have chosen the right path
eternalwarrior is online now   Reply With Quote
Old 04-29-2012, 06:32 AM   #4
Warrior Member
 
Join Date: Apr 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: My three 'tools' for mobile design

Thank you so much. I just opened my blog and I think I will need all of these so that I can make it mobile friendly.
olivialowrie is offline   Reply With Quote
Old 04-29-2012, 07:15 AM   #5
Custom Mobile Websites
War Room Member
 
rlhurst's Avatar
 
Join Date: Mar 2011
Location: Oregon
Posts: 546
Thanks: 35
Thanked 126 Times in 92 Posts
Social Networking View Member's FaceBook Profile 
Default Re: My three 'tools' for mobile design

Quote:
Originally Posted by mcflause View Post
(started as a $350 job for a simple mobile site, but ended up arund $1,000 with all the extra work that was done configuring for Ecommerce).
Can you share what you used for a shopping cart solution?


Custom Designed, From Scratch, Mobile Websites(Video)
For You To Resell (not templates!) New Samples To View!!
Click on Logo To View Samples(currently $69 for first site... Warriors only!)


rlhurst is offline   Reply With Quote
Old 04-29-2012, 12:33 PM   #6
HyperActive Warrior
War Room Member
 
Andrew H's Avatar
 
Join Date: Mar 2012
Location: Vancouver, BC
Posts: 400
Thanks: 111
Thanked 102 Times in 79 Posts
Default Re: My three 'tools' for mobile design

Quote:
Can you share what you used for a shopping cart solution?
The client uses paypal for selling auto parts (its one specific part, but for a variety of cars). They already use paypal for their orders on there main website, but it looks ugly with big "PayPal buy now" buttons. So I made a dependent drop down menu, the user picks the 'make' of car (ie:BMW, Bentley, etc), then the 'model' become available. The make,model,price,paypal are all in a database assigned to certain ID's. So when the user selects there make and model they get transferred to a PHP page that check the "?ID=" value in the link and fetches the right information from the Database. This information is filled onto the page and also into the paypal form (using hidden value). The user can then select one of three *shipping options and then be transferred to paypal when they 'submit' the form (ie: "Checkout Now").

So a very custom ecommerce solution. I searched around ALOT and I could not find a light weight ecommerce solution that was good for mobile.

Quote:
"You shouldn't come here and set yourself up as the resident wizard of oz."
Andrew H is online now   Reply With Quote
Old 04-29-2012, 02:26 PM   #7
Custom Mobile Websites
War Room Member
 
rlhurst's Avatar
 
Join Date: Mar 2011
Location: Oregon
Posts: 546
Thanks: 35
Thanked 126 Times in 92 Posts
Social Networking View Member's FaceBook Profile 
Default Re: My three 'tools' for mobile design

Thanks for sharing that!


Custom Designed, From Scratch, Mobile Websites(Video)
For You To Resell (not templates!) New Samples To View!!
Click on Logo To View Samples(currently $69 for first site... Warriors only!)


rlhurst is offline   Reply With Quote
Old 04-29-2012, 11:40 PM   #8
Warrior Member
 
Join Date: Apr 2012
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: My three 'tools' for mobile design

Quote:
Originally Posted by mcflause View Post
The client uses paypal for selling auto parts (its one specific part, but for a variety of cars). They already use paypal for their orders on there main website, but it looks ugly with big "PayPal buy now" buttons. So I made a dependent drop down menu, the user picks the 'make' of car (ie:BMW, Bentley, etc), then the 'model' become available. The make,model,price,paypal are all in a database assigned to certain ID's. So when the user selects there make and model they get transferred to a PHP page that check the "?ID=" value in the link and fetches the right information from the Database. This information is filled onto the page and also into the paypal form (using hidden value). The user can then select one of three *shipping options and then be transferred to paypal when they 'submit' the form (ie: "Checkout Now").

So a very custom ecommerce solution. I searched around ALOT and I could not find a light weight ecommerce solution that was good for mobile.
Hi,

I really need someone to help me out with a m-commerce site for a customer of mine. Would you be interested?

Julian
thebirddog is offline   Reply With Quote
Old 04-30-2012, 08:50 AM   #9
HyperActive Warrior
War Room Member
 
Andrew H's Avatar
 
Join Date: Mar 2012
Location: Vancouver, BC
Posts: 400
Thanks: 111
Thanked 102 Times in 79 Posts
Default Re: My three 'tools' for mobile design

Quote:
Hi,

I really need someone to help me out with a m-commerce site for a customer of mine. Would you be interested?

Julian
I sent you a private message

Quote:
"You shouldn't come here and set yourself up as the resident wizard of oz."
Andrew H is online now   Reply With Quote
Old 05-20-2012, 06:24 AM   #10
Warrior Member
War Room Member
 
Join Date: Jun 2011
Posts: 23
Thanks: 1
Thanked 1 Time in 1 Post
Default Re: My three 'tools' for mobile design

I really like jquerymobile has basic template optimized across devices
phpguy is offline   Reply With Quote
Old 05-20-2012, 08:00 AM   #11
Kid Warrior
War Room Member
 
nickhumph's Avatar
 
Join Date: Oct 2011
Location: Australia
Posts: 369
Blog Entries: 1
Thanks: 91
Thanked 22 Times in 16 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to nickhumph
Default Re: My three 'tools' for mobile design

Quote:
Originally Posted by mcflause View Post
The client uses paypal for selling auto parts (its one specific part, but for a variety of cars). They already use paypal for their orders on there main website, but it looks ugly with big "PayPal buy now" buttons. So I made a dependent drop down menu, the user picks the 'make' of car (ie:BMW, Bentley, etc), then the 'model' become available. The make,model,price,paypal are all in a database assigned to certain ID's. So when the user selects there make and model they get transferred to a PHP page that check the "?ID=" value in the link and fetches the right information from the Database. This information is filled onto the page and also into the paypal form (using hidden value). The user can then select one of three *shipping options and then be transferred to paypal when they 'submit' the form (ie: "Checkout Now").

So a very custom ecommerce solution. I searched around ALOT and I could not find a light weight ecommerce solution that was good for mobile.
I'm launching an m-commerce development site..I've been trying to find a m-commerce solution so I can create the sites, like a CMS or similar, but can't find anything!

If I can't find anything, I'll develop them.. but obviously something to create them fast and efficiently would be brilliant.

I wonder how someone like mobi-cart.com offers sites for no set-up fee. They must have an automated system that pulls the API and products.. but there are dozens of e-commerce CMS'... hmm maybe a csv file upload?

How many hours did it take you to do the shopping cart?

nickhumph is offline   Reply With Quote
Old 05-21-2012, 12:45 PM   #12
HyperActive Warrior
War Room Member
 
Andrew H's Avatar
 
Join Date: Mar 2012
Location: Vancouver, BC
Posts: 400
Thanks: 111
Thanked 102 Times in 79 Posts
Default Re: My three 'tools' for mobile design

Quote:
How many hours did it take you to do the shopping cart?
I have actually gotten a lot of pm's about this mobile ecommerce site. I should clarify that it was really a super simple ecommerce site, with a paypal redirect for handling pretty much everything except product selection and shipping. I stored all the products in the database with the product price and used drop downs to fetch them and fill in the hidden paypal fields before submitting the form and transferring to PayPal.

I might in the future, if I get some time, try to put together a simple ecommerce script based on jquery mobile because this seems really popular. Maybe it might be my first WSO?? who knows.

Quote:
"You shouldn't come here and set yourself up as the resident wizard of oz."
Andrew H is online now   Reply With Quote
Old 05-21-2012, 06:38 PM   #13
WarriorWill.com
War Room Member
 
WillR's Avatar
 
Join Date: Jun 2010
Location: Australia
Posts: 9,667
Thanks: 1,848
Thanked 6,354 Times in 3,116 Posts
Social Networking View Member's FaceBook Profile 
Default Re: My three 'tools' for mobile design

No need to reinvent the wheel.

Opencart.com (free) now has a mobile framework available.

Use the Mobilizer iphone emulator and visit this url to see an example:

OpenCart Mobile Framework demo

Here is more info on the mobile framework:

Extensions - Opencart Mobile Framework v1.3.8

WillR is offline   Reply With Quote
Old 06-03-2012, 04:46 PM   #14
Active Warrior
 
M Mark's Avatar
 
Join Date: Jul 2010
Location: West ...
Posts: 48
Thanks: 2
Thanked 3 Times in 3 Posts
Default Re: My three 'tools' for mobile design

Is there a free online mobile testing platform that actually shows how someone's site appears on multiple devices by simulating itself as a mobile device? Just starting to figure this stuff out as a new way to earn income helping offline clients....thanks
M Mark is offline   Reply With Quote
Old 06-04-2012, 03:02 PM   #15
Active Warrior
 
Join Date: Jun 2012
Posts: 58
Thanks: 13
Thanked 16 Times in 14 Posts
Default Re: My three 'tools' for mobile design

awesome info man, I was just trying to learn how to build one for my consulting site. I hate to offer mobile services (that i outsource) and i dont have a mobile version of my site
tycoonms is offline   Reply With Quote
Old 06-04-2012, 04:52 PM   #16
HyperActive Warrior
 
tmoby's Avatar
 
Join Date: May 2011
Location: TBA
Posts: 278
Thanks: 6
Thanked 88 Times in 35 Posts
Default Re: My three 'tools' for mobile design

Sick template - just what I was looking for. Seems like the perfect framework to start with!
tmoby is offline   Reply With Quote
Old 06-08-2012, 05:12 AM   #17
WordPress Expert
War Room Member
 
beewock's Avatar
 
Join Date: Apr 2012
Posts: 36
Thanks: 18
Thanked 18 Times in 10 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Default Re: My three 'tools' for mobile design

There's also a CSS framework call Less Framework to create a responsive web design using media query. It helps me a lot.

Less Framework 4
beewock is offline   Reply With Quote
Old 06-12-2012, 10:05 PM   #18
WarriorWill.com
War Room Member
 
WillR's Avatar
 
Join Date: Jun 2010
Location: Australia
Posts: 9,667
Thanks: 1,848
Thanked 6,354 Times in 3,116 Posts
Social Networking View Member's FaceBook Profile 
Default Re: My three 'tools' for mobile design

Quote:
Originally Posted by M Mark View Post
Is there a free online mobile testing platform that actually shows how someone's site appears on multiple devices by simulating itself as a mobile device? Just starting to figure this stuff out as a new way to earn income helping offline clients....thanks
The best tool for this is:
Mobilizer | Springbox

WillR is offline   Reply With Quote
Old 06-12-2012, 10:52 PM   #19
Warrior Member
 
Join Date: Jun 2012
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: My three 'tools' for mobile design

awesome, thanks for your sharing
crasher is offline   Reply With Quote
Old 06-13-2012, 07:10 AM   #20
HyperActive Warrior
War Room Member
 
oildrops's Avatar
 
Join Date: Apr 2005
Location: , , .
Posts: 196
Blog Entries: 13
Thanks: 6
Thanked 55 Times in 50 Posts
Default Re: My three 'tools' for mobile design

Will - thanks for sharing.

Now one can offer mobile shopping cart solutions to potential clients!

This is HUGE!

MikeR

-------------------------------------------------------------------------------------------------------------------
Discover How a pack of Thieves Conquered the Black Plague and how You Can Use this Knowledge Today!
-------------------------------------------------------------------------------------------------------------------
oildrops is offline   Reply With Quote
Old 06-14-2012, 02:45 AM   #21
Active Warrior
 
Join Date: May 2012
Posts: 76
Thanks: 0
Thanked 2 Times in 2 Posts
Default Re: My three 'tools' for mobile design

It’s great to see your post and congrats for this mobile design job.
James Andy is offline   Reply With Quote
Old 06-17-2012, 12:06 PM   #22
HyperActive Warrior
 
Join Date: Oct 2010
Location: Far, far North
Posts: 108
Thanks: 89
Thanked 53 Times in 41 Posts
Default Re: My three 'tools' for mobile design

Thanks for this post. I'm not doing mobile as of yet but I know its something I need to get up to speed on as I know very little about it. Its a service I'd like to offer but have it outsourced.
Evolve91 is offline   Reply With Quote
Old 06-17-2012, 04:32 PM   #23
Active Warrior
 
Join Date: Oct 2011
Posts: 61
Thanks: 62
Thanked 32 Times in 32 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Default Re: My three 'tools' for mobile design

Great ideas presented here. WillR (and yes, I use his products) actually has presented some good points here and solutions.

The mobilizer is a great tool.

Those using google chrome, get this extension QR-Code Tag Extension and all you do (in google chrome) is go to the site you want to see, and Chrome creates a QR code...then just use your smartphone with a QR reader and view the site.

The point is chrome creates the QR Code to s specific site for you to view on your own smartphone. This is in addition to the mobilzer and other tools.

I viewed the site WillR recommended for ecommerce and it looks great on my smartphone - don't re-invent the wheel....
bizadpros is offline   Reply With Quote
Old 06-18-2012, 10:15 AM   #24
Warrior Member
 
Join Date: Jun 2012
Location: Plovdiv, Bulgaria
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Social Networking View Member's Twitter Profile 
Default Re: My three 'tools' for mobile design

To contribute to the thread. My three top tools are:

1. Opera Mobile Emulator
This got me started even when I didn't have a physical device at my disposal.

2. Android Emulator (comes with the SDK)
The old Androids (2.3, 2.2) are the most widespread versions of the platform, yet their browser is the most problematic. Avoiding their pitfalls with strategically placed JS saved me hours of answering support emails.

3. MobileESP
The most comprehensive mobile detection solution to be used server-side. You don't bog the mobile client with useless code and also manage to do some page shifting or even serving completely different content for mobiles. After all, the true "mobile first" design should start on the server: shaving, http requests, useless code from every asset and page. This is how you can get 10-27 times faster load times of pages on mobile compared to their desktop versions (again measured on mobile).

As for iPhone: designing in Chrome and keeping the window narrow enough (if using fluid design (and you SHOULD be)) is good enough for previewing a website. Safari renders the pages 99% identical with the way Chrome does.

One last tip: resources.
Read this seminal work by Luke W.
A Book Apart, Mobile First

This is what got me started, gave me pointers and debunked many mysteries in the process of designing.

In the end you have to create a responsive mobile theme (to fit to a couple of mobile devices) instead of a desktop theme with mobile resolution breakpoints. Start your project on the right foot and you'll see that creating a mobile version of a page is not that hard.

Hope this helps
rsdimitrov is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Mobile Marketing

Bookmarks

Tags
design, mobile, tools

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 03:41 PM.