PDA

View Full Version : I feel special...



deadfolx
12-24-2011, 11:58 AM
Just made a very basic auth for clraik!! My first successful use of an HTTP Wrapper!!!

Started working on a simple Av Grabber(i know theres 100's) but it'll only grab 3 avatars... out of about 20 av links. ugh!

Steve
12-24-2011, 11:58 AM
Congrats :')

deadfolx
12-24-2011, 12:02 PM
Hey Thanks!!!
Maybe christmas wont suck like i expect. :P

Shichibukai
12-24-2011, 12:06 PM
Oo Congrats

I always wanted to learn programming but never was able to progress

deadfolx
12-24-2011, 12:33 PM
thx!
I find it really hard to teach myself. I just had a semester in vb.net 2010 and wanna put it to use. But we never really learned how to work with websites. so im forced to teach myself. ah well. lol

Tinill
12-24-2011, 12:36 PM
Oo Congrats

I always wanted to learn programming but never was able to progress

The same like me ;D

Evelsaint
12-24-2011, 12:37 PM
Further than I have ever gotten. Keep up the good work

Inq
12-24-2011, 12:47 PM
Congrats! I'd really like to start programming as well. I only did a little bit in school. That feels like a very long time ago.

deadfolx
12-24-2011, 01:17 PM
google is becoming my best friend all over again. :D

Evelsaint
12-24-2011, 01:27 PM
Bing claims to be better. You?

Kad
12-24-2011, 01:28 PM
^i lol'd

Tinill
12-24-2011, 01:29 PM
Congratulations btw ;)

deadfolx
12-24-2011, 01:59 PM
lol. bing is google. :P

Thanks Tinill!!

kooldude888
12-24-2011, 02:33 PM
congrats :D its hard work! :P well for me anyway

deadfolx
12-24-2011, 02:50 PM
Its hard for me too!!
I'm putting an avatar grabber on hold until i get a better grasp of working with the web in VB.
I decided to start working on a daily do-er. Quickly coded up 2 of the dailies, works great, its just time consuming to be able to update the log to show the user the different outcomes. Gotta do the family thing today, then sleep. After that I'm gonna get back to work and hopefully make something nice for you guys.

I know Joe was/is updating his old one, but i also know he has a lot on his plate right now with the forum and having a real life. So maybe I'll get mine done before him. :P

bamag
12-24-2011, 02:50 PM
Nice lol. I haven't programmed that much, learning Java atm.. Not sure if Java would be very useful for making programs for neopets lol

deadfolx
12-24-2011, 02:51 PM
Java is great for making multi-platform programs. Very useful! I have a class on Java this coming semester!!

Miguel
12-24-2011, 03:16 PM
Good job :)

Alternative
12-24-2011, 03:54 PM
You are special, sir.

Vanguard
12-24-2011, 07:55 PM
Congrats! Programming makes my head spin. Glad there's people out there willing to take it on

w_is_awesome
12-25-2011, 01:11 AM
You should feel special!!
I'm to lazy to figure out how to fix some of the copy and paste stuff I put in my (ultra) simple av grabber.

deadfolx
12-25-2011, 02:15 AM
C&P is no fun! then u dont learn anything!! ;)

If anyone would like to help me get this done a lot faster... just take screenshots of your dailies, whether u get something or not, and then PM me the screenie. Getting the program to perform the actions is easy... but i want the progress log to be very accurate in displaying what you get.

Miguel
12-25-2011, 02:31 AM
C&P is no fun! then u dont learn anything!! ;)

Quoted for truth

deadfolx
12-26-2011, 08:01 AM
If chkScratchcards.Checked = True Then
If optDesert.Checked = True Then
ScratchDesert()
ElseIf optSpooky.Checked = True Then
ScratchSpooky()
ElseIf optWinter.Checked = True Then
ScratchWinter()
End If
End If

Just saying...

deadfolx
12-27-2011, 03:12 PM
329

Almost all of the actions r coded. I gotta find which of my accounts has the Petpet Lab so I can code that. I also have to figure out how to code all of the "Wheels of" still.
Besides that, I just have to fine tune all of the Log Outputs.
And I know, I'm missing a few dailies. I'll start them once I finish the checkboxes I already have. :P

Ashleys165
12-27-2011, 03:23 PM
I be you would feel better if you won my Chomby... [Only registered and activated users can see links]

deadfolx
12-27-2011, 03:25 PM
lol. Maybe. But i think i have my hands filled making this program. :P

Ashleys165
12-27-2011, 03:26 PM
=P I should be working on mine, but I am on my sisters Account right now.

deadfolx
12-27-2011, 03:28 PM
lol. I should be sleeping

Ashleys165
12-27-2011, 03:35 PM
L0l The word should... It means so much... but at the same time, the absence of doing something.

deadfolx
12-27-2011, 03:40 PM
Should should mean something. hahah

Sci_Girl
12-27-2011, 03:52 PM
Good job! I have always wanted to learn how to write code for programs and such but it is just so intimidating.

deadfolx
12-27-2011, 04:54 PM
Thanks!!
But I'm telling u, its not that bad. I'm glad I had a semester in VB or i'd still be lost. But I'm sure if u gave it a shot u could have all the basics in a few days. Just dont copy/paste code. :P
At least with VB anyway... i'm not too sure about other languages.