InterVolt Development Blog
iSinch | iHollah | iChecklist | iTraveler | iBlogger | iPostum | iPortfolio | iRadio

Archive for the ‘Web Development’ Category

30,000 signups and counting!

Saturday, February 9th, 2008

Since the newest version of iChecklist 1.03 with the addition of the To-Do List and the new AJAX functional features; iChecklist has climbed to over 30,000 sign ups. It has also racked back up to fifth on Apple’s top 10 Web Applications. http://www.apple.com/iphone/

We are impressed with the popularity iChecklist has had in only two weeks since launch. We want to thank all the users who are sending in their gratitude and kind comments about this application. We also want to give out a special thanks to all the people sending in ideas and bug reports to improve the quality of this product. All in all we are looking forward for the future of xVolve and all its upcoming products we will be delivering to the business and productivity mobile world.

Stay tuned for more updates! Try iChecklist for FREE! http://ichecklist.xvolve.com

iChecklist Launched

Monday, January 28th, 2008

iChecklist was officially available to the public on January 25th, 2008. The application was stormed with 10,000 signups by iPhone and mobile users within the first 24 hours.  Thanks to Apple.com for promoting this application and choosing it as a featured application and also a staff pick.  Currently after 3 days, iChecklist is ranked top 7th out of all the web application submitted.

xVolve is currently in the works of making a huge amount of changes to the application to save iPhone users a lot of time. Stay tuned for beta updates at http://www.apple.com/webapps/productivity/ichecklist.html

I found a nice little article on iChecklist at iphoneworld.ca
A lot of us probably encountered the type of situation when upon arriving at the store we realized we don’t have the shopping list… Of course we all had it on the kitchen table, and were about to take it, but… Then it’s either the painful “Honey, I forgot the shopping list… again” phone call, or an even more painful drive alone home because of course you can’t remember even 50% of what you wanted to buy.To avoid such unpleasant situations one might want to consider using iChecklist for iPhone — it’s a web application by InterVolt Development that allows you to create customized shopping lists, optimized for iPhone’s screen and EDGE connection.

ichecklist iphone
As to why you might want to use it as compared to iPhone’s Notes app, the answer is simple — iChecklist actually features a shopping list price calculator, that allows you to easily calculate your groceries bill total before you reach the cashier. Useful is the word.

To access iChecklist for iPhone point your browser over to ichecklist.xvolve.com.

xVolve explodes on the scene..

Tuesday, January 15th, 2008

Get ready for xVolve! — Creating innovated web applications for mobile users to help benefit, communicate and entertain their everyday life. Our goal for these application is to become a respected online business and one of the top mobile web application providers in the world. We want to catch the attention of Apple and other mobile companies as well as users; let them see the innovated and beneficial facts our products bring.

http://www.xvolve.com coming soon!

Season Greeting..

Friday, December 21st, 2007

Happy Holidays from InterVolt Development!

Our Weekly Report!

Sunday, December 16th, 2007

iPhone web application progress continues..
We have been making a lot of progress on the iCheckout and iSinch iPhone applications this week. iSinch our biggest project is an iPhone eCommerce store, with built-in employee administration, to keep track of orders and inventory. iSinch also allows iPhone users to purchase products online. Our goal is to complete iSinch has been set to mid 2008.

iCheckout HomeHowever the main focus for this week has been on our smaller web application titled iCheckout. iCheckout allows iPhone shoppers to create a simple shopping list and view the contents directly when they are shopping. We still have much to do for the development of iCheckout:

  • Research all the type of popular groceries shoppers buy weekly.
  • Complete the Shopping Cart display interface
  • Create the Wish-list environment
  • And mostly programming development and beta testing.

Estimate time for completion: January 30th.

You can view more about these iPhone web applications or pre-order iSinch at http://shop.intervolt.net

Calling all Web Developers!
We invite web developers willing to lend a hand with future iPhone web projects, that we currently have on the upcoming projects ledge. We really want to make these applications available to all iPhone users as soon as possible (hopefully sometime in early or mid 2008). If your interested drop me an email at jeff at intervolt dot net OR erkan at intervolt dot net. We will be happy to assist you and give you the low down of all the projects we have planned out.

InterVolt Development Expansion

Wednesday, December 12th, 2007

I am excited about the up and coming projects and new expansions InterVolt Development will be making within the future. Since the new iPhone has come out, it has given us a lot of opportunity to display our skills by designing web applications around it. So far within a week I have created 3 out of the 10 planned projects, all designed and ready to go. Now all that’s left to do is development and marketing for these applications, so I am sure one of us will drop updates on the progress soon (or when the beta testing comes out).

iPhone Web Application Development Newb Tips
You can view a lot of videos and read on iPhone design and content development here http://developer.apple.com/iphone/devcenter
They tell you EVERYTHING about developing in the iPhone environment and is a perfect starting point for getting involved in iPhone application development. In detail they discuss how to plan your application, navigation guidelines, dimensions & sizing, do’s and dont’s and so much useful information. Anyway, when designing an iPhone web application I think the best way is to menu-ize everything for easy navigation. We all know the iPhone uses multi-touch technology and its better to have a big fat link then itty bitty one that no one can touch. Also, a must is having Safari installed; the iPhone uses Safari as a web browser so it is extremely important to build your web site around it. Here is a good starting point when creating your iPhone menus:

Creating a simple iPhone compatible web menu
1. First create a nice little transparent arrow around 8×13 pixels or you can download one in the menu pack at http://developer.apple.com/iphone/devcenter
2. Create an index.php in your root directory.
3. Create a directory called css
4. Within the css directory, create a stylesheet file and label it style.css
5. Open up style.css and add the following:

.navrow ul {
padding: 0;
margin-top:0;
margin-right:0px;
margin-bottom:0px;
font-size:18px;
font-family: Helvetica;
font-weight:none;
color:white;
}
.navrow li {
list-style-type: none;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#6F7D94;
padding-top:10px;
padding-right:10px;
padding-bottom:14px;
padding-left:10px;
}
.navrow a {
display: block;
padding-top: 8px;
padding-right: 8px;
padding-bottom: 12px;
padding-left: 8px;
margin-top: -8px;
margin-right: -8px;
margin-bottom: -12px;
margin-left: -8px;
text-decoration: none;
color:white;
}
.showArrow  {
margin-right:10px;
margin-top:7px;
padding-right:16px;
background-image: url( /* IMAGE OF YOUR ARROW HERE */ );
background-repeat: no-repeat;
background-position: right;
}
.secondary {
font-weight:normal;
float:right;
margin-right:10px;
}
.secondaryWArrow {
display:block;
font-weight:normal;
float:right;
font-size:11px;
color: #FFFFFF;
}
.secondaryWLink {
font-weight:normal;
float:right;
margin-right:10px;
font-size:11px;
color: #FFFFFF;
}

6. Change /* IMAGE OF YOUR ARROW HERE */ to your arrow filename.
7. Open index.php and add the following line to the <head> tag:

<link href=”css/style.css” rel=”stylesheet” type=”text/css” />

8. Finally, add the menu code to the <body> tag:

<div class=”navrow”>
<ul>
<li><a href=”http://www.intervolt.net”>InterVolt Development<span class=”showArrow secondaryWArrow”>&nbsp;</span></a></li>
<li><a href=”http://iphone.intervolt.net”>iPhone Web Development<span class=”showArrow secondaryWArrow”>&nbsp;</span></a></li>
<li><a href=”http://blog.intervolt.net/”>InterVolt Blog<span class=”showArrow secondaryWArrow”>&nbsp;</span></a></li>
</ul>
</div>

9. That’s it! Preview and change all the necessary colors and text to fit your application needs. Happy iDesigning…

A new journey begins…

Tuesday, December 11th, 2007

So, we have decided to go BLOG.

After reading a lot of blogs on web development, making quick cash, traffic increase, and iPhone web development we decided to continue the trend. The InterVolt Development team will be adding daily input on project progression, upcoming projects, web development skills, iPhone applications, SEO, and a lot of rad stuff. So stay tuned!

©2007-2008 InterVolt Development LLC. All Rights Reserved.