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 bkrike 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: GOSCO
  • Content: Threads
  • Order by date
  1. GOSCO

    Help with simple JQuery Plugin issue news ticker

    Hi there, I have what I think will probably be a simple issue. I have installed a news ticker for a website I am designing. I follow the instructions and have this in my html file <script> $(window).load(function(e) { $("#bn1").breakingNews({ effect :"slide-h", autoplay :true...
  2. GOSCO

    JQUERY Animate width using variable

    Good evening, Please can someone help me with this code? I'm just trying to animate the width of a progress bar based on a variable, the code works fine if I write this: $(this).animate({width:"100px"},350); so I think it is just a syntax problem but I can't for the life of me figure it out...
  3. GOSCO

    Boot process tutorial

    Can anyone recommend a good resource that clearly discusses and explains the boot process BIOS > MBR > BOOT LOAD etc etc. I have found a few articles on the web but information seems fragmented. Maybe a book that deals with the subject or something like a CBT video I can purchase. Thanks in...
  4. GOSCO

    Handling Errors

    Im using the uflex class to handle users on an intranet im making. I want to handle users that are not logged in, which means: $user->data['group_id'] is not set is it appropriate to use the following code or is there a better way? if (isset($user->data['group_id']) &&...
  5. GOSCO

    New Sharepoint Intranet

    Hi im looking into setting up an intranet for our office approx 50 users. Im looking at sharepoint but im getting confused with all the different options available! Is there anyone that can give me some advice basically im looking at setting up a document repository and contacts site and...
  6. GOSCO

    Sending email via exchange using proxy.

    Hi I have an off site exchange server that is setup using a http proxy can I amend the following code to send e-mail using this exchange server? dim msgTo, msgFrom, sMailServerName, msgTxt, msgAttPath 'set data for msg msgTo = "test.mail@domain.com" 'test@qwerty.com"...
  7. GOSCO

    Exchange server Proxy address when configuring outlook

    Is the purpose of an exchange server proxy address to ensure the exchange server ip address cannot be resolved unless authenticated? Are there any other reasons?
  8. GOSCO

    Sending email via exhange using VB.net

    We have an offsite exchange server (not managed by us) and im trying to write a VB script that sends email's using this exchange server. I've seen a few VB and PHP examples that do just this however the exchange server we connect to is setup using a http://proxy. I must admit I don't understand...
  9. GOSCO

    Dissimilar Hardware Restore

    Hi there I’m looking for some advice regarding a dissimilar H/W restore. I’m trying to restore a vista installation after replacing the motherboard with a slightly different one (Different Chipset) After installing it wouldn't boot past crcdisk.sys so I have so tried a few things to solve...
  10. GOSCO

    Simple CSS question

    How do I condense the following CSS entries to avoid duplication? table.ff_querylist th.tooltip{ color: #FFF; border: 1px solid #FFF; background-color: #FFF; } table.ff_querylist td.tooltip{ color: #FFF; border: 1px solid #FFF; background-color: #FFF; } table.ff_querylist td.footer{ color...
  11. GOSCO

    Help shifting array

    Hi there, How would you go about shifting the array so that the start of the array is the variable $startofweek $daysofweek = array(Sun, Mon, Tue, Wed, Thu, Fri, Sat); e.g if $startofweek=Wed then: $daysofweek = array(Wed, Thu, Fri, Sat, Sun, Mon, Tue); I was thinking a about using a...
  12. GOSCO

    Supress word warnings/messages

    Hi, im writing a VBS script that prints all files in a folder using the relevant application. Everything works ok though word docs are causing me a problem. I wanted to supress all warning messages when the file is opened. e.g read only and margin warnings etc. Can this be done? Set objWord...
  13. GOSCO

    Search for string and then assign to variable

    Im trying to do a wildcard search for a string in word and store as a variable using a macro. Can't see how to do this! Any help appreciated.
  14. GOSCO

    What happens to Group Policy when DC is not available.

    When you log onto a domain that is not available the workstation uses a cached profile. What happens to the Domain group policy? Group policy seems to be applied in this scenario but I just wanted more information. i.e is the GP cached etc. Thanks in advance
  15. GOSCO

    Restricting files from certain computers

    Im trying to prevent certain machines from accessing shared files or folders. I have a machine called laptop which is joined to the domain contoso.com. On the domain controller I have a shared folder called dell and I have removed all permissions other than the computer object "laptop". Why is...
  16. GOSCO

    searching in file

    Hi how do I search a file for lines that has 7 semi colons in it e.g. ;sadasdasdasd;dfdfsfdg;ddd;dddddd;sddsds;dsdsd; would be a valid line.
  17. GOSCO

    Looking for text in a .pab file

    Hi, Im trying to extract e-mail addresses from an outlook personnel address book. If I drag the .pab file into notepad there is a lot of garbage, but there is also the text making up the e-mail addresses I want to extract. The code looks like this: $query=&quot;X400:&quot;; open (PAB...
  18. GOSCO

    Checkpoint, Network Connections

    Hi, Im trying to connect to my work server using &quot;Checkpoint&quot; VPN. When I install it it creates a new network connection for me, then asks me to reboot. When I reboot the VPN Network connection is disabled!I can't enable it and im not sure if this is supposed to happen. You may...
  19. GOSCO

    Roaming / Roving Profiles

    Hi guys, I hope you can help me... I want a users desktop settings AND outlook settings to follow them in an office environment, is this roaming profiles? Can anyone also distinguish between Roaming and Roving profiles? What do you think the best solution would be to set this up for around 12...
  20. GOSCO

    Roaming / Roving Profiles

    Hi guys, I hope you can help me... I want a users desktop settings AND outlook settings to follow them in an office environment, is this roaming profiles? Can anyone also distinguish between Roaming and Roving profiles? What do you think the best solution would be to set this up for around 12...

Part and Inventory Search

Back
Top