TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 01-13-2008, 01:23 PM   #1 (permalink)
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Help Why is it so hard to get in working on my php skills!?

it takes like 1 day for me to start putting down code :S
why is that :S?


i can like be infront of the computer and in notepad with a whitepage and do noting just thinking what and how i will do this
:P and then some times i just feel ohh this is to hard :P so i do something else Please help me get in better focus for code!!! :)


Codiie ;)
codefreek is offline  
Reply With Quote
Old 01-13-2008, 01:47 PM   #2 (permalink)
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

Are you a perfectionist? If so, that may happen to you usually.

What I do first is write code that works according to the requirements of client (I'm putting client here just for an example) then like all other big programmers out there, refine my code. Keep refining (minimizing) the code until I am happy.
__________________
Necessity is the mother of invention.

My blog
Haris is offline  
Reply With Quote
The Following User Says Thank You to Haris For This Useful Post:
codefreek (01-13-2008)
Old 01-13-2008, 02:31 PM   #3 (permalink)
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Default

ok thank you, i might say in some ways i am perfectionist,
but i have the big problem of thinking it will take for ever
and that makes me dont wanna do it :P
"lazy".. i really try not to be lazy,

but i dont know i really do wanna improve my skills and so on..
the funny thing when i start i can be there and code for like 6 hours,
or more.. but it is the like first 20 min ~ :S

i think, there is only one way. And it's stop Waiting and just do it.
but if i dont get that thinking moment my code gets like from code to wtf? is this lol ;) ohh well i dont know :S
codefreek is offline  
Reply With Quote
Old 01-13-2008, 03:22 PM   #4 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

That's a demon we all face unfortunately :) When I'm staring at the screen with a blank look on my face I usually just take a wonder around the office. I think much better when I'm wondering about so by the time I've made it back to my desk my brain is in gear and I'm ready to start coding :)

Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
The Following 2 Users Say Thank You to Alan @ CIT For This Useful Post:
codefreek (01-13-2008), Orc (01-13-2008)
Old 01-13-2008, 03:59 PM   #5 (permalink)
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Default

thank you for the post,
thats a good thing to do.
hum.. well i think it gets better as when the time go,
and you get more in to the code you are working with.

anyways i am codeing right now so ;)
hehe..
codefreek is offline  
Reply With Quote
Old 01-13-2008, 04:10 PM   #6 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

I've had this problem, I think I still do. :S
Orc is offline  
Reply With Quote
Old 01-13-2008, 04:14 PM   #7 (permalink)
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Default

i think as you are new to the lang u code in this is a big thing..
thats why it is so hard i think..
codefreek is offline  
Reply With Quote
Old 01-13-2008, 04:15 PM   #8 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by codefreek View Post
i think as you are new to the lang u code in this is a big thing..
thats why it is so hard i think..
I can easily think up a lot of stuff but when I come down to writing the code, my mind completely blanks out.

:S
Orc is offline  
Reply With Quote
Old 01-17-2008, 09:49 PM   #9 (permalink)
The Wanderer
 
SystemBomber's Avatar
 
Join Date: Oct 2007
Location: Essex, United Kingdom
Posts: 6
Thanks: 0
SystemBomber is on a distinguished road
Default

I just lack a lot of motivation to do things. I really want to do them, but unless I really push myself I'll end up playing Team Fortress 2 or CS Source.
__________________
SystemBomber is offline  
Reply With Quote
Old 01-18-2008, 08:36 PM   #10 (permalink)
The Acquainted
 
wGEric's Avatar
 
Join Date: Nov 2007
Posts: 166
Thanks: 0
wGEric is on a distinguished road
Default

Break your project up into chunks or milestones. Work towards each milestone and it will make the project seem not so big and overwhelming.

If you're problem is you spend too much time planning then you'll get faster at this as you do more coding. You'll encounter problems and solve them you'll be able to get through them a lot faster the next time you have the same problem.

You say your mind goes blank when it comes to actually writing code? Is this because you don't know the syntax, functions, etc or is it because you don't know how to do what you want to do? If it is the former, then do some more reading and learning about the language. If it is the later, try thinking about how to do it not in the language but in simple terms. Work through the steps to achieve what you want. Once you have that solved, turn it into code.

As you work more and more with the code you'll be able to start thinking in code. I do this all the time. I find it easier to thinking in code than in other terms. Don't have to convert it over to code. It's already there. Hehe. Thinking like this isn't always the best though.

Also it sounds like you have a lack of motivation. With this you'll need to find a project that interests you and you want to complete it. Motivation to work on a project is something you'll have to figure out yourself. Not much can help you in this area.
__________________
Eric
wGEric is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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. The time now is 06:49 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design