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 dencom 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
  • Content: Threads
  • 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

    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...
  3. 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
  4. 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"...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. hugstable

    Java Newb, null pointer question...

    trying to compile some code in creator 2 (on a Mac) got the following blowup: java.lang.NullPointerException at com.sun.rave.jsf.project.ext.RaveWebActionProvider.updateWebXml(RaveWebActionProvider.java:967) at...
  11. hugstable

    i would like to make sure my user cannot change the size of the player

    i would like to make sure my user cannot change the size of the player upon clicking a link that launches the player... is this possible... i am currently launching the player with Code: <script language="JavaScript" type="text/javascript">...
  12. hugstable

    resource for quicktime programming...

    i am looking for a good document that will tell me some of the parameters that can be passed from a webpage to quicktime player... I also would like to learn some of the options for embedding... The search on apples site keeps giving me links to pages that dont exist...
  13. hugstable

    cant run java console in linux...

    does anyone use linux for there java environment.... i am running the sun java 1.5 on my ubuntu box and i cannot find the java console... I wrote a servlet that outputs to the java console and i cannot find the console... please help...
  14. hugstable

    working the log files...

    what are the most important log files to watch under tomcat --- i see alot of logs in the directory - just wondering which ones you you examine and why...
  15. hugstable

    please look at my Server.xml and let me know if it looks ok

    here is the file <Server port="8005" shutdown="SHUTDOWN"> <GlobalNamingResources> <!-- Used by Manager webapp --> <Resource name="UserDatabase" auth="Container" type="org.apache.catalina.UserDatabase" description="User database that can be updated and saved"...
  16. hugstable

    noob trying to run a simple servlet on his linux box

    trying to run the below code on my linux box: import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.util.*; public class TestingServlet extends HttpServlet { public void doGet(HttpServletRequest request, HttpServletResponse response) throws...
  17. hugstable

    webhosting dns question

    i just built my webserver. it is a linux box runnng apache.. i think the DNS works.. my URL ws purchased at godaddy... that is where i have to name my nameservers etc... my NS is on the new box... when i go to GODADDY - i will supply them with: a name : my static ip the c names for email...
  18. hugstable

    CISCO SOHO 91 - OPENING PORTS FOR WEBHOSTING AND EMAIL

    All, I currentyl have a soho 91 router/firewall... I would like to open up the following ports so i can host my company site from the office: 25/TCP,UDP - smtp 80/TCP - http 110/TCP - pop3 143/TCP,UDP - imap on my box with an ip of 10.10.10.2 subnet 255.255.255.0 i have a cable connection...
  19. hugstable

    webserver is built - time to register it - QUESTIONS.

    my linux server is built apache, firestarter and email are running perfect. have my static ip now i have to put it on the outside - so i can hit it from anywhere with www.foo.com and i have some questions. ?do i need a second level domain name? ?besides an A NAME, MX RECORD and CNAME what...
  20. hugstable

    THIS SIMPLE ANIMATION TOOK 8 SCENES

    http://www.getwebinspired.com/customers/tman/index.html the tabs ani - very simple - but it took me about 8 scenes to make... how can i simplify it in flash? 3 buttons, based upon what tab is active there are about 3 different looks... each scene has the main tab travel down below the other...

Part and Inventory Search

Back
Top