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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dwest100

  1. dwest100

    Is a non-scrolling page header possible?

    Thanks for the suggestions. I'll Google further.
  2. dwest100

    Is a non-scrolling page header possible?

    Thanks for your opinion but I need an answer to the original question instead. The decision to do this wasn't at question. Any others?
  3. dwest100

    Is a non-scrolling page header possible?

    Hi, I have a centered table containing assorted divs which make up the layout of a web page. There is no navigation. It's a single page site. Table margins are 20px top and 20 px bottom. The div at the top of the table is the header for the page. Let's refer to it as the "header". It...
  4. dwest100

    How to modify a string? Need help.

    Nevermind! I figured it out. str.replace(".thumbnail", "") Thanks and sorry for my excess posts!
  5. dwest100

    How to modify a string? Need help.

    Rethink: Here is what I would like to do with the javascript: Given string: "001_001.thumbnail.???" where ??? could be any common image file extension. Change the filename to "001_001.??? where ??? is the same extension as the original. In other words, remove ".thumbnail" but leave the rest...
  6. dwest100

    How to modify a string? Need help.

    Thanks for the reply! I've reworked the code a little. What I need now is a statement to REMOVE the ".thumbnail" from a file name like this: 100_100.thumbnail.jpg needs to be transformed to this: 100_100.jpg I know it would be something like this: newname = oldname.replace(/\.jpg/g...
  7. dwest100

    How to modify a string? Need help.

    Hi, I'm hacking and I'm not a programmer. I have isolated what I need to do though. I have a variable called filename which contains a value of say "001_001.jpg". Using javascript, how would I change the value for filename to be "001_001.thumbnail.jpg"? Once I know this, I think I can add it...
  8. dwest100

    Redirect old .aspx urls to .php in iis??

    Thanks! That set me on the right path. Ironically, while researching this today, I determined that Google has already reindexed the entire blog and none of my .aspx pages are listed now! So, turns out I don't even need to worry with this. But I've learned something just the same :-) Thanks much!
  9. dwest100

    Redirect old .aspx urls to .php in iis??

    Thanks again, but this is a .net server error. I have your page configured correctly now and if I type in the domain and a non-existent page with a .asp extension, I get your 404 error page. However, if I type in the domain and a non-existent page with a .aspx extension, I get the afore...
  10. dwest100

    Redirect old .aspx urls to .php in iis??

    Thanks for the assist but something is askew aside from your solution. Have a look at this link and you'll see the resulting page from my server: http://www.idleminutes.com/SpringHasSprung.aspx The link is as it is listed in google. I want to redirect to...
  11. dwest100

    Redirect old .aspx urls to .php in iis??

    Hi, Tried that but it doesn't work for some reason. The server still displays the "Server Error in '/' Application." message with the 404 error following on the same page. I assume that implies I would need to put the custom error page on the root website?? But, I run a bunch of different...
  12. dwest100

    Redirect old .aspx urls to .php in iis??

    Hi, I've redesigned my blog using WordPress which I'm running on a win2k advanced server. The blog was running as .net with .aspx extensions for all the pages. It is now running under PHP. I have a bunch of pages indexed in the search engines as www.idleminutes.com/thepagename.aspx When...
  13. dwest100

    Excel formula challenge

    Thanks to all. problem solved!
  14. dwest100

    Excel formula challenge

    Hi, I have a range consisting of two columns, "start date" and "total". "Start Date" format is date. "Total" format is dollars. The number of rows in the range will vary. In a cell to the right of the range I need a formula that searches the "Start Date" column for all dates in April and sums...
  15. dwest100

    DasBlog - Have code but don't know how to edit

    Thanks Gentlemen! That's what I needed to know.

Part and Inventory Search

Back
Top