It appears you have not yet registered with our community. To register please click here...

Forums Register FAQ Members List Mark Forums Read
AWARDS FRONTPAGE FORUMS DOWNLOADS GALLERY IRC

Go Back   Scratch Made Cars - Car Blueprints Forum > Main Site > News and Events

News and Events News and Events for the Main Site

Reply
 
LinkBack Thread Tools Display Modes
  #41 (permalink)  
Old 02-22-2005
notagain notagain is offline
Magical Tree
 

Join Date: Jan 2005
Posts: 22
Send a message via ICQ to notagain Send a message via MSN to notagain Send a message via Yahoo to notagain
Experienced Coder for main page and SMCARS WANTED

IF you are still looking for am coding help i am willing to help a great site like this. I am A contract PHP developer mainly develope custome content management systems but have done a tech support system (basicly a over secure fourm) and other tasks. PM me if i can do anythink to help out.
Reply With Quote
  #42 (permalink)  
Old 02-27-2005
cpd cpd is offline
Plastic Dashtrim
 

Join Date: Apr 2003
Posts: 84
Experienced Coder for main page and SMCARS WANTED

Quote:
Originally Posted by superwes88
I have another idea about a new layout: you have a search thingy like this: first, select brand from a drop down menu, then a dropdown with type, and maybe another one for generation or something, and then a list of the prints that match the requirement, that would be very cool.

If you can tag the name of the topic to all prints in the topic (name or the attributes of the image), it would save a lot of time.

If this is a stupid idea, because it's requires rocket-science technology I'm sorry, but it looks realistic to me.

I've seen such a thing done before, and I've got a decent idea on how to make it work.

It'd work like this:

1. Brand form is submitted, variable is remembered
2. Now the model form is active, and can be submitted, variable from it is remembered.
3. Now finally the search results are displayed.

I've done such a thing previously.



"There we are ladies and gentlemen, we're through Mach 1, the speed of sound, no bumps, no bangs - Concorde"
Latest photo: http://www.airliners.net/photo/Singa...130/L/A380-841 - Singapore Airlines
Reply With Quote
  #43 (permalink)  
Old 02-28-2005
Icekid84's Avatar
Icekid84 Icekid84 is offline
Administrator
 

Join Date: Jul 2002
Age: 24
Posts: 4,558
Send a message via ICQ to Icekid84 Send a message via AIM to Icekid84
Awards Showcase
Blueprint Donator 
Total Awards: 1
Experienced Coder for main page and SMCARS WANTED

Hi guys, I'm sorry that we have not kept you informed. I’ve been meaning to reply with something useful but nothing yet. We’ve not really had a chance to make up our mind, but I must say I'm quite happy with the number of you who want to help out; it’s very decent of all of you who have offered. Sadly I feel bad for our part for coming off as rude in not keeping you guys up to date on the situation. Again sorry and hopefully we will have some useful news to tell you.

~click to view my gallery~

".....Just Killing Time....."
Reply With Quote
  #44 (permalink)  
Old 03-01-2005
marcovtwout marcovtwout is offline
Electric Seats
 

Join Date: Oct 2004
Age: 21
Posts: 258
Send a message via MSN to marcovtwout
Experienced Coder for main page and SMCARS WANTED

Oh that's ok.

First I want to finish some updates for Lostheaven, some can also be applied here (download section).
Then I still have to wait until 0.5 of LogicFury until I can start on this site.
And maybe you could make a new topic about the website contest? You could put all the posted designs in the first post and attach a poll to it. You could take the members opinion about it in consideration when you decide which one it will be.
Reply With Quote
  #45 (permalink)  
Old 03-02-2005
wcc wcc is offline
Wunderbaum
 

Join Date: Nov 2004
Posts: 65
Experienced Coder for main page and SMCARS WANTED

y not do it from strach like im doing to learn php?! its easy once u get used to it

excuse my spelling and my logic
Reply With Quote
  #46 (permalink)  
Old 03-02-2005
marcovtwout marcovtwout is offline
Electric Seats
 

Join Date: Oct 2004
Age: 21
Posts: 258
Send a message via MSN to marcovtwout
Experienced Coder for main page and SMCARS WANTED

Well I have gained quite some experience with php, started with some simple books and coding from scratch. For my company I code everything from scratch and I might be making my own CMS as well some day. For Lostheaven I do both my own code and code from others.
Reply With Quote
  #47 (permalink)  
Old 03-02-2005
wcc wcc is offline
Wunderbaum
 

Join Date: Nov 2004
Posts: 65
Experienced Coder for main page and SMCARS WANTED

get database access and edit the blueprints catogratory to include more or create new tables to get the samething done heres some sample code for the query statement
Code:
'SELECT Make FROM ' . WhatEVERTABLE . ' GROUP MAKE ORDER MAKE"
simple but does the job for me

excuse my spelling and my logic
Reply With Quote
  #48 (permalink)  
Old 03-02-2005
marcovtwout marcovtwout is offline
Electric Seats
 

Join Date: Oct 2004
Age: 21
Posts: 258
Send a message via MSN to marcovtwout
Experienced Coder for main page and SMCARS WANTED

Oh, I know about SQL as well, don't worry.
Also, this wouldn't be handy.
Getting the query every time the page loads would stress the server unnecessarily, better is to use caching.
Reply With Quote
  #49 (permalink)  
Old 03-02-2005
wcc wcc is offline
Wunderbaum
 

Join Date: Nov 2004
Posts: 65
Experienced Coder for main page and SMCARS WANTED

i know its just a snipit of the code

excuse my spelling and my logic
Reply With Quote
  #50 (permalink)  
Old 03-03-2005
marcovtwout marcovtwout is offline
Electric Seats
 

Join Date: Oct 2004
Age: 21
Posts: 258
Send a message via MSN to marcovtwout
Experienced Coder for main page and SMCARS WANTED

And actually it's GROUP BY and ORDER BY
Reply With Quote
  #51 (permalink)  
Old 03-03-2005
wcc wcc is offline
Wunderbaum
 

Join Date: Nov 2004
Posts: 65
Experienced Coder for main page and SMCARS WANTED

i typed it fast and wasnt thinking strait

excuse my spelling and my logic
Reply With Quote
  #52 (permalink)  
Old 03-04-2005
cpd cpd is offline
Plastic Dashtrim
 

Join Date: Apr 2003
Posts: 84
Experienced Coder for main page and SMCARS WANTED

Quote:
Originally Posted by marcovtwout
Well I have gained quite some experience with php, started with some simple books and coding from scratch. For my company I code everything from scratch and I might be making my own CMS as well some day. For Lostheaven I do both my own code and code from others.
Whatever you do, research about security! The exploits that can be left open in a CMS if you are not aware of them are quite eye-opening. Some obvious, some not so obvious. I spent a great deal of time on my own CMS, and I've used a few of the really big and advanced commercial ones.



"There we are ladies and gentlemen, we're through Mach 1, the speed of sound, no bumps, no bangs - Concorde"
Latest photo: http://www.airliners.net/photo/Singa...130/L/A380-841 - Singapore Airlines
Reply With Quote
  #53 (permalink)  
Old 03-04-2005
marcovtwout marcovtwout is offline
Electric Seats
 

Join Date: Oct 2004
Age: 21
Posts: 258
Send a message via MSN to marcovtwout
Experienced Coder for main page and SMCARS WANTED

Thanks for the advice, I already thought about that but I still have a long way to go before even starting on my own CMS.

Back to SMC now when will the layout finally be chosen?
Reply With Quote
  #54 (permalink)  
Old 09-13-2005
jsimmons jsimmons is offline
Cup Holder
 

Join Date: Sep 2005
Posts: 2
Re: Experienced Coder for main page and SMCARS WANTED

I know this is an old thread, but I'm new here (today). Did this ever get resolved?

I just did a site using css, html, javascript, mysql, and php (all done by hand and without a CMS to help). It my first attempt with anything other than strictly HTML.

http://www.paddedwall.org/rTCDD

I might be able to give a few pointers or help out in some way...


Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 11:28 AM.



Design By: Miner Skinz.com
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC6