Saturday, January 11, 2014
disable windows beep
On your desktop, right click on My Computer and choose Properties
Choose the Hardware tab and click on Device Manager.
In the window that pops up, choose View from the menu bar and select Show hidden devices.
Navigate down and expand Non-Plug and Play Drivers.
Double-click on Beep and choose the Driver tab.
If you want to disable the beeping only until you restart Windows, click the Stop button.
If you want to permanently disable the beeper on subsequent reboots, in the Startup section change Type to Disabled.
NB: If you change Startup to Disabled and reboot your system, the Start and Stop buttons will no longer be functional. To regain that functionality, change Type back to Automatic and reboot your computer. You will then have the ability to start stop the beeping on-demand again.
NBB: Do not forget that your VMware Virtual Machine beeps too! You may want to disable the beeper in there too
Tuesday, January 03, 2012
Excel 2007: "There was a problem sending the command to the program"
Monday, September 08, 2008
If you find the online help isn't working, you need to change a setting:
To fix the problem, you open Internet Explorer, go to Tools -Options -Connections -Lan Settings and tick "Automatically detect settings"
Bizarre, but it worked for me!
Thursday, January 11, 2007
Monday, July 10, 2006
-XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:NewSize=1200m -XX:SurvivorRatio=16As Greg says:
-XX:+DisableExplicitGC - some libs call System.gc(). This is usually a bad idea and could explain some of what we saw.-XX:+UseConcMarkSweepGC - use the low pause collector-XX:NewSize=1200m -XX:SurvivorRatio=16 - the black magic part. Tuning these requires emprical observation of your GC log, either from verbose gc or jstat (a JDK 1.5 tool). In particular the 1200m new size is 1/4 of our heap size of 4800MB.
This interesting article appeared on the TheServerSide at
http://www.theserverside.com/news/thread.tss?thread_id=41258
Thursday, July 06, 2006
Friday, June 09, 2006
Do you want to merge change? How to turn off that annoying question in MS Word.
Wednesday, March 22, 2006
Thursday, October 27, 2005
FW: Measuring web application responses from client side
I have found an interesting tool from IBM for measuring web app performance from the client side: http://www.alphaworks.ibm.com/tech/pagedetailer
IBM Page Detailer is a graphical tool that enables Web site developers and editors to rapidly and accurately assess performance from the client's perspective. IBM Page Detailer provides details about the manner in which Web pages are delivered to Web browsers. These details include the timing, size, and identity of each item in a page. This information can help Web developers, designers, site operators, and IT specialists to isolate problems and improve performance and user satisfaction.
IBM Page Detailer places a probe in the Windows Socket Stack to capture data about timing, size, and data flow. It then presents the collected data in both graphical and tabular views, clearly showing how the page was delivered to the browser.
The page detailer is really good for quick assessments and one-off tests, when you don't have an existing suite of jmeter tests or the like to capture timing information.
This is a free download, although registration is required.
Tuesday, June 28, 2005
You can get Unlocker here:
http://ccollomb.free.fr/unlocker
Monday, January 17, 2005
Monday, August 09, 2004
For standard Java classes, including JavaBeans, you put the classes under jrun_root/servers/jrun_server/SERVER-INF. Loose classes go in a classes subdirectory and jarred classes go in a lib subdirectory; the classes are available server-wide. By default, Remoting doesn't have access to classes in a web application, but you can put the Flash Remoting JAR file in a web application and add a servlet mapping to the web application's web.xml file. You can also place Java classes in the jrun_root/lib directory if you want them to be available to the entire JRun installation. Note also that when you do put classes under a WEB-INF directory, loose classes go in WEB-INF/classes and jarred classes go in WEB-INF/lib.
Wednesday, July 28, 2004
Wednesday, April 28, 2004
Friday, February 13, 2004
Wednesday, February 04, 2004
So this is how to redirect output.
Tuesday, February 03, 2004
Monday, February 02, 2004
Windows Terminal Server (WTS)/Citrix
product description
Under this add-on option, you can web-enable MEDITECH by launching and running MEDITECH through a web browser. It also provides you a secure, hassle-free Thin Client strategy for in-house and remote users."
Thursday, January 29, 2004
Scriptlink is the product that is sold by Iatric to integrate with Meditech
Tuesday, January 27, 2004
Hayes modem string for Mac
Tuesday, January 20, 2004
permission java.security.AllPermission;
};
grant codeBase "file:C:/WebSphere/AppServer/installedApps/cfusion.ear/cfusion.war/WEB-INF/lib/*" {
permission java.security.AllPermission;
};
Add these to the C:\WebSphere\AppServer\java\jre\lib\security\java.policy file.
Friday, January 16, 2004
Problem when your get Shared memory realm error and ORacle not available.
Start the database with svrmgrl
svrmgrl
connect internal
shutdown abort
startup
Tuesday, January 13, 2004
Thursday, January 08, 2004
Saturday, December 27, 2003
Thursday, December 04, 2003
Wednesday, December 03, 2003
Wednesday, November 26, 2003
This site lists some of the great web testing tools available.
My favourite is Microsoft's web application stress tool, and Badboy.
The Fix is: Tools > Internet Options > Security Tab > Custom Level Button > Display Mixed Content = Enable.
Tuesday, November 25, 2003
Monday, November 24, 2003
Monday, November 17, 2003
Here is a web service to send an IM message. No client needed.
Friday, November 14, 2003
Thursday, November 13, 2003
At the moment we have
- Catalytic
- Nucleus
- Satyam article
In Windows XP, the username "Administrator" does not show up in the list of accounts that can be used to log in. This can be baffling if you are looking for that account. You can't rename an account to Administrator (because there is one already) nor can you create the Administrator account. Trying to do so gives the error "An account named 'Administrator' already exists"
The solution is to go to My Computer, right click, and choose Manage. Then look at Local Users and Groups, and you can see and modify the Administrator account.
Wednesday, November 05, 2003
Monday, November 03, 2003
Here is how to synchronise offline files in Windows 2000, including subfolders. For some reason, sub-folders are not set up to be synchronised. So if you choose to synchronise the folder "MyProject" you would never know (by default) that subfolders had been added.
The only weird thing about setting up subfolder synchronisation is that the files are synchronised, but you don't see the subfolders - you have to look at the "location" field to see which folder each file is in; the list is flat.
Friday, October 31, 2003
Thinking about Xindice for storing test messages for PRS. It could do a good job of keepting them in one common place. Test data would be easily retrieved from the DB.
Thursday, October 30, 2003
Wednesday, October 29, 2003
- Need to change fix end reason codes (Database/DB2/CodeSetsDML/Test/fixendreasons.sql)
update grs_ct_leaf set end_reason_code = null where end_reason_code = '';
update grs_ct_leaf_Supp set end_reason_code = null where end_reason_code = '';
update GRS_PARTY_DETAILS set end_reason_code = null where end_reason_code = '';
update GRS_REGISTRY_USERS set end_reason_code = null where end_reason_code = '';
update GRS_CONS_PROF_GRP_DESCS set end_reason_code = null where end_reason_code = '';
update grs_addresses set end_reason_code = null where end_reason_code = '';
update grs_consumer_profiles set end_reason_code = null where end_reason_code = '';
update grs_data_element_permissions set end_reason_code = null where end_reason_code = '';
update grs_Ct_tables set end_reason_code = null where end_reason_code = '';
update grs_data_source_prof_descs set end_reason_code = null where end_reason_code = '';
update grs_src_qual_data_elements set end_reason_code = null where end_reason_code = '';
update grs_distribution_profiles set end_reason_code = null where end_reason_code = '';
update grs_electronic_addresses set end_reason_code = null where end_reason_code = '';
update grs_org_names set end_reason_code = null where end_reason_code = '';
update grs_person_names set end_reason_code = null where end_reason_code = '';
update grs_telephones set end_reason_code = null where end_reason_code = '';
update prs_conditions set end_reason_code = null where end_reason_code = '';
update prs_confidentiality_indicator set end_reason_code = null where end_reason_code = '';
update prs_demographic_details set end_reason_code = null where end_reason_code = '';
update prs_disciplinary_actions set end_reason_code = null where end_reason_code = '';
update prs_notes set end_reason_code = null where end_reason_code = '';
update prs_provider_Credentials set end_reason_code = null where end_reason_code = '';
update prs_provider_expertises set end_reason_code = null where end_reason_code = '';
update prs_provider_relationships set end_reason_code = null where end_reason_code = '';
update prs_statuses set end_reason_code = null where end_reason_code = '';
update prs_provider_sub_roles set end_reason_code = null where end_reason_code = '';
update prs_work_location_details set end_reason_code = null where end_reason_code = '';
update grs_registry_users set end_reason_code = null where end_reason_code = '';
update grs_party_details set end_reason_code = null where end_reason_code = '';
Not doing this means that consumer_profile_group queries don't return data in DB2.
Tuesday, October 28, 2003
Tuesday, October 21, 2003
cfset props = createObject("java","java.util.Properties")>
cfset props.init()>
cfset Context = structNew()>
cfset Context.INITIAL_CONTEXT_FACTORY = "">
cfset Context.PROVIDER_URL = "">
cfset temp = props.put(Context.INITIAL_CONTEXT_FACTORY,"com.ibm.websphere.naming.WsnInitialContextFactory")>
cfset temp = props.put(Context.PROVIDER_URL,"iiop://127.0.0.1:900")>
cfset ctx = CreateObject("java","javax.naming.InitialContext")>
cfset temp = ctx.init(props)>
cfset myObj = ctx.lookup("com/grs/bean/registryuser/queryregistryuser/QueryRegistryUserHome")>
cfset myBean = myObj.create()>
cfdump var="#grsEnvironment#">
cftry>
cfset result = myBean.QueryRegistryUser(mt961010,grsEnvironment)>
cfcatch type="any">
cfoutput>#cfcatch.message#, #cfcatch.type#
/cfcatch>
/cftry>
http://java.sun.com/j2ee/sdk_1.2.1/techdocs/guides/ejb/html/Client6.html
The shipper class is an EJB, and is called by an EJB client.
What I cannot figure out is how to do this in CFMX>
try {
Context initial = new InitialContext();
Object objref = initial.lookup("MyShipper");
---> ShipperHome home =
(ShipperHome)PortableRemoteObject.narrow(objref,
ShipperHome.class);
Shipper shipper = home.create("Helena");
shipper.shipItem("123", 9);
shipper.remove();
It's just not clear how you can call that in CFMX
Friday, October 03, 2003
I need to find a neat way of grabbing the xml messages to send though. It's all driven through parameters of course, and there doesn't seem to be any point in re-creating messages. I need to look and see if the XSL transformations are going to help me.
This article tries to show how fast different types of flash cards are.
Wednesday, September 17, 2003
This is a very interesting tool from Nick Bradbury who created HomeSite. This is a great tool for tracking all the blogs that are syndicated.
Wednesday, September 10, 2003
Access here is to projects underway at Oracle.
andrewcripps, pooh's friend plus one.
Tuesday, September 09, 2003
So now you can create CF extensions using .Net objects.
The proposal is to use eClinic. There are some questions about eClinic that I would like answered please.
- What is the architecture of eClinic?
- Can you explain the client/server architecture for pathology requests?
- You state that the eClinic application is built using servlets, ColdFusion, PHP and Perl. Can you say percentage-wise how much of each language you use, and how you allocate the language to the functionality or to the architecture? For example, do you use servlets primarily for business logic, or have your built your business logic in PHP?
- What is required to be installed at an order site, a specimen site, and at a laboratory? What java applets are used? What do they communicate with? Do you have a Win32 client or is a browser sufficient?
-
- Does the Vitiris Lab Envoy product that is part of eClinic map inbound XML messages directly to database tables and columns?
- What is the structure of eClinic's data? Does it implement the HL7 RIM?
- Which database platforms does eClinic run on?
- How many tables do you have?
- What is your approach to auditing?
- Does your application permit deletion of data? How is that done?
- What is the relationship with Triple G's Ultra application? How does eCLinic interface with this product?
- How would patient consent information be stored in the model?
- Does your application provide a mechanism for one doctor to share results with another doctor?
- Do you use stored procedures in your database? For what purpose?
- How does your application validate order data?
- What data structures do you use to hold data that have been submitted?
- What data structures do you use to hold data that have been retrieved from the database?
- Have you deployed your application on multiple ColdFusion servers that are load-balanced?
- How does your application handle de-duplication of patients? Is Master-Patient Index functionality built in?
- How are transactions managed? How does the application roll back a transaction that fails?
- What is the internal interface, and what components communicate, with Vitiris Lab Envoy?
- Does your application perform any terminology services? Can the terminology of one hospital be maintained, but the data stored in a consistent, neutral manner?
- Can batch orders for tests be placed? If so, how are they processed? Which components break the batch request down into individual transactions?
- How does eClinic match results with requests and with specimen data?