Programming is Passion,Software Development is an Adventure- Willy David Jr

Programming is Passion,Software Development is an Adventure- Willy David Jr
Posted: by

Comments

keithrull said:

try using the developer toolbar so taht you could put syntax highlighting to your code. it can be found on your devpinoy profile. I think that would also eliminate the Idea problem.

nice post :)

# October 9, 2006 1:53 PM

dehran ph said:

better if you can give us at least little i idea what is radix sort, sequential, selection, heap, bubble sort lng kasi alam namin. ;)

# October 9, 2006 8:16 PM

lamia said:

Now that light bulb thing is making me laugh!!! Lolz!

# October 9, 2006 11:10 PM

Orange said:

That light bulb is an accidental representation of an array was it a Music?

Nakakalito.

# October 10, 2006 2:24 AM

Garri said:

Good start! nice try! keep it up! sana mapunta ka rin sa web development.

# November 6, 2006 1:17 AM

cruizer said:

good luck! :)

# November 27, 2006 8:44 PM

bonskijr said:

hey keep it up, congrats Yes

# January 28, 2007 8:50 PM

keithrull said:

congrats willy! Aim high Pinoy!

# January 29, 2007 4:40 PM

willydavidjr said:

Thank you po!

# February 12, 2007 11:08 AM

baorozco said:

idol k talga willy grabe tol ndi pa nga kita talga kilala dami mo na pala experience

# February 13, 2007 9:39 AM

cruizer said:

wow! good luck willy!!! :)

# April 20, 2007 1:30 AM

willydavidjr said:

Thanks sir cruizer! It was really tough but challenging! Again thank you po!

# April 22, 2007 10:01 PM

coldapoy said:

musta na bro?

# May 6, 2007 12:19 AM

willydavidjr said:

Dela Salle po ang nanalo, they will be representing on the worldwide finals! Sana makapasok sila sa top 50 in order to go to Korea!

# May 19, 2007 12:12 PM

Sunil Kr Pandey said:

It's a good initiative. Some more topics which are of common interest but not commonly available to general users may also be covered.

# June 18, 2007 8:25 PM

jokiz said:

next thing you should practice in your code is using OOP, perhaps you have a Registrar class which accepts string values for customer attributes and not Textbox instances

# June 26, 2007 6:54 PM

bonskijr said:

agree on jokiz's suggestion..if for some reason the Phone should be entered using MaskEdit Control, you'd have to search/replace every calling procedure..

and maybe you can do without the passing of the stored proc name, and put it inside the RegisterCustomer class

# June 26, 2007 10:13 PM

lamia said:

One thing that is good with stored procedures is that you can have multiple transactions. I failed to realize this in my past projects and inlined all the SQL queries which made it a maintenance hell.

# June 26, 2007 10:13 PM

jokiz said:

sp with multiple transactions, hmmm, that's too complicated for normal scenarios, i've never had a requirement such as that

# June 26, 2007 10:51 PM

willydavidjr said:

Is this what you mean sir?

I'll declare my registrar class and get customer name:

public class Registrar

{

protected string _Name;

public string Name

{

get{return _Name;}

set{_Name=value;}

}

public Registrar()

{

this._x="";

}

And when I initialized it:

Registrar myRegistrar=new Registrar();

myRegistrar.Name=Textbox1.text;

-Willy

# June 26, 2007 11:49 PM

lamia said:

BTW, rumors spread here in my company that they are looking for exceptional young people (by exceptional, I mean that's a very stupid term they came up with) to be trained with C#.Net.

If anyone here thinks he's exceptional(the stupid term, yeah) then I advise you to forward your resume to me.

@Cruizer

It happened in my previous project where I have to insert into multiple tables and delete and then select and then delete, insert, etc.

It wasn't our design to begin with so thinking of it right now, I think it could've been better if we used stored procs back then.

# June 27, 2007 2:12 AM

jokiz said:

maybe u mean multiple action queries with sp and not multiple transaction

# June 27, 2007 3:14 AM

lamia said:

Sorry jokiz, my bad. And why the hell did I say it was for cruizer when he's not even made a post!!??

# June 27, 2007 6:56 AM

cruizer said:

oo nga lamia, ano ba kinalaman ko dyan. he he napa-post tuloy ako! :P

# June 27, 2007 5:05 PM

lamia said:

I think I was really not myself yesterday! Lolz!

# June 27, 2007 10:27 PM

jokiz said:

hmmm, my comment was lost, anyway here it is again.

@willy

who cares about the registrar's name, :p. i graduated college without knowing his/her name.  i believe in your context, name should be a property of Customer. Registrar class perhaps will have a Register method which accepts a Customer instance.

All assignments to the Customer attribute will be done from the UI code

# June 28, 2007 2:17 AM

willydavidjr said:

In my part, I knew my registrar name, because he was my professor 3 times in assembly language. A multi-tasking professor! =)

# June 28, 2007 6:22 PM

jokiz said:

I did not really get the scenario here, a visual representation would help but the point i want to share is handling events for dynamically created control in asp.net is really hacky, but using session to temporary store control data imo is a no-no.  

from my experience, i just assigned the same clientid on the dynamically generated control, that way, i would still get the proper event handlers

# July 5, 2007 12:20 AM

University Update-AJAX-Dynamically Loaded Web User Control and Session State said:

Pingback from  University Update-AJAX-Dynamically Loaded Web User Control and Session State

# July 5, 2007 1:49 AM

willydavidjr said:

No no? I didn't get the idea, but basically, I used session variable so that I will know which control is loaded and which are not.

# July 5, 2007 7:06 PM

jokiz said:

viewstate i think is a better storage for hacks like this, not session

# July 5, 2007 8:33 PM

willydavidjr said:

I see, anyway they have almost the same parameter.

# July 6, 2007 8:56 PM

Garri said:

Aside from a "Good UI" don't forget Usability. End User's hate moving their wrist and fingers too much. Hehehe

# July 29, 2007 9:44 PM

lamia said:

Then maybe you should've have said you were more focused into the functionality and just say "Thank you for your comments"! :)

# July 29, 2007 9:55 PM

jop said:

"All in all, despite the criticism, it takes me again to the next level of software development."

That is definitely not critisism - that is feedback.  Getting feedback in just after 2 weeks of work is very valuable. Try if you can get feedback in days rather than weeks. The more frequent, the better. :D

# July 29, 2007 10:51 PM

willydavidjr said:

Thanks guys. Actually I am just starting up as a Web Apps programmer. That's why your comments will help me a lot! Again thank you!

# July 30, 2007 7:04 PM

bmongtangco said:

no matter how hard we try to make a web app perfect, we can never please everybody. that is why we should follow design and development standards that will justify our work as "Good Design". without standards, everything will be just be based on opinion.

# August 2, 2007 6:30 PM

cruizer said:

Tin ba or Tim? he he magagalit sa yo si Tin nyan :P

# August 5, 2007 4:41 PM

willydavidjr said:

Hindi sir cruizer, si Mam Tin at si sir Tim ay magkaiba..Si sir Tim ung Professor sa UP at naging panel sa ImagineCup competition. =)

# August 5, 2007 5:07 PM

Comgen said:

Wow good one for you sir willydavidjr. Keep on with what you are doing.... God Bless

# August 5, 2007 8:32 PM

willydavidjr said:

Thanks pO sir ComGen!

# August 5, 2007 9:45 PM

Ralphe said:

i hope u'll enjoy your stay being an MSP. hope to see more of you in the coming meetings.. :D

# August 26, 2007 3:13 AM

raseryu said:

Just curious, is Microsoft Student Partner Program the same with the Microsoft Faculty and Student Ambassador's Program way back in 2005?

# August 27, 2007 5:51 AM

willydavidjr said:

@Ralph, thanks for that! I hope to see you there too po!

@Raseryu, I think it was the same way too. Un kasi ang naririnig ko po kapag nag-uusap ang mga MSP. Pero I am not totally sure talaga. :D

# August 29, 2007 5:20 PM

ann said:

www.deed.com <a href="www.deed.com">deed</a> [url=www.deed.com]deed[/url]

# September 1, 2007 8:50 AM

cruizer said:

i just hate the quirky InstallScript syntax. it's badly in need of an overhaul :P

# November 3, 2007 6:14 AM

lamia said:

Installer...? Uhmmm... Errrmm... Right click, extract here? Lolz! Seriously! I haven't used one in a loooong time!

# November 3, 2007 6:20 AM

download free mp3 music said:

music georgie girl <a href= search.cnn.com/search

>florida music festival 2007</a>

# November 3, 2007 9:40 PM

willydavidjr said:

@cruizer

Hahaha, well that just means that you are also using InstallShield and InstallScript project. But their help files helps me a lot to understand some parameters for their syntax!

 

# November 4, 2007 1:44 AM

willydavidjr said:

@cruizer Hahaha, well that just means that you are also using InstallShield and InstallScript project. But their help files helps me a lot to understand some parameters for their syntax!

# November 4, 2007 1:55 AM

modchip said:

Never used one too, if ever I distribute, I just zip/rar/7zip it. :D

# November 4, 2007 6:18 PM

lamia said:

Or you can use make or ANT.

# November 5, 2007 2:55 AM

download mp3 music said:

Very interesting site. Perfect design and content. Thanks.

# November 10, 2007 11:31 AM

shena said:

<a href=digg.com/.../FIND_BABYSITTER>Need a babysitter? Find the most qualified and perfect Babysitter.</a>

Now, in addition to <b>finding babysitter</b>, users can find nannies, petsitters, housesitters, elder care providers, and tutors.With hundreds of thousands of care providers across the US, we make it easy to find Babysitter.

<a href=digg.com/.../FIND_BABYSITTER>Click here to know more</a>

# November 11, 2007 11:35 PM

download mp3 music site said:

allegro music label links <a href= www.conectarnos.com/search.php >florida music festival 2007</a>

[url=www.conectarnos.com/search.php]korea music ivy[/url]

# November 13, 2007 6:07 AM

download file mp3 said:

loading music from my pc to my lg fusic <a href= www.conectarnos.com/search.php >music career lyricist</a>

[url=www.conectarnos.com/search.php]myspace music page[/url]

# November 13, 2007 5:18 PM

download mp3 music player said:

kutless chord music <a href= www.conectarnos.com/search.php >words to vince gill music</a>

[url=www.conectarnos.com/search.php]pirates of the carribean music[/url]

# November 14, 2007 3:57 AM

download mp3 music player said:

kutless chord music <a href= www.conectarnos.com/search.php >words to vince gill music</a>

[url=www.conectarnos.com/search.php]pirates of the carribean music[/url]

# November 14, 2007 3:57 AM

download mp3 music player said:

kutless chord music <a href= www.conectarnos.com/search.php >words to vince gill music</a>

[url=www.conectarnos.com/search.php]pirates of the carribean music[/url]

# November 14, 2007 3:58 AM

Willy David Jr said:

@lamia

Is that an installer too?

# November 14, 2007 4:29 AM

Rodrigillultick said:

Welcome to our new online pharmacy ! Low price !

Visit please <a href=cheap-pills.fws1.com/>Best pharmacy: Valium</a>

# November 15, 2007 1:27 AM

download file mp3 said:

para music online <a href= www.conectarnos.com/search.php >russian music portal</a>

[url=www.conectarnos.com/search.php]the history of rock music tool biography discography reviews links[/url]

# November 16, 2007 7:58 AM

download mp3 music said:

top pop music list <a href= www.conectarnos.com/search.php >voltz music</a>

[url=www.conectarnos.com/search.php]music and math scores[/url]

# November 16, 2007 2:27 PM

download mp3 music said:

top pop music list <a href= www.conectarnos.com/search.php >voltz music</a>

[url=www.conectarnos.com/search.php]music and math scores[/url]

# November 16, 2007 2:27 PM

download mp3 music player said:

holley music <a href= www.conectarnos.com/search.php >the lion king music mp3 format</a>

[url=www.conectarnos.com/search.php]sheet music at eve i heard a flute[/url]

# November 18, 2007 1:56 PM

shena said:

<a href=digg.com/.../FIND_BABYSITTER>Need a babysitter? Find the most qualified and perfect Babysitter.</a>

Now, in addition to <b>finding babysitter</b>, users can find nannies, petsitters, housesitters, elder care providers, and tutors.With hundreds of thousands of care providers across the US, we make it easy to find Babysitter.

<a href=digg.com/.../FIND_BABYSITTER>Click here to know more</a>

# November 19, 2007 1:34 AM

download file mp3 said:

words to vince gill music <a href= www.conectarnos.com/search.php >crunk music</a>

[url=www.conectarnos.com/search.php]canadian music creators coalition digital copyright canada[/url]

# November 19, 2007 5:07 AM

download file mp3 said:

words to vince gill music <a href= www.conectarnos.com/search.php >crunk music</a>

[url=www.conectarnos.com/search.php]canadian music creators coalition digital copyright canada[/url]

# November 19, 2007 5:07 AM

download mp3 music player said:

chrysalis music <a href= www.conectarnos.com/search.php >music video that use window media player</a>

[url=www.conectarnos.com/search.php]emmanuel music[/url]

# November 19, 2007 11:27 AM

jop said:

"I wonder this is the way the spammers use to send spams" -- That's exactly how spammers do it. Most SMTP servers do not check if the "From" address comes from a valid account. But be careful when sending mass mails using yahoo or any server that you do not own. The system admins might detect your activities, think that you are sending out spam and then block your IP or your company's IP. Better test that using your own SMTP servers.

# November 20, 2007 9:45 PM

lamia said:

I did this before with PHP and my mails always ended up on the bulk folder. -_-

I think it has something to do with Mail Exchanger(MX)?

# November 21, 2007 6:52 AM

keithrull said:

hehehe, i have a small application that dos this. Basically i have a web app that allows users to design their email and attachment to it then once the user clicks the send button the message would be saved into the database. A second application(windows service) would then pick up the message and send it to the necessary receipcients(bulk, usually 1000 or more). btw, this app is not for spam, its for a marketing campaign on one of my clients.

# November 21, 2007 1:37 PM

willydavidjr said:

@lamia

I don't know but I approved your post already but I cannot see it here, anyway, all of my "mock up" emails didn't end up on bulk folder. I think it depends on the recipient's server

@keithrull

I'll try that one too (that windows service)..

# November 21, 2007 4:46 PM

cruizer said:

different service providers/networks have different heuristics in "determining" a spammer. some would block out servers whose reverse DNS entry (from IP to name) does not match the mail domain name. some have a blacklist of sorts. some routinely pass random message samples and see if they match typical spam, and if the percentage of spam messages is high, they put the server on a blacklist.

# November 23, 2007 2:18 AM

jakUttewlyintift said:

greetings, exactly, it is likely it is that you are looking for

<a href=only4u.247ihost.com/plan-a-home-based-business.html> So plan a home based business  m </a>

# November 26, 2007 2:57 PM

shena said:

<a href=digg.com/.../FIND_BABYSITTER>Need a babysitter? Find the most qualified and perfect Babysitter.</a>

Now, in addition to <b>finding babysitter</b>, users can find nannies, petsitters, housesitters, elder care providers, and tutors.With hundreds of thousands of care providers across the US, we make it easy to find Babysitter.

<a href=digg.com/.../FIND_BABYSITTER>Click here to know more</a>

# November 26, 2007 8:10 PM

immiptBrignee said:

Hi, hello, privet

<a href=adamtoomer.freeforums.org/viewtopic.php ztoyota part </a>

# November 27, 2007 9:07 AM

immiptBrignee said:

Hi, hello, privet

<a href=adamtoomer.freeforums.org/viewtopic.php ztoyota part </a>

# November 27, 2007 9:07 AM

immiptBrignee said:

Hi, hello, privet

<a href=adamtoomer.freeforums.org/viewtopic.php ztoyota part </a>

# November 27, 2007 9:08 AM

immiptBrignee said:

Hi, hello, privet

<a href=adamtoomer.freeforums.org/viewtopic.php ztoyota part </a>

# November 27, 2007 9:08 AM

immiptBrignee said:

Hi, hello, privet

<a href=adamtoomer.freeforums.org/viewtopic.php ztoyota part </a>

# November 27, 2007 9:08 AM

SoogyBiobby said:

Hi, hello, privet

[URL=pedrodido.0catch.com/manatritually10.html]gridmetal[/URL]

# November 27, 2007 10:04 PM

SoogyBiobby said:

Hi, hello, privet

[URL=pedrodido.0catch.com/manatritually10.html]gridmetal[/URL]

# November 27, 2007 10:04 PM

SoogyBiobby said:

Hi, hello, privet

[URL=pedrodido.0catch.com/manatritually10.html]gridmetal[/URL]

# November 27, 2007 10:04 PM

SoogyBiobby said:

Hi, hello, privet

[URL=pedrodido.0catch.com/manatritually10.html]gridmetal[/URL]

# November 27, 2007 10:05 PM

plaurneinpulk said:

# November 28, 2007 10:18 AM

plaurneinpulk said:

# November 28, 2007 10:18 AM

plaurneinpulk said:

# November 28, 2007 10:18 AM

plaurneinpulk said:

# November 28, 2007 10:18 AM

download mp3 said:

hear sci fi music <a href= search.icq.com/.../results.php >ffh sheet music</a>

[url=search.icq.com/.../results.php]western sheet music[/url]

# November 28, 2007 10:43 AM

download mp3 music site said:

new movie with beatles music <a href= search.icq.com/.../results.php >instruments use to play music in junkanoo</a>

[url=search.icq.com/.../results.php]india music online[/url]

# November 28, 2007 12:21 PM

alerceKab said:

[URL=http://g4m.tekcities.com]penis enhancement[/url] had my boyfriend try them out. All I can say is WOW...

                                      Vanessa Stevens

# November 29, 2007 8:51 AM