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: redletterrocko
  • Order by date
  1. redletterrocko

    BIND + Sendmail question

    Oh, forgot to mention that I'm using FreeBSD. I did not set up this BIND configuration, but am trying to support it. Another programmer recently left, and he was also functioning as sysadmin. His code was spaghetti, and I'm realizing that so was his other work. Any help would be obliged.
  2. redletterrocko

    BIND + Sendmail question

    This problem is probably a rather simple one. Hoping someone can fill me in here, as it would be nice to get this going ASAP. We have our internal network as ourdomain.biz, and our mailserver is an eternally hosted mail.ourdomain.biz that also houses our web site at www.ourdomain.biz. Our...
  3. redletterrocko

    FreeBSD sendmail question

    Yeah, after making the post here, and no reply, I went back to the linux forum to mope with the linux geeks, and made the post. Before I knew it, I realized what the problem was. We have our internel network as the same domain name as the mail server (which is external POP). Because my email...
  4. redletterrocko

    FreeBSD sendmail question

    Hi all- I'm rather new to BSD, but not to the *nix operating system (Debian is my flavor of choice). The former admin of my employer seemed to leave everything halfway done, and so Bugzilla was not emailing. I wrote a sendmail script that I have attached. I then found out that the admin...
  5. redletterrocko

    Damn Small Linux

    I use DSL on a 64MB USB Jump Drive to boot to. FAR better than carrying around a cd (knoppix) or floppy (tomx Rootboot), plus, then I have all the tools and scripts I need for what I am booting to it for. The other day, I had a user screw around and change /etc/inittab to boot to runlevel 6...
  6. redletterrocko

    Linux Equiv.

    I am a big fan of Kino for video editing. It's non-linear, but it does most of the things that I want. Helps me get good videos of family, etc. and make them great videos with good effects. Make sure to get the timfx packages as well. In a development environment, I actually prefer nano for...
  7. redletterrocko

    Software documentation / Class Diagrams?

    Hi all, I recently started a new job, and find myself caught in the middle of a rather complicated php project. I've spent the last week and a half trying to figure out exactly how everything works, but it's a longer task than I thought. I've tried to document functions in each .php file...
  8. redletterrocko

    XHTML 1.1 Validation with Tables and TD Elements

    I'm rather proud of the progress I'm making as I move over to XHTML 1.1 and I've been using the validator at http://validator.w3.org One problem I am having is generating tables. It doesn't like the <td width="" height=""> Apparently, we've moved away from using width and height properties in...
  9. redletterrocko

    Ignoring code

    This may be an interesting request, but I've made a class for a <div> element that is called "term" What it does is make the background black, the text white courier, etc, making it appear as a terminal window, so I can print the output of my terminals, etc. I was also wondering if I could...
  10. redletterrocko

    One last question...

    [afro] One last question. I've got my site working well now, except I would like the footer to go all the way down to the bottom of the screen if the page doesn't go all the way to the bottom, but if the page is long, I want it to be at the bottom of the html. Anyone know a good tutorial for...
  11. redletterrocko

    Stupid &lt;div&gt; padding problem

    For some reason, my three div classes (header, content, and footer) seem to have gaps of probably 30 px in between them, and I designed the page to not look like that. Blast! The site is at http://miles4smiles.org/home.html Can someone take a look at it and see what's going?
  12. redletterrocko

    Center entire web site

    Just want it centered to horizontally, with the header at the head and the footer at the foot. Positioning doesn't matter at all, but I've found defining it is better than not, and I just default to absolute over fixed. The doctype thing is something I learned about in school, never had used...
  13. redletterrocko

    Center entire web site

    How do I work with the <div> tags so that it will look at my html. Currently, they ignore the table or outside <div> tag (which I had tried on my own) and then the header and footer and main body of the text all overlap. Currently, this is what my template page looks like: <!DOCTYPE html...
  14. redletterrocko

    Center entire web site

    I'm creating a web site right now with what I've referred to as "soft edges," meaning, there can be margin room without destroying the graphics and such (hard lines showing the end of the graphic, etc). This is something I've never done before. The page itself has been designed for 1024x768...
  15. redletterrocko

    wmv file play

    Hi everyone, I think this question should be pretty straightforward. I was wondering how I would embed a media player window in the browser to play a .wmv file. If you could just point me to a site that explains it, that would be fine. I already googled for it, but I couldn't find anything...
  16. redletterrocko

    If then statement and loop

    Alright, I'm COMPLETELY new to Java. I went and bought one of those "Learn Java in 60 seconds!" kind of books, and am trying to develop a quick piece of software in it, just to see if it's something I should continue with. I know very little, so you'll have to talk VERY SLOWLY... So I have...
  17. redletterrocko

    Still can't get my VM to network...

    Alright, I'm exhausted with this. First, let me explain my system: I have 2.0 GHz system running Debian sarge. I have a WinXP VM set up. I have two eth interfaces: eth0 is a wired NIC, and eth1 is a wireless NIC. I tried putting them both in bridge mode with and without NAT. Now, after I...
  18. redletterrocko

    DIV alternative to IFRAME

    That is, in effect, what I'm doing. Those pages are formatted to be included, and the php does the include, so you never see that side. It's like the included page would is placed between the div tags. I just need something with a scrollbar, and someone told me that a div would be a good...
  19. redletterrocko

    DIV alternative to IFRAME

    All- After some great input on my last post, I have decided to get rid of my IFRAME on my site. However, this means I'm doing something I've never done before. I'm trying to add a div that functions exactly like the IFRAME, only isn't dynamic (meaning every time there is a navigation move...
  20. redletterrocko

    Mozilla works, IE doesn't

    Chris- Yea, the popups were the only option I could think of. However, Your suggestion about placing images with css seems like a much better option than tables. I was actually looking for the exact syntax of placing the images in css and foung the following page. Just thought someone else...

Part and Inventory Search

Back
Top