Posts

what program growth during your association unequivocally (methodologies, tools, ...)?

since i've started initial office conductor program developer twin years ago, i've review articles ordinarily supposed methodologies (e.g. scrum, xp), technologies (e.g. ejb, spring), techniques (e.g. tdd, formula reviews), collection (bug tracking, wikis) program companies. for i've found during the association doesn't i ask myself why. doing wrong merely articles i've review unequivocally explanation it's genuine world? articles some-more academic? so, greatfully tell me it's during your company. tell all per program development. here suggestions (in method mind). tell during slightest not, give brief comment: test-driven-development domain-driven-design model-driven-design/architecture do test? unit testing integration testing acceptance testing code reviews innovative technologies (spring, hibernate, wicket, jsf, ws, rest, ...) agile pair programming uml domain-specific languages requirement preference (how?) continous integration code-coverage tools aen...

silverlight logging horizon and/or best practices

now silverlight 2 finally shipped. i'm wondering anyone put together any logging frameworks it, maybe something ? i'm engaging something perform tracing fan side also record messages server. so distant wholly digest i have found . anyone used this? your thoughts it?

oop datatables arrange amateurs

i'm sum pledge minute little app lane changes folders. i suspect i'll retaining information directories watch datatable organization gridview, user clicks button, way emanate filesystemwatchers keep an eye directories send eventuality messages another datatable organization another gridview. where inclusive wide universe oop should i declaring, initiating, utilizing datatables? sure form, inside main, class, should i "give up" visible studio automagically emanate dataset hang twin tables it?

resize jpanel line jdialog

i've got jdialog contains array jpanels cardlayout . panels enclose jtables i resized line any resizing jdialog . i am certain grasp any assistance severely appreciated. at donation tables simply sojourn tide distance scale. i'm certain the something rudimentary nonetheless i'm carrying problem locating accurate proceed needed. many interjection advance. i yield any some-more information required. edit: jdialog used wizard, wholly panels being displayed during any time, hence cardlayout . i ideally keep plans manager, nonetheless source problems following apparently i rethink!

how i pass arguments opposite functions javascript?

i'm perplexing figure out pass arguments an opposite duty javascript. check out illustration formula i cruise i mean: <input type="button" value="click me" id="mybutton" /> <script type="text/javascript"> var mybutton = document.getelementbyid("mybutton"); var mymessage = "it's working"; mybutton.onclick = function(mymessage) { alert(mymessage); }; </script> when clicking symbol message: it's working should appear. however mymessage non-static inside opposite duty null. jquery uses lot opposite functions, best proceed pass argument?

event doing embedded code

i wish know events used embedded component code. main idea know accurately eventuality flags set/reset code. brand assign controlling eventuality fall pieces fall removing set/reset any task. please put your idea comments it. thanks advance. (edit 1: copied construction answer below) sorry naming sum required. indeed i am prying research any concentration combined c libel controlling vxworks/itron/osek os. instance there eventlib library vxworks support eventuality handling. i wish know such component routines hoop events task. eventuality flag(is global/local...or ?), set pieces any eventuality fall illusory charge between assign eventuality flags ?? how assign wait churned events and mode ?? i came opposing instance unfolding given next looks dangerous, nonetheless since ?? scenarios ==> *[task1 : set(e1), task2 : wait(e1) set(e2), task3 : wait(e2) ]* i know churned eventuality flags waited assign spin dependency between chur...

what best proceed calculate magnitude vb.net?

there good examples calculate frequencies c#, nonetheless zero extensive i unequivocally need vb.net. my tide proceed unparalleled per magnitude count. best proceed change i totally accurate magnitude listing? wordfreq = new hashtable() dim difference string() = regex.split(inputtext, "(\w)") i integer = 0 words.length - 1 words(i) <> "" then low realword boolean = true j integer = 0 words(i).length - 1 char.isletter(words(i).chars(j)) = fake then realword = false finish if unbroken j realword = loyal then wordfreq.contains(words(i).tolower()) then wordfreq(words(i).tolower()) += 1 else wordfreq.add(words(i).tolower, 1) finish if finish if finish if next me.wordcount = new sortedlist for any de dictionaryentry wordfreq wordcount.con...