I’ve been doing tons of auction software customizations. The software is Geodesic Solutions and the code is really bandaged and thick with tables nested within tables. The work isn’t too bad though, since I’m doing pretty different things with each site, and I’m also getting pretty nice at it now. Before I could only really attack the HTML side of it, but now I’m in the PHP like crazy.I’ve also been doing a lot of customization of ZenCart shopping cart software. This is mainly reskinning it, which is just replacing the header/footer and then doing a lot of CSS work on the content portion.
Read My Books:
I've written four web development books, covering topics such as:
- • Advanced JavaScript Techniques
- • Mobile Web Development
- • JavaScript Charting Libraries
- • And more!
Favorite Posts
- CSS Data URIs – Use Them In All Browsers Now!
- Graceful Degradation With CSS3
- 5 Asset Management Tricks for Faster Websites
- 10 Javascript Performance Boosting Tips from Nicholas Zakas
- jQuery Contra Plugin – Up, up, down, down, left, right, left, right, B, A, enter
- 10 Advanced jQuery Performance Tuning Tips from Paul Irish
- 10 Things Every Good Web Developer Should Know (A Checklist)
- QuickFlip 2: The jQuery Flipping Plugin Made Faster and Simpler
- Scrolling Parallax: A jQuery Plugin
- jQuery Video Game Remake: T&C Surf
Hi, I’m trying to help my uncle customize his geodesic site and I’m kinda lost. I’m trying to design first and then use my design for what he wants. My problem is that I see no way to really get it “customized” the way he wants it. He wants to do something like http://www.olx.com, but I don’t know how it’s done. Can you reply and give me some help? I use DreamWeaver and Photoshop to design. I’m pretty good with HTML and CSS, but as far as how to work the modules, it’s all foreign language to me.
Hi Brian,
I don’t know how I can possibly explain all of Geo customization to you here, but let me give you a little info. First off, Geodesic is a poorly programmed POS, the sooner you accept that the better off you’ll be. Secondly, its built on PHP/MySQL, and you’ll have to know your way around PHP before getting started on any of the backend stuff (you can still customize the look and feel without this however). Finally you won’t be able to use Dreamweaver really, just attack the HTML/CSS directly.
You first step should be learning your way around the file system, learning what lives where.
Best of luck,
jr
Thanks for the reply and sorry for my late reply back. I understand completely what you mean. Well, I’m not really apt on PHP, but I know it’s not terribly difficult to learn. I read in the manual that I could create a template, but I’m unsure of how my template would be butchered with the main content code input. Would it be better to just copy every page and edit directly? Or, possibly, just edit them directly in the admin panel? If I can’t figure it out for him, I’ll just tell him to find somebody who is willing to work with that monstrosity.