tag:blogger.com,1999:blog-264119782009-02-21T02:43:21.587-08:00Web Development, E-commerce, Oscommerce, and Web MarketingA blog devoted to web development including the Oscommerce E-commerce shopping cart, web 2.0 applications development, and general marketing tips.Kevin Javitzhttp://www.blogger.com/profile/12627052339559996699noreply@blogger.comBlogger14125tag:blogger.com,1999:blog-26411978.post-12058100175696015232008-06-26T07:35:00.001-07:002008-06-26T07:48:55.916-07:00PHP MySQL Database Reset Script CronThis script is made specifically to reset your mysql database at specific intervals via a cron job so that you can run demos of your software. Say you have a demo of an E-commerce shopping cart and you want the data reset every few hours. All you have to do is set a few settings on the first line of the script to use your MySQL database you have stored on your server. You can download our php mysql database reset script here: <a href="http://www.itwebexperts.com/mysql_reset.zip">Download php mysql database reset cron</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26411978-1205810017569601523?l=www.itwebexperts.com%2Fblog'/></div>Kevin Javitzhttp://www.blogger.com/profile/12627052339559996699noreply@blogger.com0tag:blogger.com,1999:blog-26411978.post-1154708842038780472006-08-04T09:21:00.000-07:002006-10-14T03:35:34.306-07:00San Luis Obispo Area Web Design ReferralsFrom time to time we are running at full capacity and are in need of a reputable web development company to refer clients to. We prefer a company that is located near the San Luis Obispo, California area and is competent at Oscommerce development, Flash design, SEO, CSS, and can cleanly code html web sites. If you are such a company, please contact <a href="mailto:kjavitz@itwebexperts.com">kjavitz@itwebexperts.com</a> (please no emails from overseas web development shops).<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26411978-115470884203878047?l=www.itwebexperts.com%2Fblog'/></div>Kevin Javitzhttp://www.blogger.com/profile/12627052339559996699noreply@blogger.com0tag:blogger.com,1999:blog-26411978.post-1154620645578401492006-08-03T08:48:00.000-07:002008-06-26T07:35:38.626-07:00Making Paypal Not Lose Order Data In Oscommerce (auto-return)Getting annoyed by Paypal losing some of your orders in Oscommerce? There are 2 possible solutions. One is quick and easy, the other requires installation of the Paypal IPN module.<br /><br />Here is the quick and easy solution (but not perfect one). First install this fix from troyjoy listed in the Oscommerce contributions section. I have this hosted on my web site: <a href="http://www.itwebexperts.com/MakePayPalPostOrderInfo.zip">www.itwebexperts.com/MakePayPalPostOrderInfo.zip</a> This is easy and only involves modifying about 2 lines of code.<br /><br />After that is done you need to go to your paypal account at paypal.com:<br />1. click on profile<br />2. go to website payment preferences<br />3. select "yes" for Auto-Return (you do not need to set a url below this).<br /><br />The second method if you don't want to do the first one is installing Paypal IPN. To do this install the contribution listed here: <a href="http://www.oscommerce.com/community/contributions,2679/category,1/search,paypal+ipn">Oscommerce Paypal IPN Contribution</a><br />There are other Paypal IPN contributions on Oscommerce, but the one linked to above is by far the easiest and best one to use.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26411978-115462064557840149?l=www.itwebexperts.com%2Fblog'/></div>Kevin Javitzhttp://www.blogger.com/profile/12627052339559996699noreply@blogger.com0tag:blogger.com,1999:blog-26411978.post-1154369219046196252006-07-31T11:06:00.000-07:002006-07-31T11:21:50.610-07:00Setting Up USPS Shipping Quotes in OscommerceHere is how to setup USPS shipping in Oscommerce.<br /><br />1. Go here: <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.usps.com/webtools/welcome.htm" target="_blank">http://www.usps.com/webtools<wbr>/welcome.htm</a> and click "Sign Up" under USPS Web Tools<br />2. After you sign up you will get a confirmation email in the next 24 hours or so. When you get this email, send an email to <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:icustomercare@usps.com">icustomercare@usps.com</a> with your username they assign you. Copy and paste this into your email also: "Hi, I am using a third party shopping cart Oscommerce that has already been tested with the USPS shipping quotes API. Please switch my account to the production server"<br />3. They should email you back saying you have been switched to the production server.<br />4. Now in your Oscommerce admin go to modules > shipping > USPS and install it. Then put in your USPS username. The password field can be left blank. Make sure your server is set to the production server.<br />5. You will need to make sure in your Oscommmerce admin > configuration > shipping/packaging ship from country and zip code is set up. Also you can set your Package tare weight. Say if you want .5lbs added to the shipping quote to account for your boxing, then you would set .5lbs. here.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26411978-115436921904619625?l=www.itwebexperts.com%2Fblog'/></div>Kevin Javitzhttp://www.blogger.com/profile/12627052339559996699noreply@blogger.com0tag:blogger.com,1999:blog-26411978.post-1154042222433389772006-07-27T16:13:00.000-07:002008-06-06T16:41:14.665-07:00Making A Web Site Use A Different IP Address in Windows XP and Vistahere is a quick tech tip for making your web browser use a different server to pull up a web site. Say you updated the DNS for your web site and you want to make sure the new server is setup correctly. Do the following:<br /><br />Go to: c:\windows\system32\drivers\etc\hosts<br /><br />Edit the hosts file with a text editor, add the following to the end of the file:<br /><br />IP Addresss You Want Web Site To Use somesite.com<br /><br />for example it might look like this:<br /><br />69.16.198.200 itwebexperts.com<br /><br />you will need one for www.itwebexperts.com too, or the www version of the url, so also put:<br /><br />69.16.198.200 www.itwebexperts.com<br /><br />Yep, it's that easy. Save the host file, reload your web browser and that's it.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26411978-115404222243338977?l=www.itwebexperts.com%2Fblog'/></div>Kevin Javitzhttp://www.blogger.com/profile/12627052339559996699noreply@blogger.com0tag:blogger.com,1999:blog-26411978.post-1154041791628571892006-07-27T16:09:00.000-07:002006-08-10T01:46:27.486-07:00Google Checkout for Oscommerce<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.itwebexperts.com/blog/uploaded_images/smb_v1_logo_1_0-705776.gif"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://www.itwebexperts.com/blog/uploaded_images/smb_v1_logo_1_0-703518.gif" alt="" border="0" /></a><br />Google Checkout was released earlier this month and already there is the first Oscommerce Google Checkout payment module. Should you install it? Well the verdict is not yet. We would hate to see you waste your time installing it and then see that it doesn't have the features you need. The current payment module available <a href="http://www.oscommerce.com/community/contributions,4373/category,all/search,google+checkout">here</a> as of 7/27/06 does not have the following features:<br /><ul><li>It doesn't record the order to the Oscommerce admin</li><li>It doesn't handle taxes or shipping charges</li></ul>We will update this blog soon to announce when the next Google Checkout is releases that handles these version 2.0 features.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26411978-115404179162857189?l=www.itwebexperts.com%2Fblog'/></div>Kevin Javitzhttp://www.blogger.com/profile/12627052339559996699noreply@blogger.com0tag:blogger.com,1999:blog-26411978.post-1148059695419281282006-05-19T10:28:00.000-07:002006-07-11T23:31:31.943-07:00Great Firefox ExtensionsI was really impressed by these Firefox extensions. Check them out.<br /><br /><span style="font-weight: bold;">Web Development Toolbar:</span> The first one adds an amazing variety of testing tools to the Firefox toolbar for web development. These include CSS/HTML/XHTML validation, tools for enabling/disabling CSS, Cookies, Javascript, Images, Java, Frames, Flash, and resizing the window to standard monitor resolutions. Another great feature is outlining tables and table cells to help you align pages. Check it out:<a href="https://addons.mozilla.org/firefox/60/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> https://addons.mozilla.org<wbr>/firefox/60/</a><br /><br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.itwebexperts.com/blog/uploaded_images/ie7_thumb_logo-718095.gif"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://www.itwebexperts.com/blog/uploaded_images/ie7_thumb_logo-711897.gif" alt="" border="0" /></a><span style="font-weight: bold;">IE In Firefox:</span> The next extension is very handy for those of us who love Firefox tabbed browsing and don't want to open up the IE browser for testing, or for incompatible web sites like MSN Shopping or Quickbooks. This extension allows you to render a web page IN Firefox using the IE rendering engine. This is also handy for web sites that are still only viewable in IE :( such as Quickbooks online and a few other online applications. Check it out here:<span style="text-decoration: underline;"> </span><a href="https://addons.mozilla.org/firefox/1419/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://addons.mozilla.org<wbr>/firefox/1419/</a><br /><br /><span style="font-weight: bold;">Snapper Screenshots:</span> We all need to take screenshots from time to time of a web site, whether it be for testing, or to do mockups. Snapper helps you select only the area you want of your screen rather than taking the whole thing, and it saves it right to where you want it rather than having to open up Photoshop and then paste it and save it, thus saving you time. Check it out here: <a href="https://addons.mozilla.org/firefox/2703/">https://addons.mozilla.org/firefox/2703/</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26411978-114805969541928128?l=www.itwebexperts.com%2Fblog'/></div>Kevin Javitzhttp://www.blogger.com/profile/12627052339559996699noreply@blogger.com1tag:blogger.com,1999:blog-26411978.post-1145580796034789042006-04-20T17:53:00.000-07:002006-04-20T17:53:16.080-07:00Tech Support LOLEver had the fun of trying to call tech in support in India and actually resolve your problem? <a href="https://itwebexperts.clientsection.com/clients"><br /><br /><a href="http://www.itwebexperts.com/blog/techsupport.wmv">Great funny video clip from Conan O'Brien</a><br /></a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26411978-114558079603478904?l=www.itwebexperts.com%2Fblog'/></div>Kevin Javitzhttp://www.blogger.com/profile/12627052339559996699noreply@blogger.com0tag:blogger.com,1999:blog-26411978.post-1145486994272850412006-04-19T15:49:00.000-07:002006-04-20T14:27:08.236-07:00Google Analytics Web Hit Statistics<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.itwebexperts.com/blog/uploaded_images/logo_ga-721117.gif"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://www.itwebexperts.com/blog/uploaded_images/logo_ga-719857.gif" alt="" border="0" /></a><br />Make sure to sign up for Google Analytics and get on the waiting list. From reviewing the Google Analytics package with clients for whom we have installed their code, the results are extremely detailed and valuable for increasing traffic to your web site and measuring your marketing results. Sign up here: <a href="http://www.google.com/analytics/">http://www.google.com/analytics/</a><br /><br />Once you get your invitation to join Google Analytics we can install the code for you in around 1 - 2 hours depending on how many pages your web site has, and if you need result tracking installed for different pages.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26411978-114548699427285041?l=www.itwebexperts.com%2Fblog'/></div>Kevin Javitzhttp://www.blogger.com/profile/12627052339559996699noreply@blogger.com0tag:blogger.com,1999:blog-26411978.post-1145486577853570932006-04-19T15:42:00.000-07:002006-04-19T15:42:57.883-07:00CODiE AwardsJust found this web site with a great listing on software. Looking for a particular tool to manage your business, whether it be CRM, ERP, or even a simple PDF tool? Check out who the Software & Information Industry Association gave their top awards to and it may help you find a good software application.<br /><br /><a href="http://www.siia.net/codies/2005/winners.asp">The 20th Annual SIIA CODiE Awards - 2005</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26411978-114548657785357093?l=www.itwebexperts.com%2Fblog'/></div>Kevin Javitzhttp://www.blogger.com/profile/12627052339559996699noreply@blogger.com0tag:blogger.com,1999:blog-26411978.post-1145408356574473172006-04-18T17:55:00.000-07:002006-04-19T22:32:24.886-07:00Web 2.0 How Can I Use It For My Business?Web 2.0 is a big buzzword being thrown around right now. Basically it is the tools and methodology including<span style="font-weight: bold;">:</span><span style="font-weight: bold;"></span><br /><ul><li>Open framework - allow other sites and people to use information from your web site</li><li>User generated content - this enables your site to grow, evolve, and engage your user<br /></li><li>Interactivity - Blogs, forums, wikipedia, chats<br /></li></ul><br /><span style="font-weight: bold;">Technology</span><br /><ul><li>AJAX technology - allows your web site to act more like a desktop application, including ability to edit HTML, load pictures, and more without reloading the web page.</li><li>RSS site feeds - feeds from your site can be displayed on other web sites</li><li>Open API - data from your web site can be interacted with from other software applications</li></ul><br /><span style="font-weight: bold;">Our Favorite Web 2.0 Web Sites</span><br /><a href="http://www.youtube.com">You Tube</a>: User submitted videos. Easy to share and comment.<br /><a href="http://www.technorati.com">Technorati</a>: Pulls posts from many different blogs and rates the top blogs.<br /><a href="http://www.digg.com">Digg</a>: User submitted news articles. Users vote on their favorite articles, and those articles appear higher on the web site.<br /><a href="http://www.techcrunch.com">Tech Crunch</a>: A site that reviews Web 2.0 applications.<br /><a href="http://www.google.com/maps">Google Maps</a>: Uses AJAX to pull map data without reloading the entire web page.<br /><a href="http://mail.google.com">Google Gmail</a>: Great use of AJAX and RSS feeds of what is in your inbox.<br /><a href="http://www.wikipedia.com">WikiPedia</a>: Free user edited encyclopedia<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26411978-114540835657447317?l=www.itwebexperts.com%2Fblog'/></div>Kevin Javitzhttp://www.blogger.com/profile/12627052339559996699noreply@blogger.com0tag:blogger.com,1999:blog-26411978.post-1145408105630754002006-04-18T17:49:00.000-07:002006-04-20T14:24:26.093-07:00Getting Real Web Development MethodsGetting Real is a term coined by the web applications company 37signals.com. This web development company mainly works on hosted applications like project management, chat, and personal organization. I thought I would share some of the excellent points made in their eBook Getting Real, and how it is benefiting <a href="http://www.itwebexperts.com">I.T. Web Experts web development company</a>:<br /><br /><ul><li>More features do not make a web site or web application better, they can actually kill it. For every new feature you add, first think: does this feature really make my site more useful? Or might it confuse people?<br /><br /></li><li>People are always thinking of adding new features, what about removing old features that are not that useful and distract people?<br /><br /></li><li>Google is an excellent example of simplicity and not adding to many features. When they do add new products, notice that they don't fill up the google.com homepage with all that junk.<br /><br /></li><li>Use Epicenter Design. What is Epicenter Design? It is designing starting with what is most crucial for your web application. For example, if designing a web calendar, the calendar could still work without email reminders. But it wouldn't be a calendar without the ability to add events to it.<br /><br /></li><li>Do away with gant charts and useless graphs. Work on actually getting the work done. A good process is sketch > HTML mockup > Final Site. Don't worry about mapping out the backend, start with the front-end first.<br /><br /></li><li>If you can't meet your project timeline, reduce the number of features or increase the deadline. Don't try and meet the same deadline with the same number of features, or the quality of the project in its entierty will be reduced.<br /><br /></li><li>Make sure your application has a good blank state. What is blank state? It is when your application has no data in it. Someone might sign up for your application and be confused on what it is actually supposed to look at or do. Putting in blank state example screens of what the data will look like once they enter it will help them visualize what they are doing.<br /><br /></li><li>Work in small software teams. This reduces the amount of commuication paths.<br /><br /></li><li>Focus your software on a niche rather than trying to outdo your competion with a thousand more features. Niche software fills needs better than the "do it all" type approach for everyone.<br /><br /></li><li>Worry about scaling problems later on ("what if we get a million customers?"). Your first problem is getting the number of customers for your web site so that you need to scale, that is the harder chore.</li></ul>Overall I highly recommend the eBook "<a href="http://getreal.37signals.com">Getting Real</a>" by 37signals.com. A great read for any web developer or I.T. realted company.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26411978-114540810563075400?l=www.itwebexperts.com%2Fblog'/></div>Kevin Javitzhttp://www.blogger.com/profile/12627052339559996699noreply@blogger.com0tag:blogger.com,1999:blog-26411978.post-1145385141629973652006-04-18T11:32:00.000-07:002006-04-20T14:35:36.513-07:00Backpack - Personal Information Organizer<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://backpackit.com/?referrer=BPWX97M"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://www.itwebexperts.com/blog/uploaded_images/backpack_logo-small-771279.gif" alt="" border="0" /></a>Tired of making to do lists on your notepad? Need to share information simple to do lists or documents? I've really enjoyed using backpack for personal organization. It includes features like to do list, notes, image uploads, links, and a reminder system. Sort of like an online Palm Pilot.<br /><br /><div style="text-align: center;"><a href="http://backpackit.com/?referrer=BPWX97M">www.backpackit.com</a></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26411978-114538514162997365?l=www.itwebexperts.com%2Fblog'/></div>Kevin Javitzhttp://www.blogger.com/profile/12627052339559996699noreply@blogger.com0tag:blogger.com,1999:blog-26411978.post-1145382865067775782006-04-18T10:52:00.000-07:002006-04-18T12:53:50.320-07:00Online File StorageSo with all those online storage solutions out there, which one should you chose? Well, after trying out a few, namely Xdrive, box.net, drivehq.com, stremload.com, and a few others, here are our reviews:<br /><br /><span style="font-weight: bold;">Top Picks</span><br /><br /><a href="http://www.drivehq.com/secure/signup.aspx?refID=17259">drivehq.com</a>: probably your best bet for backing up your business data. Nice solid backup utility that ties in nicely with Microsoft Windows.<br /><br /><a href="http://www.streamload.com">Streamload.com</a>: mainly geared towards media (music, videos, etc) and nice email attachment features, streamload.com is a great service. They had the largest amount of allowed backup space (25gb free, or if you pay $5/month +, unlimited). Their automated backup features are non-existent though.<br /><br /><a href="http://www.box.net">box.net</a>: had the cleanest web interface, and nice reasonable prices. No automated backup software yet, but tech support told me it was coming next week.<br /><br /><span style="font-weight: bold;">Average<br /><br /></span><a href="http://www.xdrive.com/">Xdrive.com</a>: nice clean interface for the web site uploads. However, their automated backup software leaves something to be desired. Uploads failed, and after reviewing their forums it appears to be a common issue. Also it annoyed me that to cancel my account there is no link on the my account section, you actually have to call them. Oh wait now we know why, when you call in you find out they are owned by AOL ;)<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26411978-114538286506777578?l=www.itwebexperts.com%2Fblog'/></div>Kevin Javitzhttp://www.blogger.com/profile/12627052339559996699noreply@blogger.com1