Popup Blocker Tester
Labels: computers, Popup Blocker
RamblingsA place for random thoughts and the occasional code snippet written by me. You can also view my web page here to see more code and internet work I have done. Monday, July 24, 2006Popup Blocker Tester
I just stumbled across this today. It's a website that allows you to test your pop-up blocker. I use Firefox and got only one of the popups form the whole list. Go Mozilla!
Labels: computers, Popup Blocker Thursday, July 06, 2006isChecked Function
This is a function that I wrote to check whether a value is true in order to determine if a checkbox or a radio button is checked.
Use would be something likethe line below but with the {} replaced by <> if the value passed were true the box would be checked when the page loads. {checkbox name="cbxOne" value="1"<%=isChecked(value)%>} Click here to view the function. Labels: asp, computers, functions, Programming Thursday, June 15, 2006My Tic-Tac-Toe
Here is a little tic-tac-toe game I wrote this morning... Enjoy.
And a link to the code: Click Here Labels: asp, computers, games, Programming, tic-tac-toe Wednesday, June 14, 2006HP Printer Support Can't Identify PCL Maverick: Welcome to HP Total Care for All-in-One products. My name is Maverick. How may I assist you today?Will Perry: I hava one, hopefully simple, question... Which OfficeJet printers support PCL5 Maverick: Could you please elaborate the issue, which would allow me to understand the issue better? Will Perry: I am looking to purchase 5 or more OfficeJet Printers but the software I am printing with requires PCL5 compatibility. Which OfficeJet models support PCL5? Maverick: Could you please let me know in brief what is PCL5? Will Perry: It is a printer language written by HP Will Perry: You can get a more information here: http://www.webopedia.com/TERM/P/PCL.html Will Perry: Is there someone there that is familiar with HP Printers? Will Perry: Are you still there? UPDATE: 2006-06-14 02:33 PM PDT I contacted HP support again and this time spoke with Rebecca who was quite helpful and came back with a list of printer models that met my specifications. UPDATE: 2006-06-15 09:46 AM PDT I received this e-mail from HP today apologizing for the chat session that apparently got disconnected by accident and informing me that Officejets don't support PLC's Dear Will, This email is a follow-up to our recent Chat interaction. We regret the inconvenience caused due to incomplete chat session. I would like to provide a resolution to the issue which we were troubleshooting in the chat session. Will , I am sorry to inform you that our Officejet 's are not compatable with the PLC's and only few laserjets support them. If the issue persists, please contact us by visiting the following Web site. We will be glad to assist you further. http://welcome.hp.com/country/us/en/contact/chat_1.html We are available 24hrs a day, 7 days a week to serve you. Note: Please do not reply to this message. If you need further assistance, please return to our chat website for further support. Regards, Maverick HP Total Care. Our advice is strictly limited to the question(s) asked and is based on the information provided to us. HP does not assume any responsibility or liability for the advice given and shall not be liable for any direct, indirect, special, incidental or consequential damages in connection with the use of this information. Always back up your data. For more information, including technical information updates, please visit our Web site at http://www.hp.com/support. Labels: computers, hp, printers, tech support Friday, May 26, 2006Black Frog hops into spam battle
This is great! Ever since BlueFrog went down I have been waiting for someone else to take up the gauntlet and here it is.
http://wiki.okopipi.org/wiki/Main_Page http://www.okopipi.org/ I'll be watching closely for them to come up and I hope to be one of the first on the list. If you want to be notified as they release their public beta you will want to subscribe to their group on Google at... http://groups.google.com/group/okopipi-announce Also check out the following group to see/hear discussion about Okopipi. http://groups.google.com/group/okopipi-discuss/ Anyway, I'll be keeping my eye on this one! Monday, May 22, 2006Client Side Key Generator
Client side key generator. Allows the user to select whether all ascii characters are allowed(many are not acceptible for passwords in most systems), only common characters (these will usually be accepted for passwords), or no symbols (uses upper and lower case letters and numbers only)
Display Script Execute Script Labels: asp, computers, Programming Wednesday, February 08, 2006First Blog
I'm not sure if I'm into this whole blogging thing. I like doing things from scratch. Check out my website at http://www.wperry.net
Labels: computers |