Questions
- How to migrate from Googlemail to Gmail?
- How to Convert Your @GoogleMail to @Gmail?
Solution
If did you have a google mail account like user@googlemail.com and you wanna change it to @gmail.com , it' easy if you follow me ;-)
1- Go to you Google Mail with user@googlemail.com
2- Go to Mail Setting (If you can't find the Mail Setting you can choose Google Account Setting and after that select the setting link in front of Google Mail)
3- Select Account and Important tab
4- Find the Switch to @gmail.com and click on it
5- Follow links and enjoy :-D
Amastaneh blog is a discussion site on software development, programming, algorithms, software architectures,software run-time errors and solutions from software engineers who love building great softwares.
April 29, 2011
April 25, 2011
Hang and Freeze on Open/Save dialog in Windows 7
Problem:
- When i clicked the button which will execute the Open Dialog or Save Dialog then hangs ...
- Whenever I request a "File|Open" or "File|Save" from any application, the Open or Save dialog box that opens freezes and hangs the ...
- IE8 will also hang on open and ...
- Whenever I try to use "Save as" dialog box and select an option, the window simply stops responding and ...
- "Save As" or "Open" dialog box hangs on windows 7
- "File Open" or "Save As" windows dialog boxes take too long to open
Solution:
At this moment I do NOT think that comes from Antivirus or software development companies bug. It's a Aero Problem i think so, but how cares ..., Please follow of following instruction for pass this problem till the Microsoft wake-up for this ;-)
0) Delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32
1) You can change the compatibility of each application that you need to solve.
- Right-Click on Application Icon (or EXE file which related to that)
- Select Properties
- Select Compatibility Tab and Change the Compatibility Mode to Widows XP or another one
2) or Disable Aero Theme
- Open Appearance Setting and select a classic or standard theme.
3) or Scan
- Go to RUN (WinKey + R) and type run the sfc /scannow
- When i clicked the button which will execute the Open Dialog or Save Dialog then hangs ...
- Whenever I request a "File|Open" or "File|Save" from any application, the Open or Save dialog box that opens freezes and hangs the ...
- IE8 will also hang on open and ...
- Whenever I try to use "Save as" dialog box and select an option, the window simply stops responding and ...
- "Save As" or "Open" dialog box hangs on windows 7
- "File Open" or "Save As" windows dialog boxes take too long to open
Solution:
At this moment I do NOT think that comes from Antivirus or software development companies bug. It's a Aero Problem i think so, but how cares ..., Please follow of following instruction for pass this problem till the Microsoft wake-up for this ;-)
0) Delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32
- Open REGEDIT (WinKey + R and type regedit and then press enter)
- Go to Path and delete folder ComDlg32
1) You can change the compatibility of each application that you need to solve.
- Right-Click on Application Icon (or EXE file which related to that)
- Select Properties
- Select Compatibility Tab and Change the Compatibility Mode to Widows XP or another one
2) or Disable Aero Theme
- Open Appearance Setting and select a classic or standard theme.
3) or Scan
- Go to RUN (WinKey + R) and type run the sfc /scannow
April 24, 2011
ActionScript3.0 problem with TLF text
Error:
- All method which are related to string not at working after first object convert from Classic Text to TLF Text
- dispatchEvent not working with TLF text
- all movies not load after convert Text to TLF
Solution:
The solution is really simple and worked
- Sleect FLA file from Project (or load it)
- Select File > Publish Settings... from top menu of press Ctrl + Shift + F12
- Select Flash Tab
- Press on Settings... botton in front of Script section
- Select Library path Tab from new opened dialoge
- Find Default Linkage combo box
- Change the value to Merge into code
- Press OK
- Press Publish and OK
- Enjoy :D
- All method which are related to string not at working after first object convert from Classic Text to TLF Text
- dispatchEvent not working with TLF text
- all movies not load after convert Text to TLF
Solution:
The solution is really simple and worked
- Sleect FLA file from Project (or load it)
- Select File > Publish Settings... from top menu of press Ctrl + Shift + F12
- Select Flash Tab
- Press on Settings... botton in front of Script section
- Select Library path Tab from new opened dialoge
- Find Default Linkage combo box
- Change the value to Merge into code
- Press OK
- Press Publish and OK
- Enjoy :D
April 13, 2011
Run JSP pages on windows
Problem:
- How to run a web server for jsp pages on windows
- How to make a windows to a web host for JSP pages.
Solution:
1- JVM: You must have a JVM. You can check default folder C:\Program Files\Java\ for find a jdk1.5.0_06 or jdk1.6.0_10 or any version of SUN’s JDK
2- Tomcat: You need to have Tomcat and you can check the default folder C:\Program Files\Apache Software Foundation\ for find a Tomcat 5.5 or Tomcat 7.0. Choose exe instead of zip file from core section in Tomcat download page. (I choose 32-bit/64-bit Windows Service Installer from core section and select FULL installation option in install process). After install you can see the something in http://localhost:8080/ ;-)
3- RUN: Goto C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps and make a folder and put your JSP files here ;-)
References:
JVM: http://java.sun.com/javase/downloads/index.jsp
TOMCAT: http://tomcat.apache.org/download-70.cgi
- How to run a web server for jsp pages on windows
- How to make a windows to a web host for JSP pages.
Solution:
1- JVM: You must have a JVM. You can check default folder C:\Program Files\Java\ for find a jdk1.5.0_06 or jdk1.6.0_10 or any version of SUN’s JDK
2- Tomcat: You need to have Tomcat and you can check the default folder C:\Program Files\Apache Software Foundation\ for find a Tomcat 5.5 or Tomcat 7.0. Choose exe instead of zip file from core section in Tomcat download page. (I choose 32-bit/64-bit Windows Service Installer from core section and select FULL installation option in install process). After install you can see the something in http://localhost:8080/ ;-)
3- RUN: Goto C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps and make a folder and put your JSP files here ;-)
References:
JVM: http://java.sun.com/javase/downloads/index.jsp
TOMCAT: http://tomcat.apache.org/download-70.cgi
Subscribe to:
Posts (Atom)




