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 Chriss Miller 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: *

  1. EdwardMartinIII

    Sending via JS a WIDELY varying amount of information via email

    Big picture: I have technicians worldwide who move equipment around. For each "move," they're supposed to have a notification that they have "actioned" all these items of equipment in a certain way. Some actions might be "removing from dock." Some actions might be "delivering to client" Some...
  2. EdwardMartinIII

    Concrete5

    Anyone else here use Concrete5? I've been enjoying it so far, but it's still a bit of a struggle with me in a lot of ways, too. It seems to be particularly good for someone coming from an HTML mindset into a CMS mindset. [monkey] Edward [monkey] "Cut a hole in the door. Hang a flap...
  3. EdwardMartinIII

    User actions trigger data pushed to file

    I'm pretty new to SP, so simpler explanations might help. 8) We have a Sharepoint site. It contains an HTML file, a menu of links. Each link either goes to a PDF file somewhere else on another server, or another kind of file (a training file). For example: Repairing the Fuel Line These...
  4. EdwardMartinIII

    Formatting HTML/CSS for Kindle reader

    Has anyone here built a Kindle document using HTML/CSS? I've been able to do pretty well with this (I'm just learning about building files for Kindle readers), but there are some issues upon which I'm stumbling and I thought if someone here's already done it, then maybe I could get a leg up...
  5. EdwardMartinIII

    Using Word 2007 to produce books for Lightning Source

    Does anyone here use Word 2007 to produce documents for Lightning Source (Print on Demand vendor)? A buddy of mine insists that they can't accept documents written in Word, but (if I understand their literature), they CAN accept PDFs, but the PDFs must be prepared in a very special way. I...
  6. EdwardMartinIII

    Can a VBA control reference itself in its own code?

    I have a Word 2007 doc with a lot of status buttons on it. Hundreds, in fact. For each button, this is the code I plan to have: Private Sub CommandButton1_Click() With CommandButton1 Select Case .BackColor Case Is = &HFF& ' Button is red and should be switched to orange...
  7. EdwardMartinIII

    Is there "eval" in Excvel VBA?

    More specifically, how the HECK do I do this sort of thing? Here's the dum-dum version: WebAppDataMatrix(1, 1) = Worksheets("WebAppData").Range("b2").Value WebAppDataMatrix(1, 2) = Worksheets("WebAppData").Range("c2").Value WebAppDataMatrix(1, 3) =...
  8. EdwardMartinIII

    Excel - using Userform to collect variable amount of data

    I have a project I'm working on. At the moment, I have to use Excel, so I recognize that I might have to use a Stupid Solution. I'll say that up front. I have a big page full of controls. One of them is "How many widgets?" This is the requested action when that control is clicked...
  9. EdwardMartinIII

    Word: Track changes reverts to "author"

    We're using Word 2007. We each have (as far as I can tell) uniquely identified author tags as far as Word knows. We each have "Track Changes" set. When I make changes, it identifies the change as coming from me. The instant I SAVE the file, however, all of those changes revert to coming from...
  10. EdwardMartinIII

    Building a Word document without using Word

    Is there a way to build a Word document (such as with PHP?) without actually using Word? Here's what I'm trying to do: We run a CRM called Sugar, and it's my understanding that Sugar's all PHP under the hood, which is fine. I can sorta use PHP to build HTML. We also produce documents via...
  11. EdwardMartinIII

    Drupal: menus and submenus?

    I've managed to install Drupal, set permissions and even upload a few themes. I think I managed to even build a starter menu. The thing that's throwing me off, though, is building sub-menus. But I might be missing something. I built my menu by adding content, and for each of the pages...
  12. EdwardMartinIII

    e-commerce solution for WordPress site?

    I'm setting up a site that's based on WordPress. As part of the site, I'd like to set up a "shop" page where people can go and, well, buy products. At first, there's about half a dozen products, but we intend to grow that over the next year to a hundred or more, so it needs to be something...
  13. EdwardMartinIII

    Can Drupal establish page CLASSES?

    Can Drupal establish CLASSES of pages, such that each class has certain characteristics common only to that class. For example, if I'm doing a website for test equipment... One section involves energy probes, one section involves power probes, one section involves benchtop devices, one section...
  14. EdwardMartinIII

    building a procedural wiki

    Good morning! I've been tasked to build a procedural wiki of some sort for my employer. In the past, I've simply built internal websites, and added or subtracted pages manually in accordance with what changed, but as I'm sure anyone here would realize, this becomes unwieldy if it grows too...
  15. EdwardMartinIII

    How to enforce styles in Word

    I'm using Word 2007. I proofread documents from about a dozen different users, each of whom seems to have their favorite variation of our master style. When a doc comes to me, is there a way I can tell Word "take the styles of this document and enforce them onto this other document...
  16. EdwardMartinIII

    Routing SUPPORT.blah.com to blah.com/support.html

    If I want support.blah.com to direct to blah.com, is that something I do on the server side? How might I do that? Thanks! [monkey] Edward [monkey] "Cut a hole in the door. Hang a flap. Criminy, why didn't I think of this earlier?!" -- inventor of the cat door
  17. EdwardMartinIII

    forcing HTTPS on a page

    Is there a way to force a page to be viewed under HTTPS? I'm hosting a site on Apache, via Dreamhost.com All the LINKS to the page are HTTPS, but this is just in case some User gets the strange notion to manually type "HTTP://www......" to go to the page. I suppose there could be a...
  18. EdwardMartinIII

    Can a page tell if it's being seen HTTPS?

    I have a form for collecting and sending data. The site links to the HTTPS form of the page, but someone COULD just deliberately enter the page's URL into the browser. Our site is a collection of static HTML pages right now. Is there a way of determining whether or not the user is viewing...
  19. EdwardMartinIII

    Can I do this in all JS?

    I've been tasked to write a web page that collects support information, emails that information (and any attached file using a file dialog), and assigns a Case Number. I've never used a File control before, so I get to learn that. The Case Number counter is interesting, though. The Client...
  20. EdwardMartinIII

    Installing Drupal onto a Dreamhost site?

    Anyone do this? I find some old support pages complaining about it, but they're usually pretty old. It's my understanding that if one wants to do a lot of custom fiddling, one has to simply do the installation oneself, instead of using Dreamhost's one-click install. What I really NEED...

Part and Inventory Search

Back
Top