Adding Javascript to a website – Ebay API
I have been making websites by myself for a few months now and although I understand the concept of how to add Javascript to a site, I am really struggling with how to best go about it and would have…
I have been making websites by myself for a few months now and although I understand the concept of how to add Javascript to a site, I am really struggling with how to best go about it and would have…
Suggestions of how to formulate this question better are welcome. Let's say I have a database query like the following: var dbSize = 5 * 1024 * 1024; // 5MB var db = openDatabase("Oscommerce", "1.0", "Oscommerce Database", dbSize); db.transaction(function(tx) {…
I know it's not always possible to exchange server-side implementation (e.g. PHP) with a client-side one (e.g. Javascript), but there are many cases in which it is possible (especially the layout stuff) and so I am looking for some study…
First, I will declare that my web programming skills are VERY limited. I am hoping I can receive some help in trying to get this object code to work correctly. I run an eBay store with multiple listings. I came…
I need to get someone a facebook like button. Now, this would usually be very easy (with facebook's hackjob of an API with iframes), but, he/she wants it on an Ebay page. How would I go about this? Ebay doesn't…
I'm just learning PHP, but I was wondering to the advanced PHP programmers; how long would it take you to code a shopping cart exactly like osCommerce from scratch? I'm just interested in seeing how quickly others can code a…
I'm using jQuery to manipulate form data in an osCommerce instance and I'm having trouble selecting some elements. The script generates textareas with the id product_description[N], N being the 1, 2, 3... The problem is that having an id value…
I have oscommerce based website. The product's attributes are read from text file. All i want is to press the "insert product" button automatically either through AJAX or anything else. So that i can add 100 product daily in automatic…
I have created a shopping cart site, and i have got two complains for the same issue, but i am not able to track the main problem... They say they get the message "operation aborted, Internet explorer can't open the…
All of my projects include very similar tasks and quite recently I've been thinking I should write a library to handle most of the heavy lifting so I can write short, simple, easy to read code that interacts with the…