So you have the "Remember passwords for sites" disabled in Firefox and you can't understand the reason ?
Well turns our you might be in automatic private browsing mode - not the mode when you select private browsing, but a hidden mode that is set when you choose:
tools -> options -> privacy -> history
Firefox will : "Never remember history"
And in this mode you can't save passwords !
Change the mode to "use custom settings for history" + uncheck whatever you need from the options to make it not remember anything anyway :)
No go back to Tools -> options -> security
Voila - it is enabled !
PS: being in the above mode also shows the "start private browsing" and "stop private browsing" in the tools menu as disabled - so performing the fix above will fix this too.
Friday, December 7, 2012
Tuesday, September 4, 2012
Another great reason to hate Apple
When you register as a developer on the Apple site and just want to pay your 100$ for the privilage to write an Apple iphone application, you enter all your details and credit card and pass 6 screens with email verification and personal info, after all this ...
You get a screen that says your country (Israel) is not in their developer list and you will have to do everything again from scratch by hand on a PDF form that should be faxed to them !
All this after knowing in the first screen that you were from the country that is not supported... why bother take me through all the hassle of online form filling and validations.
This is from a company that is worth more than most oil companies !
You get a screen that says your country (Israel) is not in their developer list and you will have to do everything again from scratch by hand on a PDF form that should be faxed to them !
All this after knowing in the first screen that you were from the country that is not supported... why bother take me through all the hassle of online form filling and validations.
This is from a company that is worth more than most oil companies !
Wednesday, May 30, 2012
Java application with hibernate stops working after a few hours of not being used
I have a tomcat - hibernate web application, but after a night of not being used - the application stops working and shows exceptions and I need to restart the app in tomcat.
The issue seems to be related to the fact the hibernate drops the connection after a configurable amount of time and doesn't know how to reconnect.
Th solution lays in C3P0 package.
See here:
http://www.databasesandlife.com/automatic-reconnect-from-hibernate-to-mysql/
The issue seems to be related to the fact the hibernate drops the connection after a configurable amount of time and doesn't know how to reconnect.
Th solution lays in C3P0 package.
See here:
http://www.databasesandlife.com/automatic-reconnect-from-hibernate-to-mysql/
Wednesday, April 18, 2012
Wednesday, April 11, 2012
Remote desk top to win2k3 console session (shadow mode - without disabling local user)
Typically after performing an mstsc remote desktop to a windows 2003 server machine, you will want to open the terminal services manager and right click connect to the console session already running locally on the computer.
When you try to do that you will get a message:
"Can't remote control session(ID 0) control is disabled on that session"
To be able to connect to the console session of a windows 2003, and even share the screen with the local user without disconnecting them, you need to perform the following procedure:
http://support.microsoft.com/kb/278845 (see the "how to shadow the console session" part)
The fast answer is to perform this on the remote desktop session:
shadow 0
When you try to do that you will get a message:
"Can't remote control session(ID 0) control is disabled on that session"
To be able to connect to the console session of a windows 2003, and even share the screen with the local user without disconnecting them, you need to perform the following procedure:
http://support.microsoft.com/kb/278845 (see the "how to shadow the console session" part)
The fast answer is to perform this on the remote desktop session:
- Open the Group Policy snap-in (Gpedit.msc).
- In the left pane, under the Computer Configuration branch, expand the Administrative Templates branch.
- Expand the Windows Components branch.
- Click the Terminal Services folder.
- In the right pane, double-click Sets rules for remote control of Terminal Services user sessions.
- On the Setting tab, click Enabled.
- In the Options box, click Full Control without users' permission, and then click OK.
shadow 0
Sunday, February 26, 2012
Setting up word heading styles to have multilevel numbering
In order to setup word styles to have good indented numbering system in the header styles,
Like this:
1. Heading1A
1.1 Heading2a
1.1 Heading2b
2. Heading1B
You need to work with "List Styles" which is a top level Style binder that groups the header styles into a logical group with logic - specifically you will need to build a new list style and link its levels to the headings.
A very good doc for this can be found here:
http://www.shaunakelly.com/word/numbering/numbering20072010.html
Like this:
1. Heading1A
1.1 Heading2a
1.1 Heading2b
2. Heading1B
You need to work with "List Styles" which is a top level Style binder that groups the header styles into a logical group with logic - specifically you will need to build a new list style and link its levels to the headings.
A very good doc for this can be found here:
http://www.shaunakelly.com/word/numbering/numbering20072010.html
Thursday, February 23, 2012
File search alternatives for the bad windows 7 search
http://www.mythicsoft.com/page.aspx?type=agentransack&page=home
OR
http://goffconcepts.com/products/filesearchex/
OR
http://goffconcepts.com/products/filesearchex/
Subscribe to:
Posts (Atom)