Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hugstable
  • Order by date
  1. hugstable

    parsing problem - something is screwy here...

    i am running some java that will tell me how many nodes are in the following xml <?xml version="1.0"?> <candy> <product>Mints</product> <product>Chocolate</product> <product>Circus Peanuts</product> </candy> There are 7 nodes. i realize that some type of character (i think it...
  2. hugstable

    Good book and study plan

    thanks for the advice - i just started my first non book project yesterday (going to build a SWING XML app for my office to manage tasks for employees... i will check out struts and JSP next, after my little pet project is done... I would also like to read THINKING IN JAVA... I heard that is...
  3. hugstable

    Good book and study plan

    I have just completed Murachs Java 5 sdk book... I enjoyed the first 3/4 's of the book but the very end, the part that i need (xml and database chapters), the examples had alot of incomplete code. Do you have any recommendations on a good book... i try and read about an hour a night, and...
  4. hugstable

    mac safari has css issues that can be corrected...

    oh god - i said opera, i meant OPERA... i am soooo sorry about that one... I have not slept since saturday - under a deadline... apologies...
  5. hugstable

    mac safari has css issues that can be corrected...

    Safari - be default makes fonts smaller - this can really blow up your pages when testing. to fix: PREF > ADVANCED > CONTENT > STYLE OPTIONS > PRESENTATION MODE make sure none of the "use mys" are checked i also noticed it does not recognize the <b> tag
  6. hugstable

    safari mac question - my bottom border is gone

    I FINALLY FIGURED THIS OUT - THIS IS AN OPERA ISSUE. By defualt, Opera uses its own stylesheet... I think the font is smaller than normal. THIS MADE ME LOSE MY MIND over the past two weeks... some of my elements are dynamic depending on font size, opera's small fonts where causing all my...
  7. hugstable

    safari mac question - my bottom border is gone

    doctype <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> BillRay - thanks for the help with this - it disapears on internet explorer as well.... i will try the min height...
  8. hugstable

    safari mac question - my bottom border is gone

    forgot to add that it looks good in firefox and opera. The only reason i even checked safari is that my coworker uses it... i am not a big safari fan
  9. hugstable

    safari mac question - my bottom border is gone

    I am having some issues with my css padding in safari (have to go home and try it on my pc - eek) pls visit: http://www.worksitephotos.com/ and check out the page with the error html code: <div id="main"> <img src="_images/ground photo crane.jpg" width="567" height="378"...
  10. hugstable

    high level discussion on preloading stragegy....

    i was fooling around with something like this today: var images_mc:MovieClip = this.createEmptyMovieClip("images_mc", this.getNextHighestDepth()); var navie_mc:MovieClip = this.createEmptyMovieClip("navie_mc", this.getNextHighestDepth()); var home_mc:MovieClip =...
  11. hugstable

    high level discussion on preloading stragegy....

    available at: http://www.multimediapix.com/media/originals.zip thankyou for the help!!! This is making me pull my hair out...
  12. hugstable

    high level discussion on preloading stragegy....

    i missworded this - sorry... Aftre spending the whole day i think i know how to word it - but i still cant code it... I guess this is progress... i want container.swf to load normally. Inside container.swf i want to preload navie.swf, home.swf and imageEffect.swf. after these files are...
  13. hugstable

    high level discussion on preloading stragegy....

    I am finally utilizing the container method for site structure - and it rocks... My container is pretty light and calls 3 external swf files to make up the content(nav.swf content.swf .chowder.swf). I am passing 3 variables when my nav buttons are clicked, each var coincides with the 3...
  14. hugstable

    quick networking question....

    my cisco soho router has 10 mbs on the wan card, 10/100 on the lan side. i have a gigabit switch between that router and the pc's and servers... If i move something from pc1 to pc2 (both attached to the switch) will i be using the gigabit capabilities of the switch or will i be limited by the...
  15. hugstable

    referencing frames in the another scene..

    i imported a preloader... in my action script i need to reference frames in the main movie - not the frames of the preloader movie clip... What is the best way to do this... would it be easier to just keep the prelaoder a seperate movie (preload.swf) and then preload index.swf... if so what...
  16. hugstable

    RATE MY ANI - WHAT WOULD YOU CHANGE

    if i was to build a vector image in illustrator - what would be the best file to export into flash....
  17. hugstable

    RATE MY ANI - WHAT WOULD YOU CHANGE

    http://www.aerialphotosofnj.net/test/inex.html i know it is simple but i am going for a clean and professional base to start with... I mported PNG images - what can i do to keep them from breaking up... If i made them into vectors via illustrator and then imported, would they hold up...
  18. hugstable

    creator 2...

    does anyone here use suns creator 2 to develop on.... i installed it on my mac and i am getting an odd null pointer.... just wondering if you guys are having issues...
  19. hugstable

    Java Newb, null pointer question...

    you are 100% right... compiled fine on my tux box.... Looks like a creator 2 issue... GO SUN! IF THERE ARE ANY CREATOR 2 USERS WHO CAN HELP ME OUT.... please let me know what the f*ck i am doing wrong... spent all day on this like a tool.... very disapointing.
  20. hugstable

    Java Newb, null pointer question...

    i compiled it in creator - i am working on installing tomcat on my mac... i want to try and compile from javac... i will post those errors in a few...

Part and Inventory Search

Back
Top