Check out my newest little project that will serve up your standard CSS along with a CSS file (if its available) for the users browser.
For example, you have you standard style.css file that has all of your sites CSS rules. Then, you notice a CSS bug that occurs in Safari, so you would create safari.css and this little system will detect when Safari shows up and serve up the style.css file with the safari.css file appended to the end of it (Yes, it combines them into one file) and it also offers browser compression and setting of the browser cache so that newly combined/formed, specific browser tailored, with line breaks and CSS comments removed for best compression, and then browser cache set so the browser and server both get the best and most efficient single CSS file to work with.
You can configure everything:
- You can set multiple “base” css files. i.e. reset.css and style.css or whatever.
- You can configure if you want it do remove line breaks and/or all CSS comments
- You can configure if you want the file to be compressed or not
- You can set as many specific browser and browser version specific CSS files, or none at all. For Example:
- chrome.css
- firefox.css
- ie-all.css
- ie-lte6.css
- ie-lte8.css
Click Here for Demo
(view this same page from different browsers…)
Contact me if you’re interested!
I am in the early development of a mobile plug-in/extension that would turn your existing, Open Cart, OsCommerce, or ZenCart e-commerce store into a mobile friendly e-commerce store. It will be an add-on or extension to your existing site, so it wouldn’t interfere with anything you have setup already, it will just offer up this “theme” if someone shows up on an iPhone, iPad, iPod Touch or Android phone.
I need to know who out there is interested in this, and if it costs like $20 to buy this would anyone complain? It will support all the main functions as your main site would, searching, browsing by category or mfg, logging into their account, and of course checkout etc.
I need some feedback from folks to fill in some blanks and find out what peoples needs are, so please drop a comment and I will respond!
Thanks,
Josh
I have been developing for WordPress and OpenCart for some time, and have come to these realizations:
WordPress has some OK, sometimes decent, e-commerce plugins; probably e-shop and wp-ecommerce being the best. But they have their drawbacks, and they have been developed around wordpress for wordpress.
OpenCart is a great, solid, excellently coded, stand alone open source e-commerce system.
I ran across a thread in a forum about the possibility of integrating OpenCart into WordPress as a WordPress plugin, and I liked the idea because WordPress needs a REALLY SOLID e-commerce plugin. So I am now exploring developing that integration.
Here is what I have planned:
- Install OpenCart directly into WordPress as a plugin
- OpenCart would not use its own template system, but instead use WordPress’s theme
- The OpenCart Modules would become widgets
- OpenCart admin login will ride on WordPress admin login for seamless login to both systems.
- OpenCart customers would tie into the WordPress Users table, and that integration would have many benefits
Future Ideas
- Extend OpenCarts plugin-ability with a wordpress powered plugin that would plug into OpenCart
- More?…
Drop me some comments with your thoughts…
Josh

