Usapang Programming Languages (Software Development)

Talk about things other than video games. What are your other hobbies? What's your favorite TV show? Are you into sports. Any recommended restaurants? Do you travel?
Post Reply
User avatar
nayj
Primal Rage
Primal Rage
Posts: 972
Joined: Sun Mar 01, 2009 9:57 am
PSN ID: nReiz
Location: -.-. .- ...- .. - .

Daniel wrote:COBOL to Java? Hardcore a :D
Medyo pero madali kung may FW na tutulong sa pag translate. :lol:
---
"Nothing is true. Everything is permitted."
---
Currently Playing:
Nioh (PS4)
User avatar
Daniel
Primal Rage
Primal Rage
Posts: 21791
Joined: Mon Jun 09, 2003 12:54 pm
PSN ID: Bobo-Bambano
Location: Monaco

Microsoft's open sourcing of .NET hits a major milestone
http://www.computerworld.com/article/30 ... stone.html
Image
PSN ID: Bobo-Bambano (US), Hunghunk (Asian SG), imajackiechanfan (Asian HK)
deathzero23
Primal Rage
Primal Rage
Posts: 6274
Joined: Wed Dec 12, 2012 12:23 pm

I'm gonna ask just here na lang..
May nakisuyo lang sa akin to ask my sister na I.T.
My sister answered: Google na lang nya (i hate this kind of answer)
I'm pissed off (i'll never ask any IT questions to her from my friends again)

Anyways ito yung pinapatanong:
"Anong gagamitin na work place para baguhin yung code ko sa .PHP? Parang kapag na-run ko siya, iba yung post na lalabas? Thanks"

I hope the question is correct so that masagot ng maayos.
User avatar
Daniel
Primal Rage
Primal Rage
Posts: 21791
Joined: Mon Jun 09, 2003 12:54 pm
PSN ID: Bobo-Bambano
Location: Monaco

ordinary text file lang naman yung php files so pwede na lahit notepad lang.

pero hindi mag-run yung code nun unless may software like apache or wamp or xampp.
Image
PSN ID: Bobo-Bambano (US), Hunghunk (Asian SG), imajackiechanfan (Asian HK)
deathzero23
Primal Rage
Primal Rage
Posts: 6274
Joined: Wed Dec 12, 2012 12:23 pm

thanks bro..
follow-up question..
what if hindi ma-display yung nilalagay or yung na-insert na info sa system?
what's the best way to remedy it?
thanks again.
User avatar
grayfox17
Primal Rage
Primal Rage
Posts: 7503
Joined: Tue Feb 28, 2012 9:52 am

ang bait mo naman na kaibigan, talagang ikaw pa talaga nag eeffort na mag research for them, hulaan ko, tsiks yan noh? :lol:

anyway, di ako expert when it comes to coding pero i had my fair share on it back in the days, mas maganda kung yung mga IDE ang gamitin for things like this lalo na pag need ng code highlighter during compiling para madali ang debugging. Ang kagandahan kasi ng paggamit ng notepad is for compatibility reasons na rin. Nung time na nag coding kami for web dev purely notepad lang kami so kahit i-run namin sa kahit na anong major browsers kampante kami na we'll get the output we expect - yun nga lang, patayan sa debugging kasi trial and error ka talaga tapos mano-mano pa. It can be a real pain if you're working on an important module of the entire code kasi a simple typo can affect other parts like yung pag connect ng SQL or babagal ang pag search and whatnot.

Again, hindi ako professional programmer or if applicable pa rin yung mga nasabi ko sa practice ng mga coders nowadays. Tama din yung advice ng utol mo na igoogle na lang ng friend mo yung sagot sa tanong nya, bakit kamo? para ma-test din nya kung alin ang magiging suitable tools para sa coding nya - mahirap kasi mag recommend tapos pag hindi tumalab sa kanya or hindi nya magamay magpapatanong na naman ulit sa yo yan.
**** ****!
deathzero23
Primal Rage
Primal Rage
Posts: 6274
Joined: Wed Dec 12, 2012 12:23 pm

grayfox17 wrote:hulaan ko, tsiks yan noh? :lol:.
:sweat: mabait kasi sa akin & she did some favors for me sa work. So bawi bawi lang ;)
User avatar
grayfox17
Primal Rage
Primal Rage
Posts: 7503
Joined: Tue Feb 28, 2012 9:52 am

deathzero23 wrote:
grayfox17 wrote:hulaan ko, tsiks yan noh? :lol:.
:sweat: mabait kasi sa akin & she did some favors for me sa work. So bawi bawi lang ;)
mabait kase may kelangan pero mahirap yang mga ganyang babae pre - distansya amigo ka na sa mga ganyang tsiks. Mahirap mag research kamo kaya dapat bawian mo sa paraan na mag eenjoy ka para talagang kwits :lol: :mrgreen:
**** ****!
User avatar
Daniel
Primal Rage
Primal Rage
Posts: 21791
Joined: Mon Jun 09, 2003 12:54 pm
PSN ID: Bobo-Bambano
Location: Monaco

deathzero23 wrote:thanks bro..
follow-up question..
what if hindi ma-display yung nilalagay or yung na-insert na info sa system?
what's the best way to remedy it?
thanks again.
yung info ba nilalagay sa 1 variable?

galing database kaya?

maraming pwedeng cause e.

kung galing variable, ang usual solution ko, sa part ng code kung saan expected magkalan yun, naglalagay ako ng echo command to test if tama ang laman nya.

@grayfox, tama at applicable pa rin yun. kailangan pa rin talaga ng compatibility ngayon lalo at least 3 ang major browsers.
Image
PSN ID: Bobo-Bambano (US), Hunghunk (Asian SG), imajackiechanfan (Asian HK)
User avatar
Oink McOink
Primal Rage
Primal Rage
Posts: 1282
Joined: Thu Mar 26, 2015 10:57 am
PSN ID: OinkMcOink
Location: Laoag City

I was taught programming, 2 year course lang. Don't let your kids go to 2-year course schools. It's a waste of time. But anyway, I did learn a bit of programming, what I call puyatan knowledge, the possibilities kept me awake. I was the best in my class, actually, I could quickly pickup concepts easily. The problem is 2 year courses felt like they are teaching you a hobby, not teaching you a workable knowledge from start to finish.

Anyway, I wanted to learn further, but I lack motivation without a teacher telling me what to learn in order. Aside from KISS, I think 2 year course failed for me because I was not thought the basics and etiquette of coding. The whole learning to code without the codes first. Example is Flow charting and basic rules like variable naming.

I've realized that the only way for me to learn is to go back to school, or find an a problem at work that I can use as a goal to teach myself coding, I taught myself Javascript at work, but work does not require me to learn HTML and CSS, so I'm stuck with a language that I can't utilize fully, just snippets of JS to help me do repetitive stuff with Google Docs.

I've tried picking up some languages but I have dropped it after a few self-studies. I was so stupid and irresponsible in my early 20s, I regret it now, I could have been a full-fledged programmer, but the outside world kept me away from the classroom. Damned Ragnarok Online.. So I had to stop school and it took a few years to re-evaluate who I am. But It was too late, the need for a job was greater than my desire to learn, so I settled for a 2 year programming course, I was urged by my then girlfriend to take a full course, but very late 20's na ako, I don't want to be a burden to my future wife anymore.

So here I am, taking a few lessons online, liking it and dropping it later because it feels daunting without a teacher to guide me. *sigh*
User avatar
grayfox17
Primal Rage
Primal Rage
Posts: 7503
Joined: Tue Feb 28, 2012 9:52 am

2 years is too short to be able to have a comfortable knowledge about programming. Kahit na sabihin mong fast learner ka, it would still be wise to really start from the bottom kasi pag tumalon ka sa intermediate ng walang sapat na panahon to absorb ng basics well emough talagang mabibigla ka talaga hanggang sa mahirapan ka at mawalan ka ngayon ng gana na mag continue sa ginagawa mo. Yun kasi ang magiging foundation mo sa pag tackle sa advanced stages.

One effective way I did back in college was, apart from the classroom lectures and laboratory computer classes, I also tried reading up on other programming stuff during my breaks sa library. I don't usually call them advanced reading but more like leisurely browsing, mas madali maka-pickup pag nagbabasa ka ng hindi ka stressed na matuto. Sadly, after ko pagdaananan yung mga programming ek-ek na yan (nakaraos naman ako ng college) dun ko naman nadiscover yung creative side ko so dun ako naging inclined instead na sa coding. :sweat: Pero kahit na hindi ako naging professional programmer napakinabangan ko naman yung natutunan ko sa programming sa mga reports tulad sa excel formulas hehe...
**** ****!
User avatar
Oink McOink
Primal Rage
Primal Rage
Posts: 1282
Joined: Thu Mar 26, 2015 10:57 am
PSN ID: OinkMcOink
Location: Laoag City

I read Java books on my first year kahit 2nd year pa ita-tackle yun, but I was disappointed ng gamitin yung obsolete na version ng IDE. I had to ask permission to use the latest but admittedly, it annoyed me that a school is using a pirated and obsolete version when there's alot of latest and free IDEs we can use. Yun daw gamit din sa TESDA kaya di ako nakapagtake ng TESDA. Pilipinas nga naman.
User avatar
Daniel
Primal Rage
Primal Rage
Posts: 21791
Joined: Mon Jun 09, 2003 12:54 pm
PSN ID: Bobo-Bambano
Location: Monaco

Sa software development, may mga licensed talaga na IDE. Pero buti ngayon may mga free versions tulad ng Visual Studio Express kaya mas madali nang matuto.

Sa web development naman, usually free. May thread din para dun. :D
viewtopic.php?f=236&t=68013&p=2258384
Image
PSN ID: Bobo-Bambano (US), Hunghunk (Asian SG), imajackiechanfan (Asian HK)
User avatar
Sn@kemaru
Primal Rage
Primal Rage
Posts: 8188
Joined: Mon May 24, 2010 4:58 pm
PSN ID: Snakemaru
Location: Quezon City
Contact:

public class Hello{
public static void main(String []args){
System.out.println("Hello PPS!");
}
}
Image
User avatar
Daniel
Primal Rage
Primal Rage
Posts: 21791
Joined: Mon Jun 09, 2003 12:54 pm
PSN ID: Bobo-Bambano
Location: Monaco

aba Java yan a :mrgreen:
Image
PSN ID: Bobo-Bambano (US), Hunghunk (Asian SG), imajackiechanfan (Asian HK)
User avatar
Sn@kemaru
Primal Rage
Primal Rage
Posts: 8188
Joined: Mon May 24, 2010 4:58 pm
PSN ID: Snakemaru
Location: Quezon City
Contact:

^ yes. at hanggang dyan lang ang alam ko.
Image
Post Reply