Jump to content

Pashers

Members
  • Posts

    336
  • Joined

  • Last visited

Everything posted by Pashers

  1. Hi all, How do I change the default location of the Contacts in Outlook 2003? It's currently defaulted to: C:\Documents and Settings\username\Local Settings\Application Data\Microsoft\Outlook\mailbox.pab. This causes some problems for some teachers, as they get different contacts stored. Thanks,
  2. I think it's something as simple as: var myDate = //enter date day(getdate()) - myDate
  3. Looks like you're trying javascript/html/asp? I guess with asp In your button_config page you should have functions like: function LoginLogOutButton(var state) If state = true then var image = "/image/button/Login.jpg" Var RollOverTxt = "Login" Else var image = "/image/button/Logout.jpg" Var RollOverTxt = "Logout" End If end function In your main page where you call the function from you can call the function as such <% LoginLogOutButton(UserLoggedIn) %> Sorry can't be of more use, give some example of your code and I can have better look
  4. You could get the program end task the explore.exe then change the height/width of the form you want to use.
  5. Very impressive, I like the look and feel of the website! Congrats to your web developer! Personally I like it. :-). Some clever little features you have in there! For example looks like the use of sprites in some web pages (correct me if I'm wrong).
  6. Where is the global navigation part? If you send the global navigation I'll give it a quick look. Have you thought about making a flash file? This could do something similar.
  7. I've found TrueCrypt - Free Open-Source On-The-Fly Disk Encryption Software for Windows 7/Vista/XP, Mac OS X and Linux - Downloads which is a free open source alternative. Works for Windows 7, Vista, XP and 2000. Mac OS X and Linux (32 and 64 bit).
  8. Hey all, Just wondering if anyone has seen this error message before: "Internal Error 40974944 3T 914 Rip". Any ideas or clues what to do? Thanks, Peter
  9. OK few things without looking too deep into it: #pscroller1{ ... z-index:0; } The z-index:0; is setting this layer to 0. Meaning that it will be placed behind layers which are 1+ and infront of 0 or less. Try changing the z-index to a higher number. Give me a shout if this still doesn't work. Also you might want to put semi colons at the end of the coding line. But try the z-index thing first Peter
  10. Hi there, I remember doing something similar to this in PHP. What you'll need to do is create another page for the blob to jpeg (in this example gif). So for example you would have images.aspx. Then you would call the images.aspx. From the Microsoft article (How To Display Images Stored in a BLOB Field) it would look like this: images.asp <%@ LANGUAGE="VBSCRIPT" %> <% ' Clear out the existing HTTP header information Response.Expires = 0 Response.Buffer = TRUE Response.Clear ' Change the HTTP header to reflect that an image is being passed. Response.ContentType = "image/gif" Set cn = Server.CreateObject("ADODB.Connection") ' The following open line assumes you have set up a System DataSource ' by the name of myDSN. 'Remember to change the following connection string parameters to reflect the correct values 'for your SQL server. cn.Open "DSN=myDSN;UID=;PWD=;DATABASE=pubs" Set rs = cn.Execute("SELECT logo FROM pub_info WHERE pub_id='0736'") Response.BinaryWrite rs("logo") Response.End %> Anotherpage.asp Display Image This page will display the image New Moon Books from a SQL Server image field. images.asp Peter
  11. Well I will most probably save up and get something like an IPod Touch. Looks quite good! The Edugeek site is completely new and shiny! Where's the thanks button gone? Can't thank anyone in the post.
  12. *looks around* I have my walkman somewhere around here. I was thinking about the IPod Touch/IPhone. Have you got one? What do you think of them?
  13. Hey all, Just a quick query, thinking of getting a new MP3/IPod. Currently have a old IPod (I think 2 gig). What's your recommendations?! Thanks :-) Peter
  14. Thanks, That'd be appreciated :-)
  15. Morning all, We have got an Extricom Switch with two radios. One for those who are connecting on our domain, and another for those who are not connected to our domain. How can we display an AUP for those who connect on the second radio? For those who are connecting from outside our domain? Thanks, Peter
  16. Hello all, Quick question, could anyone help me on Smoothwall? Just created a VLAN (ID 10) on the network for public WiFi access. I've added a NIC on the Smoothwall on VLAN (10). Have I got these settings right? The Interface I've got for the 2nd port is: Name: Internal2 Internal: Yes IP Address: 192.168.0.101 Netmask: 255.255.252.0 Name: Internal2 (10) Internal: Yes VLAN Tag: 10 IP Address: 10.0.0.100 Netmask: 255.255.0.0 How do I enable the DHCP for the one port and in a different range? Many thanks
  17. I thought so , I'll have to find one. Sure we've got one somewhere. Thanks,
  18. I've tried to work this IP Helper out. However, the switch I'm trying to get to work is an Allied Telesyn AT-8350GB. Can't find IP Helper within the menu :-(.
  19. The default gateway which we use as a proxy also is .100, which everyone uses. The switch's Default gateway is set also to .100. I've set the External connection to VLAN 10. I can't see how to set the gateway for the different connection/vlan.
  20. Morning all, Could someone give me a 'dumb down' explanation of how to do the following in the Extricom Switch? I've created two SSIDs one for internal use, and another for external use. I can connect to both wireless connections fine. However, I want to be able to get the Internal SSID to go to the Internet through one port on the Firewall (*.*.*.100) and the external on a different port (*.*.*.101). Any help would be appreciated, Many thanks, Peter
  21. Hey all, it's been a while since I've been on. Just a quick question. I have a laptop which has: - 3 Gig of ram - Intel Pentium Dual CPU T2330 1.60 Ghz - 100 gig HDD - Vista Thanks, Peter
  22. Hey guys, As the name suggests I'm looking for a new TV. I've been looking around at the 32 inch TVs and been trying to decide what to get? Been told Samsung are good. Any recommendations? Max of £700 Had a look at Samsung UE32B7020W as a possibility. What you think? Thanks
  23. Pashers

    My Linux Experiment

    I've moved to Ubuntu, I love it. OK can't play some games, but now I mainly play guild wars (rarely now) which works fine. So if you need Windows software look into WINE
  24. XP Pro yes
  25. When its connected to the PC.
×
×
  • Create New...