Author Topic: Messing with Photoshop  (Read 358 times)

0 Members and 1 Guest are viewing this topic.

Offline MassCoder

  • Recon Newbie
  • *
  • Posts: 4
  • Reputation: 1
    • View Profile
Messing with Photoshop
« on: November 08, 2009, 03:31:59 PM »
Sup Guys,

I am new to this Forums. I know Intermediate C++, I am good at GFX.
I will post some useful tutorials later on. Hopefully.
I have another question, I can't see the verification image, at all. Is there any way to fix it?
Anyways.
Here is something I made when I was messing around with Photoshop.




Recon Networks

Messing with Photoshop
« on: November 08, 2009, 03:31:59 PM »

Offline k3ystone

  • Recon Contributor
  • Recon Spambot
  • *
  • Posts: 415
  • Reputation: 245
    • View Profile
Re: Messing with Photoshop
« Reply #1 on: November 09, 2009, 10:13:51 PM »
let me be the first to say welcome to recon!  are you actively working on programming projects, or just have past experience with it?  and it's always good to have another GFX guy around here, they're a critical asset for us not-so-artsy people..haha

I like the pic, did you make it from scratch?  and what was the motivation behind it?

Offline MassCoder

  • Recon Newbie
  • *
  • Posts: 4
  • Reputation: 1
    • View Profile
Re: Messing with Photoshop
« Reply #2 on: November 10, 2009, 06:05:41 PM »
let me be the first to say welcome to recon!  are you actively working on programming projects, or just have past experience with it?  and it's always good to have another GFX guy around here, they're a critical asset for us not-so-artsy people..haha

I like the pic, did you make it from scratch?  and what was the motivation behind it?

I do program a-lot, especially during the weekends. But the problem is that I can't think of anything new. First of all, what are sockets?

Well, About the picture. Yes, I did it from scratch, except for the background I got a texture and I added some coloring to it. There was no motivation behind it, I was just bored. Haha.

Offline Chris

  • Shadow Production Ltd
  • Administrator
  • Recon Spambot
  • *****
  • Posts: 337
  • Reputation: 1265
  • Light prevails over Darkness, well most of the tim
    • View Profile
Re: Messing with Photoshop
« Reply #3 on: November 10, 2009, 06:25:05 PM »
Greetings Mass Coder,

First of all, Welcome to Recon Networks. I will look into the image verification problem as it shouldn't be showing up. Though it was disabled. Does it appear with creating topics, or just with registering?


Chris
Chris
Star Force Developer
www.shadowproductionltd.org

Offline MassCoder

  • Recon Newbie
  • *
  • Posts: 4
  • Reputation: 1
    • View Profile
Re: Messing with Photoshop
« Reply #4 on: November 11, 2009, 06:17:59 PM »
Greetings Mass Coder,

First of all, Welcome to Recon Networks. I will look into the image verification problem as it shouldn't be showing up. Though it was disabled. Does it appear with creating topics, or just with registering?


Chris

It appears with creating topics, with commenting(replaying) . I just click on 'Listen to the letters', though it is a bit hard.

Offline Chris

  • Shadow Production Ltd
  • Administrator
  • Recon Spambot
  • *****
  • Posts: 337
  • Reputation: 1265
  • Light prevails over Darkness, well most of the tim
    • View Profile
Re: Messing with Photoshop
« Reply #5 on: November 11, 2009, 06:51:05 PM »
Greetings Mass Coder,

First of all, Welcome to Recon Networks. I will look into the image verification problem as it shouldn't be showing up. Though it was disabled. Does it appear with creating topics, or just with registering?


Chris

It appears with creating topics, with commenting(replaying) . I just click on 'Listen to the letters', though it is a bit hard.

kk. I did change it to simple letters but might disable it. It's only to prevent spamming by spam bots. Need 10 post to make it go away currently.
Chris
Star Force Developer
www.shadowproductionltd.org

Offline k3ystone

  • Recon Contributor
  • Recon Spambot
  • *
  • Posts: 415
  • Reputation: 245
    • View Profile
Re: Messing with Photoshop
« Reply #6 on: November 12, 2009, 09:42:49 AM »
I do program a-lot, especially during the weekends. But the problem is that I can't think of anything new. First of all, what are sockets?

sockets fall into the category that I would call "advanced" C++.  basically they allow you to make a program that can communicate over the internet.  for example, you could use sockets to make a tic-tac-toe game where two players compete against each other via the internet.  the down side to sockets is that they are difficult to learn unless you really know what you're doing..

Offline MassCoder

  • Recon Newbie
  • *
  • Posts: 4
  • Reputation: 1
    • View Profile
Re: Messing with Photoshop
« Reply #7 on: November 13, 2009, 08:21:19 PM »
Quote
sockets fall into the category that I would call "advanced" C++.  basically they allow you to make a program that can communicate over the internet.  for example, you could use sockets to make a tic-tac-toe game where two players compete against each other via the internet.  the down side to sockets is that they are difficult to learn unless you really know what you're doing..

Wow!, That is awesome!. I never knew C++ can do that. Btw, Do you know Sockets?.

P.S. The verification code is still not working.... But It's fine.

Offline Drunken.Canadian

  • Administrator
  • Administrator
  • Recon Spambot
  • *****
  • Posts: 442
  • Reputation: 270
  • ASM, C++, and C# programmer
    • View Profile
    • Infinity Logic
Re: Messing with Photoshop
« Reply #8 on: November 14, 2009, 08:52:54 AM »
I do program a-lot, especially during the weekends. But the problem is that I can't think of anything new. First of all, what are sockets?

sockets fall into the category that I would call "advanced" C++.  basically they allow you to make a program that can communicate over the internet.  for example, you could use sockets to make a tic-tac-toe game where two players compete against each other via the internet.  the down side to sockets is that they are difficult to learn unless you really know what you're doing..
I would have to disagree with you there k3ystone, about a moth ago I was bored at my house and started to read tutorials on it.... I personal think finding the tutorial was the hardest part :P But it only took about 2 - 3 hours of my time and now I can make applications that communicate over the Internet using sockets. Maybe some day when I get some time to make a detailed tutorial I'll post it and make a PDF version with more information.

Thanks, RandomHero
Visit Infinity Logic for up to date programming tutorials.


Offline Quitta

  • RN.Mod
  • Global Moderator
  • Loyal Networker
  • *****
  • Posts: 771
  • Reputation: 610
  • Revolution
    • View Profile
Re: Messing with Photoshop
« Reply #9 on: January 03, 2010, 04:20:29 AM »
hehe Brock I would really love that ;)

Offline k3ystone

  • Recon Contributor
  • Recon Spambot
  • *
  • Posts: 415
  • Reputation: 245
    • View Profile
Re: Messing with Photoshop
« Reply #10 on: January 04, 2010, 11:09:37 AM »
I would have to disagree with you there k3ystone, about a moth ago I was bored at my house and started to read tutorials on it.... I personal think finding the tutorial was the hardest part :P But it only took about 2 - 3 hours of my time and now I can make applications that communicate over the Internet using sockets. Maybe some day when I get some time to make a detailed tutorial I'll post it and make a PDF version with more information.

Thanks, RandomHero

I would love it if you would post a tutorial on sockets, I've had no luck finding one that explains it very well at all.  and I would like to see what kind of programs you have made using sockets..if you don't mind sharing.  :)

Recon Networks

« on: »