User Profile

Collapse

Profile Sidebar

Collapse
emekadavid
emekadavid
Last Activity: Feb 20 '09, 06:36 PM
Joined: Mar 30 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • emekadavid
    started a topic A&D, agile development

    A&D, agile development

    can anyone recommend a book on analysis and development for a newbie programmer who wants to go agile? i know next to nothing about agile development but want to go that route.
    please your opinion will be highly respected
    emekadavid
    See more | Go to post

  • emekadavid
    started a topic online networking book

    online networking book

    please is it possible for me to find an online networking book? i think one exists but difficult getting it. i mean a free one.
    david
    See more | Go to post

  • i don't want any book.
    See more | Go to post

    Leave a comment:


  • emekadavid
    started a topic analysis and development for agile developers
    in Java

    analysis and development for agile developers

    I am a newbie to software development and want to go the agile way. can anyone recommend a book for agile developers doing analysis and design?
    help recommendation for a total dummy to agile development.
    thanks
    davidi
    See more | Go to post

  • emekadavid
    started a topic combobox in JTable column
    in Java

    combobox in JTable column

    can anyone help me flesh out the problem?
    I wanted to insert a combo box into one of the columns of
    a JTable. although the combo box is drawn, the list
    of the data model fails to render.

    import java.awt.*;
    import javax.swing.*;
    import javax.swing.tab le.*;

    public class TableAvecRender er extends JPanel {

    public TableAvecRender er(){

    ...
    See more | Go to post

  • emekadavid
    started a topic compiler returns error on plugging processor
    in Java

    compiler returns error on plugging processor

    this is my code logic: I have a JSR 199 (JavaCompiler) that plugs in a processor (processor extends AbstractProcess or), the processor supports the annotation I want to reflect upon, @Worker and supports release 6 of J2SE. Am using NetBeans. The @Worker annotation is implemented a class, Staff, and the @Worker has @Target of TYPE.
    Now the problem: when I compile the JSR 199 code, it returns:

    E:\Documents and Settings\isaak\ My...
    See more | Go to post

  • emekadavid
    started a topic Error Reading Annotation
    in Java

    Error Reading Annotation

    please who can tell me what's wrong with this code. i received the error below:

    run-single:
    E:\Documents and Settings\isaak\ My Documents\NetBe ansProjects\art icles\src\art\S taff.java:12: cannot find symbol
    symbol: class Worker
    @Worker(value=@ Name(firstName= "Jules", lastName="Verno n"),
    E:\Documents and Settings\isaak\ My Documents\NetBe ansProjects\art icles\src\art\S taff.java:12: cannot find...
    See more | Go to post

  • emekadavid
    replied to xml modeling
    in XML
    got what i need from java:
    java api for xml binding. jaxb.
    thanx all the same
    See more | Go to post

    Leave a comment:


  • emekadavid
    replied to xml modeling
    in XML
    i have read the xml syntax. i'd like to model things like websites, xml applications etc, just like one would model apps one wants to build using any trading prog. lang.
    See more | Go to post

    Leave a comment:


  • emekadavid
    started a topic xml modeling
    in XML

    xml modeling

    please how can i do modeling in xml? will really need help as to this regard. need all links possible
    See more | Go to post

  • yeah, checked wikipedia first. didn't get any good entries
    do help please
    See more | Go to post

    Leave a comment:


  • emekadavid
    started a topic online extreme programming help

    online extreme programming help

    I've gone through the website, extremeprogramm ing.com and need help on user stories, creating spikes and crc cards but can't find an online site for this agile skills. can anyone help me; especially for a newbie?
    See more | Go to post

  • emekadavid
    started a topic newbie xml
    in XML

    newbie xml

    am a newbie in xml and want to write websites in xml due to its flexibility. can anyon direct me to sites that help newbies on xml technologies <xml, svg, rdf, rss etc>. I have the xml spec and program with netbeans.
    thanks
    See more | Go to post

  • emekadavid
    replied to Building a forum
    in PHP
    thanks. i understand
    See more | Go to post

    Leave a comment:


  • emekadavid
    replied to can somebody resolve this
    thanks gits but lastChild didn't work. i tried that twice. ByTags doesn't and so does anything but childNodes and except for IE6
    See more | Go to post

    Leave a comment:


  • emekadavid
    started a topic Building a forum
    in PHP

    Building a forum

    can someone give me php code i can paste on a site such that where the user submits a textarea text it just fixes itself on the page, just like this message you're reading and the text is persistent?
    i don't know php but i know php is what most forums are written with.
    thanks
    See more | Go to post

  • emekadavid
    replied to can somebody resolve this
    no error , blank. explorer shows the text, that's why am bothered
    See more | Go to post

    Leave a comment:


  • emekadavid
    started a topic can somebody resolve this

    can somebody resolve this

    Please can somebody show me a way to work around this. It works in IE6 but doesn't in Mozilla 2.0.0.4.
    the code is just a prototype that was written minutes ago and i tried commenting it a lot for readability.
    [CODE=javascript]
    <script language="javas cript" type="text/javascript">
    var txt = "";
    function prompter()
    {
    txt+="Do you want to write your message...
    See more | Go to post

  • emekadavid
    started a topic code shows on status bar

    code shows on status bar

    i've searched if this has been answered but can't find an answer only found something on obfuscation.
    my problem: i have a code that opens a new window, a blank window, but on clicking the x button to close it, since the menu bar is not enabled, the javascript code invoking the new window shows at the status bar of the parent window. how do i prevent this from showing?
    thanks
    See more | Go to post

  • emekadavid
    replied to problem after for loop
    in Java
    this is with regard to your last line "everytime i ... a circle or a rectangle". let's assume we're not working with regard to circles or rectangles here. i'll give you some principle on what you want to do. what you should use is a double ended queue (a deque) but am going to use a list interface to implement this.

    Code:
    //your class and other trivia came before. 
        public static String yourObject(List<?> dList){
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...