Automotive Forums .com - the leading automotive community online! Automotive Forums .com - the leading automotive community online!
Automotive Forums .com - the leading automotive community online! 
-
Latest | 0 Rplys
Go Back   Automotive Forums .com Car Chat > Mitsubishi > Eclipse/Talon/Laser > Off-Topic
Register FAQ Community Arcade Calendar
Off-Topic Talk about anything other than cars.
Reply Show Printable Version Show Printable Version | Email this Page Email this Page | Subscription Subscribe to this Thread
 
Thread Tools
Old 01-30-2008, 05:26 PM   #16
JoeShmoe
AF Enthusiast
 
JoeShmoe's Avatar
 
Join Date: Aug 2006
Location: DeLand, Florida
Posts: 1,579
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to JoeShmoe
Re: Weird Question with Email

LOL, well I'm sorry. I used to doze off in the classes that were for C++ and C Sharp.


Nerd faces










__________________
'98 Contuor SE, 2.5 V6 Auto Silver
'08 Altima 2.5S, Auto Super Black
JoeShmoe is offline   Reply With Quote
Old 01-30-2008, 05:29 PM   #17
Blackcrow64
AF Moderator
 
Blackcrow64's Avatar
 
Join Date: Jun 2002
Location: Salem, Ohio
Posts: 9,620
Thanks: 52
Thanked 24 Times in 23 Posts
Re: Weird Question with Email

Quote:
Originally Posted by JoeShmoe
LOL, well I'm sorry. I used to doze off in the classes that were for C++ and C Sharp.


Nerd faces
Sounds like pure jealousy to me. lol...

I used to doze off too, but that's because they went so slow and made it so boring. It isn't brain surgery. lol...

Actually, it has been so long since I've done any of that now that I would probably have a hard time with the coding...

I need to get back in shape on that stuff and see if I can't get a job doing it, cause it was simple...
__________________
-Brian
  • 92 Firebird sold
  • 97 Talon TSI AWD sold
  • 05 Cobalt LS sold
  • 02 Tahoe LT sold
  • 06 Cadillac STS4 AWD sold
  • 03 Corvette Z06
  • 14 Silverado 1500
Blackcrow64 is offline   Reply With Quote
Old 01-30-2008, 10:34 PM   #18
david-b
Dave is THAT guy
Thread starter
 
david-b's Avatar
 
Join Date: Nov 2003
Location: Chicago, Illinois
Posts: 6,868
Thanks: 2
Thanked 7 Times in 6 Posts
Send a message via AIM to david-b Send a message via MSN to david-b Send a message via Yahoo to david-b
Re: Weird Question with Email

Databases are easy. I don't use Access or anything when it comes to that. Good old command prompt editors FTW, such as Putty. Also most web server providers offer a mySQL manager of some sort which is more visually pleasing. It's more fun to me to sit there and type out something like this:
Quote:
Originally Posted by The Dave
CREATE TABLE `signs` (
`id` int(11) NOT NULL auto_increment,
`rep` varchar(255) NOT NULL default '',
`signs` int(11) default NULL,
`text` varchar(255) NOT NULL default '',
`qty` int(11) default NULL,
PRIMARY KEY (`id`)
);



My Programming Web Databases class was so hard when I took it. I had no interest in it and couldn't stay focused. My teacher came from Silicon Valley and got BORED there so he came to Chicago to start a new life. He died last semester I ended up getting mono that semester I took it and missed 3 weeks. Then over spring break, taught myself everything and for the final wrote a shopping cart website. Now I do this for a living.

I really don't do C++ programming anymore... switched over to all web-based programming. C++ changes so often with different framework, .NET, and all that other stuff.

And it's not just archiving. It's pulling specific data from the email. Here's an example or an everyday sign request.

Quote:
Originally Posted by Budweiser Sales Rep
Dave;
10 2x3
1 3x10
50 Table Tent

Bud Family Bud Bowl Template
"Join us here for the BIG GAME
$13 Bud Light Buckets (5 bottles)"
So when this email is sent, it goes into an inbox of mine. When it gets there, this program or whatever goes in and picks out the info. 10 2x3, 1 3x10, and 50 Table Tents Get stored in one field of the table, the template in another, and the text in another. Again, needs to be automatic as soon as the request is received. On my side, I would have an alert that comes up saying new request and I get to see it being displayed from the database itself.
__________________
2013 Chevy Sonic 1LZ
Daily Driver, 1.4L Turbo, 6spd

75 Monte Carlo
SBC 400 6.6L, Aluminum heads, Hurricane Intake...

12 Chevy Sonic 1LZ 1.8L - Traded
01 Pontiac Grand Am SE - RIP
95 Eagle Talon ESi-T 5spd - RIP
88 Oldsmobile Cutlass Ciera- RIP
david-b is offline   Reply With Quote
Old 01-30-2008, 11:00 PM   #19
JoeShmoe
AF Enthusiast
 
JoeShmoe's Avatar
 
Join Date: Aug 2006
Location: DeLand, Florida
Posts: 1,579
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to JoeShmoe
Re: Weird Question with Email

I get it now, well sounds pretty interesting.
__________________
'98 Contuor SE, 2.5 V6 Auto Silver
'08 Altima 2.5S, Auto Super Black
JoeShmoe is offline   Reply With Quote
Old 01-31-2008, 01:00 AM   #20
Thor06
Jizzed In My Pants
 
Thor06's Avatar
 
Join Date: Feb 2005
Location: Nowhere
Posts: 6,549
Thanks: 0
Thanked 1 Time in 1 Post
Re: Weird Question with Email

Nice!! Very good Dave, glad you got 'er worked out.
__________________



Build on hold until I get a good paying job, either in school or once I get out. At that time a full tear down and complete rebuild should be in order.

The Purple People Eater will ride again... January 2011 can't come soon enough.
Thor06 is offline   Reply With Quote
Old 01-31-2008, 09:53 AM   #21
david-b
Dave is THAT guy
Thread starter
 
david-b's Avatar
 
Join Date: Nov 2003
Location: Chicago, Illinois
Posts: 6,868
Thanks: 2
Thanked 7 Times in 6 Posts
Send a message via AIM to david-b Send a message via MSN to david-b Send a message via Yahoo to david-b
Re: Weird Question with Email

Quote:
Originally Posted by Thor06
Nice!! Very good Dave, glad you got 'er worked out.
Uh haven't done anything yet bud. Still working on theory. And I'm waiting to get settled in before I start coding. Sometimes I like sitting down and writing code for hours all night. When it rains it pours lol.
__________________
2013 Chevy Sonic 1LZ
Daily Driver, 1.4L Turbo, 6spd

75 Monte Carlo
SBC 400 6.6L, Aluminum heads, Hurricane Intake...

12 Chevy Sonic 1LZ 1.8L - Traded
01 Pontiac Grand Am SE - RIP
95 Eagle Talon ESi-T 5spd - RIP
88 Oldsmobile Cutlass Ciera- RIP
david-b is offline   Reply With Quote
Old 01-31-2008, 02:28 PM   #22
JoeShmoe
AF Enthusiast
 
JoeShmoe's Avatar
 
Join Date: Aug 2006
Location: DeLand, Florida
Posts: 1,579
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to JoeShmoe
Re: Weird Question with Email

LOL, i knew you would get dustin on that. Owned!

How many lines do you think you will need to write?
__________________
'98 Contuor SE, 2.5 V6 Auto Silver
'08 Altima 2.5S, Auto Super Black
JoeShmoe is offline   Reply With Quote
Old 01-31-2008, 02:57 PM   #23
david-b
Dave is THAT guy
Thread starter
 
david-b's Avatar
 
Join Date: Nov 2003
Location: Chicago, Illinois
Posts: 6,868
Thanks: 2
Thanked 7 Times in 6 Posts
Send a message via AIM to david-b Send a message via MSN to david-b Send a message via Yahoo to david-b
Re: Weird Question with Email

Quote:
Originally Posted by JoeShmoe
LOL, i knew you would get dustin on that. Owned!

How many lines do you think you will need to write?
Lines of code? For the whole site or just for this specific part? Probably a good solid couple thousand. That's why like I said, when I get into it, I get really into it. I'm working on my personal site so I can start showing off some work and all and that's going to be quite a bit also.
__________________
2013 Chevy Sonic 1LZ
Daily Driver, 1.4L Turbo, 6spd

75 Monte Carlo
SBC 400 6.6L, Aluminum heads, Hurricane Intake...

12 Chevy Sonic 1LZ 1.8L - Traded
01 Pontiac Grand Am SE - RIP
95 Eagle Talon ESi-T 5spd - RIP
88 Oldsmobile Cutlass Ciera- RIP
david-b is offline   Reply With Quote
Old 01-31-2008, 03:35 PM   #24
david-b
Dave is THAT guy
Thread starter
 
david-b's Avatar
 
Join Date: Nov 2003
Location: Chicago, Illinois
Posts: 6,868
Thanks: 2
Thanked 7 Times in 6 Posts
Send a message via AIM to david-b Send a message via MSN to david-b Send a message via Yahoo to david-b
Re: Weird Question with Email

Ah sent an email to myself and manual searched for it and look what I got
http://davidbonolo.com/xml/

Only thing is, email looks like
Quote:
Originally Posted by Me Sending Crap to Myself
<email>
<to>Dave Bonolo</to>
<from>Sales Rep</from>
<subject>Sign request 1</subject>
<sign1>5 2x3, Bud Light temp, "$2 bottles everyday"</sign1>
<sign2>5 2x3, Bud Light temp, "$1 bottles every Wednesday, $5 Pitchers"</sign2>
</email>
Which means the reps would have to add each field (or make a template like above) to every email. I'm sure they would love that. lol.
__________________
2013 Chevy Sonic 1LZ
Daily Driver, 1.4L Turbo, 6spd

75 Monte Carlo
SBC 400 6.6L, Aluminum heads, Hurricane Intake...

12 Chevy Sonic 1LZ 1.8L - Traded
01 Pontiac Grand Am SE - RIP
95 Eagle Talon ESi-T 5spd - RIP
88 Oldsmobile Cutlass Ciera- RIP
david-b is offline   Reply With Quote
Old 02-01-2008, 07:43 AM   #25
JoeShmoe
AF Enthusiast
 
JoeShmoe's Avatar
 
Join Date: Aug 2006
Location: DeLand, Florida
Posts: 1,579
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to JoeShmoe
Re: Weird Question with Email

Quote:
Originally Posted by david-b
Which means the reps would have to add each field (or make a template like above) to every email. I'm sure they would love that. lol.
I'm usre they wold love that Dave. Take an extra couple minutes to fill it out. Well, a template that you made up might work better than having them make their own, IMO.
__________________
'98 Contuor SE, 2.5 V6 Auto Silver
'08 Altima 2.5S, Auto Super Black
JoeShmoe is offline   Reply With Quote
 
Reply

POST REPLY TO THIS THREAD

Go Back   Automotive Forums .com Car Chat > Mitsubishi > Eclipse/Talon/Laser > Off-Topic


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



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

Community Participation Guidelines | How to use your User Control Panel

Powered by: vBulletin | Copyright Jelsoft Enterprises Ltd.
 
 
no new posts