Resolved : Briefly unavailable for scheduled maintenance. Check back in a minute.
When you update your wordpress blog automatically and then if it fails in between or stops in between you may…
When you update your wordpress blog automatically and then if it fails in between or stops in between you may…
Open Notepad Type following command C:\Windows\System32\shutdown -r -f -t 01 Save This File as restart.bat By running restart.bat you can…
Open Notepad Type following command C:\Windows\System32\shutdown -s -f -t 01 Save This File as shutdown.bat By running shutdown.bat you can…
You may be facing oracle is not accessible or not available from application or console. First and foremost try is…
This error generally comes while installation of Android SDK on 64 bit OS. Solution : There are mainly two solutions…
Services in the Windows operating system are background processes that usually require no user interaction. They are automatically started with…
If you are using content page and want to hide some menu or row of master page as per access…
Use the android:drawableLeft property on the EditText. Same way you can Use the android:drawableRight property on the EditText. Which will…
You can put Imagebutton in android development. For that you need to remember following 3 steps. Add Image to Resouce…
In Layout Code You can use hint property of EditText android:hint="My Hint" but if you want to use change font…