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

  • Users: Bignewbie
  • Content: Threads
  • Order by date
  1. Bignewbie

    sharepoint shared with list

    Hi All, I am IT admin of our company's sharepoint online and I was wondering, from the list of users and groups that has permissions on a specific folder or file, is there a way to show only individuals, not the sharepoint groups? Please see attached for reference. The Man of Tomorrow is...
  2. Bignewbie

    Parser Error

    Hi, this has been bugging me for two days already. I hope you guys can help. There is this existing webapp that needs updating. The change done was on a separate module (appointments module). When i rebuilt the app in my dev box and it's DLL file was generated, i overwrite the one in my qa box...
  3. Bignewbie

    Air CArd and local network

    Hi, i was wondering if this is possible. I am connected to our office network and can browse the internet using our proxy. There was an instance where in order to test our website, I have to use an external internet connection. I have an aircard and tried to use it. Please note that i have 3...
  4. Bignewbie

    ASP and SQL 2005

    Hi guys! Is there a way to export tables in sql 2005 toj xml format using asp? Thanks! biggie The Man of Tomorrow is forged by his battles today.
  5. Bignewbie

    Sharedfns.bas, anybody know how to edit this?

    i have CS 2002 sp2 working with a remote sql server 2000 sp3. whenever i unpack a new store site i get this error message: FAIL unpack.vbs: 8000FFFF Unexpected vartype encountered in admin database Sharedfns.bas:ConvertVarToVt2 where can i find this Sharedfns.bas file or is there a way to...
  6. Bignewbie

    rDesktop Alternative

    Hi guys! I was wondering, is there a better alternative to rDesktop? One that would retain all the windows keyboard shorcuts? Im more accustomed to windows more than linux but was given a linux desktop to work with. Also, my current task is to edit asp pages on our windows server, so i have to...
  7. Bignewbie

    dvd 9 problem

    Guys, i recently bought dvd movies in DVD9 format. I have powerdvd 6 in my pc. It plays the movie but without the sounds. What am i missing? my pc plays DVD5 movies with no problem, sounds and all. PLease help! Thanks! biggie The Man of Tomorrow is forged by his battles today.
  8. Bignewbie

    how to launch default media player

    Hi guys, Here is my problem. my boss wants me to put a "click here" link on an asp page. This link is for an mp3. right now i did it like this: <a href="song.mp3" target="_blank"> Click Here </a> this will pop-up a new window then prompt if the user should save it to disk or open it, in which...
  9. Bignewbie

    ASP MySQL Blob Problem

    Hi People, My problem is this... I have images already in my webserver, about 500 of them, in 80x80 sizes. I would like to store them in the database as blobs. How can i do that? I read in some tutorials that i need to use an upload form but these images are already in the webserver and...
  10. Bignewbie

    ASP messageboard

    Hi guys, Do you know of any ready-to-run (not necessarily free) asp messageboard? Like ASP version of phpbb? Im looking for one, instead of making one. biggie The Man of Tomorrow is forged by his battles today.
  11. Bignewbie

    maximum days in a month

    Hi Guys! is there a fast way of getting the maximum number of days in a given month? i looked at the faq section for this but its not there. this should be able to tell whether its a leap year or not, thereby adjusting the maximum days in february. Thanks! biggie The Man of Tomorrow is...
  12. Bignewbie

    detect subdomain

    Hi guys, is there any way to know if the user typed in a subdomain or not? its like this... when a user types in www.mysite.com I show him/her the site, but if he types in images.mysite.com or www.images.mysite.com, he/she will be redirected to a menu page listing all the images by category. I...
  13. Bignewbie

    REcursive File Search

    Hi guys! This one had me stumped! My boss wants me to make an asp page which will show all the files and folders within a root folder in the server (e.g. C:\backup\). What makes this difficult, is that he also wants it to display ALL the files and folders within subfolders, hence, making it...
  14. Bignewbie

    IIS Server Application Error Problem

    Hi guys! My IIS 5 server has been acting up lately. I get this error message whenever i try to view an ASP page: Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail...
  15. Bignewbie

    Windows Media Server

    Hi guys, I'l like somebody to help me. I have a windows 2k server running IIS 5. How can i integrate Windows Media Server 9 with it? Any tutorial on this would be very helpful. Downloads would also be appreciated. Thanks! biggie The Man of Tomorrow is forged by his battles today.
  16. Bignewbie

    Security tab on Folder Options

    Hi guys! I was wondering, how can I show the security tab on the folder options dialog box? Im a user on a winxp box set as Computer Administrator, yet I dont know how to make the security tab show! I even went to the built in help for this one. I want that security tab to show coz I want to...
  17. Bignewbie

    input type to find folders

    hi guys, im just fussing around, but is there an input type undocumented somewhere that will look for folders instead of files much like the <input type=file> tag? if there isnt one, im just pondering why! [thumbsup] thanks! biggie The Man of Tomorrow is forged by his battles today.
  18. Bignewbie

    creating txt file from flash

    Hi guys, I know this is pretty basic, but i dont remember how to do this in mx2004. Could somebody point me to a tutorial on this? thanks biggie The Man of Tomorrow is forged by his battles today.
  19. Bignewbie

    automatic installation

    Hi guys, could someone help me find the details on how to make winxp complete the installation itself without me having to input in the computer name, serial number, etc.? I need to install winxp on 10 pcs, cloning the harddrive would have been ok, unfortunately these pc dont have the same...
  20. Bignewbie

    fso problem

    what is wrong with this script: <% directoryname=&quot;C:\home\sites\site4\priv\&quot; Set fso = CreateObject(&quot;Scripting.FileSystemObject&quot;) set mainfolder=fso.GetFolder(directoryname) Set filecollection = mainfolder.Files For Each file In filecollection Response.Write...

Part and Inventory Search

Back
Top