Azure Websites not work with MX records and Mail Server

Error:MX Records conflict with Windows Azure website hostMX Records conflict with azurewebsites.netMail server not working with azurewebsites.netAzure Websites not work with MX recordsWindows Azure CNAME causes email problemsWindows Azure CNAME causes email server ignore mail forwardingTest:Just use of this command for find out problem. If your answer is so like to below result your MX records are correct.Command: nslookup -q=mx domain.comCorrect Result: domain.com MX preference = 10, mail exchanger = blah-blah.comBut in my case after set a website host from azurewebsites.net MX records gone, because CNAME record affects the other recordsSolution:Remove CNAME records after set custom domain in Windows Azure panel and just use of A record

Posted on: 1 March 2015 | 4:02 am

The prefix attribute on head for Open Graph is missing

Error: The 'prefix' attribute on <head> for Open Graph is missing Solution:Just add this prefix to your head element<head prefix="og: http://ogp.me/ns#">

Posted on: 22 February 2015 | 1:41 pm

IDENTITY_INSERT is set to OFF

Error:Cannot insert explicit value for identity column in table 'XYZ' when IDENTITY_INSERT is set to OFF.Solution:If you work on ASP .Net vNext with MVC 6.0 and EF 7.0 beta, welcome to hell :-))It's was kidding.Solution 1 is add [DatabaseGenerated(DatabaseGeneratedOption.None)] annotation to your ID of your Table (class model)Solution 2 is add below line to OnModelCreating override method of your DbContextbuilder.Entity<XYZ>().Property(i => i.Id).GenerateValuesOnAdd(generateValues: false);

Posted on: 29 December 2014 | 8:08 am

No service for type

Error:An unhandled exception occurred while processing the request.Exception: TODO: No service for type 'ABC.Services.XYZService' has been registered.Microsoft.Framework.DependencyInjection.ServiceProviderExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)Solution:If you have a new Service in your ASP .Net vNext, you need to add below line in ConfigureServices(IServiceCollection services) function in Startup.cs for register it ;-)services.AddTransient<XYZService>();PS: At this time ASP .Net vNext, Visual Studio 2015 and MVC 6.0 are beta version.Update 1: it could be solved with this services.AddScoped<XYZService>();

Posted on: 23 December 2014 | 5:10 am

Problem with webopt for Scripts

Quistions: - BundleReference for ASP .Net Forms- System.Web.Optimization.Scripts.Render for ASP .Net Forms- Render script without bundlereference- Microsoft.AspNet.Web.Optimization.WebForms for Render Scripts- @Scripts.Render for Web Forms- Render ScriptBundle for Web FormsSolution:<%: System.Web.Optimization.Styles.Render("~/bundles/css") %><%: System.Web.Optimization.Scripts.Render("~/bundles/js") %>

Posted on: 9 November 2014 | 1:01 pm

Microsoft.Jet.OLEDB.4.0 provider is not registered

Error:The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.Resolution:There is no chance to use of Microsoft.Jet.OLEDB.4.0 and Microsoft Access Files like mdb file on 64bit WindowsSolution 1:Right Click on Project > Properties > Build > Change Platform Target to x86 and recompile it againSolution 2:Go to App.config and change ConnectionString from Provider=Microsoft.Jet.OLEDB.4.0 to Provider=Microsoft.ACE.OLEDB.12.0

Posted on: 26 August 2014 | 3:34 am

The service cannot be activated

Error:The service cannot be activated because it does not support ASP.NET compatibility. ASP.NET compatibility is enabled for this application. Turn off ASP.NET compatibility mode in the web.config or add the AspNetCompatibilityRequirements attribute to the service type with RequirementsMode setting as 'Allowed' or 'Required'.Solution:Add this line in top your Service class    [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]

Posted on: 22 August 2014 | 4:53 am

Following errors were detected during this operation

Error:ERROR DETAILSFollowing errors were detected during this operation.* [7/13/2014 10:25:54 AM] System.ArgumentException- Value does not fall within the expected range.- Source: System.Deployment- Stack trace:at System.Deployment.Internal.Isolation.IStore.LockApplicationPath(UInt32 Flags, IDefinitionAppId ApId, IntPtr& Cookie) ...Solution:1- Uninstall or Remove old version of application2- Clean this path of any files and foldersPATH: %HOMEPATH%\Local Settings\Apps\2.0\AKA: C:\Users\XYZ\AppData\Local\Apps\2.0

Posted on: 14 July 2014 | 1:11 am

Downloading .config did not succeed

Error:- Downloading blah/blah/xyz.exe.config did not succeed- Downloading .config did not succeedPLATFORM VERSION INFO Windows : 6.2.9200.0 (Win32NT) Common Language Runtime : 4.0.30319.34003 System.Deployment.dll : 4.0.30319.33440 built by: FX45W81RTMREL clr.dll : 4.0.30319.34003 built by: FX45W81RTMGDR dfdll.dll : 4.0.30319.33440 built by: FX45W81RTMREL dfshim.dll : 6.3.9600.16384 (winblue_rtm.130821-1623)SOURCES Deployment url : http://xyz.com/download/xyz.application Server : Microsoft-IIS/7.5 X-Powered-By : ASP.NET Deployment Provider url : http://xyz.com/download/xyz.application Application url : http://xyz.com/download/Application%20Files/xyz_2_3_1_0/xyz.exe.manifest Server : Microsoft-IIS/7.5 X-Powered-By : ASP.NETIDENTITIES Deployment Identity : xyz.application, Version=2.3.1.0, Culture=neutral, PublicKeyToken=91eae35baf867b49, processorArchitecture=msil Application Identity : xyz.exe, Version=2.3.1.0, Culture=neutral, PublicKeyToken=91eae35baf867b49, processorArchitecture=msil, type=win32APPLICATION SUMMARY * Installable application.ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log. * Activation of http://xyz.com/download/xyz.application resulted in exception. Following failure messages were detected: + Downloading http://xyz.com/download/Application Files/xyz_2_3_1_0/xyz.exe.config did not succeed. + The remote server returned an error: (404) Not Found.COMPONENT STORE TRANSACTION FAILURE SUMMARY No transaction error was detected.WARNINGS There were no warnings during this operation.OPERATION PROGRESS STATUS * [7/13/2014 11:00:18 AM] : Activation of http://xyz.com/download/xyz.application has started. * [7/13/2014 11:00:21 AM] : Processing of deployment manifest has successfully completed. * [7/13/2014 11:00:21 AM] : Installation of the application has started. * [7/13/2014 11:00:32 AM] : Processing of application manifest has successfully completed. * [7/13/2014 11:00:49 AM] : Found compatible runtime version 4.0.30319. * [7/13/2014 11:00:49 AM] : Request of trust and detection of platform is complete.ERROR DETAILS Following errors were detected during this operation. * [7/13/2014 11:01:26 AM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype) - Downloading http://xyz.com/download/Application Files/xyz_2_3_1_0/xyz.exe.config did not succeed. - Source: System.Deployment - Stack trace: at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next) at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles() at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState) at System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions options) at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp) at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc) at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl) at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state) --- Inner Exception --- System.Net.WebException - The remote server returned an error: (404) Not Found. - Source: System - Stack trace: at System.Net.HttpWebRequest.GetResponse() at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)COMPONENT STORE TRANSACTION DETAILS No transaction information is available.Solution:This error related to IIS security about .config files. you must go to your visual studio Project > Properties > Publish > Options > and checked Use '.deploy' file extension checkbox ;-)

Posted on: 13 July 2014 | 3:35 am

Plesk and forward www to non-www

Problem - How to change www site to non-www with Plesk- How to forward www site to non-www with Plesk- How to forward www.domain.com to domain.com- Where's Preferred Domain in new Plesk 11.0.9Solution for Plesk 11.5Click on Websites & Domains > Hosting Settings > and change Preferred domain to NoneSolution for Plesk 11.0.9 and OlderAdd DNS Record WWW > CNAME > DOMAIN.COM.

Posted on: 5 July 2014 | 3:03 pm

Ideas

I have more ideas for change this planet with Fascinate, Very Practical and based on technology solutions that live in my head from more years and i want to find out a solution for- BUILD them- TALK about them- GROW them in a competition or contest- REGISTER them :-( at leastbut i can't find a right solution out and this is very ridiculousGoogle Science Fairhttps://www.googlesciencefair.comIt's open to students from 13 to 18 years oldGoogle Lunar XPRIZEwww.googlelunarxprize.orgI have no money for build a space shuttle and lunar robotQualcomm Tricorder XPRIZEhttp://www.qualcommtricorderxprize.org/This is so usefull for my health-net solution but OoopsIt has a $25,000 USD registeration fee and Registration Deadline was August 30, 2013BIG OOPSNokia Sensing XCHALLENGEhttp://www.nokiasensingxchallenge.org/This could be a good place for my health-net solutionRegistration Deadline is April 16, 2014 by 1000 USDMoonbotshttp://moonbots.org/This challenge belong to youth from 9 to 17 years oldFIRSThttp://www.usfirst.org/For Inspiration and Recognition of Science and TechnologyJunior FIRST LEGO League (Jr.FLL)Age: 6~9http://www.juniorfirstlegoleague.org/FIRST LEGO LeagueAge: 9~14http://www.firstlegoleague.org/FIRST Tech Challenge (Grades 7-12)Age: high-schoolershttp://www.usfirst.org/roboticsprograms/ftcFIRST Robotics Competition (Grades 9-12)Age: 9~14http://www.firstlegoleague.org/SBIRSmall Business Innovation ResearchPhase I: $150k over 6 months - Feasibility StudyPhase II: $750k over 2 years - Development Projecthttp://www.nsf.gov/eng/iip/sbir/faq.jspJust for american companyPS: If you have a solution for present a very large scale solution please help me :-)

Posted on: 26 March 2014 | 2:53 am

Edit Google Document with Microsoft Word

Questions:- How to edit google document with microsoft word- How to open a MS Word Document from Google DOCS, edit it, and then save it directly back to Google Document- How to change a document in Google Drive- Editing and Working with Microsoft Office on Google DocumentsSolution:Add new REVISION by right click on your document in Google Drive and select Manage revisions... and select Upload new revision and upload your new version of document

Posted on: 24 March 2014 | 4:31 pm

RoboCupRescue Robot League Research Fields

These are some research fields that we need to have to research about these for our Robocup Rescue - Rescue Robot Team.1- People Detection1.1- With Thermal Data1.2- With 3D Data (from laser or kinect)1.3- Body part detection1.4- Vision Based Victim Detection2D and 3D Human Pose Estimation in Single ImagesPictorial Structures RevisitedPeople DetectionPedestrian DetectionPeople TrackingHuman 3D Pose EstimationArticulated Pose EstimationDiscriminative Appearance Models for Pictorial StructuresArticulated Pose Estimation and TrackingMonocular 3D pose estimation and tracking by detection2D Articulated Human Pose EstimationUnsupervised Image ClassificationHuman pose estimation for KinectKinect pose estimationDetection and recognition of unstructured human activity in unstructured environmentsHuman body posture detectionObject Detection Technique Development for a Disaster Area2- The problem of simultaneous localization and mapping (SLAM)2-1- Google Tango- Visual SLAM (Visual Simultaneous Localization And Mapping)- Interest Point Detectors and Local Descriptors for Visual SLAM- Optical Navigation System- 3D Simultaneous Mapping and Localization (SLAM) algorithms- Monocular SLAM / MonoSLAM- Parallel Tracking and Mapping System- A Flexible and Scalable SLAM System with Full 3D Motion Estimation3- Robot Localization3-1- Inertial Measurement Unit Based Pose Estimation3-2- RSSI-Based Localization3-3- Vision-Based Mobile Robot Navigation (Visual Odometry)3-4- Inertial Sensor Data Integration in Computer Vision Systems- Robot's Global Positioning- Robot Pose Estimation - Self Localization- Scan Matching- Monte Carlo Localization- Robot pose estimation in unknown environments by matching 2d range scans- The normal distributions transform: A new approach to laser scan matching- A real-time algorithm for mobile robot mapping with applications to multi-robot and 3D mapping- Monte carlo localization for mobile robots- Monte carlo localization: Efficient position estimation for mobile robots- Depth Camera Based Indoor Mobile Robot Localization and Navigation- Fast Indoor Radio-Map Building for RSSI-based Localization Systems- Autonomous Mapping and Navigation - Robust real-time tracking by fusing measurements from inertial and vision sensors- vision-based mobile robot navigation using image processing and cell decomposition- Localization in Wireless Networks via Laser Scanning and Bayesian Compressed Sensing4- Compare devices for map building, localization, collision avoidance*LRF (Laser Range Finders)*LIDAR (Light Detection and Ranging) - Are laser scanners replaceable by Kinect sensors in robotic- Compare -- Microsoft Kinect (for Windows / for Xbox 360)-- Microsoft Kinect for Windows v2  K4W2 -- Laser Scanner: SICK (like LMS 200)-- LRF: Hokuyo (like URG-04LX)-- Asus Xtion / PRO-- Asus Xtion Live / PRO-- PrimeSense Carmine

Posted on: 24 March 2014 | 6:53 am

OpenCV on Visual Studio 2013

Questions:- How to start OpenCV with VC++- How to create a new opencv project in VS2013- How to configure Visual Studio 2013 for OpenCV- Why i can't config windows and visual studio for start with OpenCVConfigure Windows:Follow these steps1- My Computer > Properties > Advanced System Settings > Environment Variables > New and add new system variableName: OPENCV_DIRValue: C:\opencv\build\ (or other path that you like)2- My Computer > Properties > Advanced System Settings > Environment Variables... > System variables > select Path and press Edit buttonand add ;%OPENCV_DIR%\x86\vc12\binPS: for Visual Studio 2013 add ;%OPENCV_DIR%\x86\vc12\binPS: for Visual Studio 2012 add ;%OPENCV_DIR%\x86\vc11\binConfigure Visual Studio Project:1- Add new Visual C++ Project from File > Project... > Visual C++ > Win32 Console Application and select a name for your project and press OK and finished2- Go to Solution Explorer > select Project and right click > Properties > Configuration > and select All Configurations3- In left tree menu select Configuration Properties > C/C++ > General > Additional Include Directories > Add $(OPENCV_DIR)\Include in right section3- In left tree menu select Configuration Properties > C/C++ > Linker > General > Additional Library Directories > Add $(OPENCV_DIR)\x86\vc12\lib in right sectionPS: Please choose right item based on your visual studio$(OPENCV_DIR)\x86\vc12\lib or$(OPENCV_DIR)\x86\vc12\lib or$(OPENCV_DIR)\x86\vc12\lib you can find version of visual studio in Configuration Properties > General > Platform Toolset3- In left tree menu select Configuration Properties > C/C++ > Linker > Input > Additional Dependencies > select Edit and add below lib filesopencv_calib3d248d.libopencv_contrib248d.libopencv_core248d.libopencv_features2d248d.libopencv_flann248d.libopencv_gpu248d.libopencv_haartraining_engined.libopencv_highgui248d.libopencv_imgproc248d.libopencv_legacy248d.libopencv_ml248d.libopencv_nonfree248d.libopencv_objdetect248d.libopencv_photo248d.libopencv_stitching248d.libopencv_superres248d.libopencv_ts248d.libopencv_video248d.libopencv_videostab248d.libPS: Above file names are consist of opencv_ + name of library + version of OpenCV and d for Debug library editionPS: Before add these items open C:\opencv\build\x86\vc10\lib orC:\opencv\build\x86\vc11\lib orC:\opencv\build\x86\vc12\lib based on your Visual Studio and select right namesPS: You can change Configuration in top left of Property Pages and select Release and add with 'd' Library to your release projectopencv_calib3d248.libopencv_contrib248.libopencv_core248.libopencv_features2d248.libopencv_flann248.libopencv_gpu248.libopencv_haartraining_engined.libopencv_highgui248.libopencv_imgproc248.libopencv_legacy248.libopencv_ml248.libopencv_nonfree248.libopencv_objdetect248.libopencv_photo248.libopencv_stitching248.libopencv_superres248.libopencv_ts248.libopencv_video248.libopencv_videostab248.libPS: all these libraries (lib files) are not required and you can choose your required libraryExplanation:- Microsoft Windows 8.1- Visual Studio 2013 (v120)

Posted on: 8 March 2014 | 7:56 am

How to stop browserLink

Questions:- What's this browserLink in my ASP .Net Project- What's arterySignalR?- What's negotiate?requestUrl- What's arterySignalR/negotiate- What's arterySignalR/connect?transport=webSockets- How to stop http://localhost:12661/5d47e5508b77496e916102d7e148ebad/arterySignalR/negotiate?requestUrl=http- How to stop ws://localhost:12661/5d47e5508b77496e916102d7e148ebad/arterySignalR/connect?transport=webSocketsSolution:It is a relationship between your Visual Studio and your web browser. This will allow to VS data exchange with browser and vise-verse. for stop this just go to Browser Link Icon in toolbar and unchecked Enable Browser Link like below image.

Posted on: 20 February 2014 | 2:35 pm

The provider did not return a providermanifest instance

Errors:- EntityDataSource error ...- Error in Visual Studio 2013 and EntityDataSource- EntityDataSource have error "the provider did not return a providermanifest instance"- How to Fix "The provider did not return a ProviderManifest instance ...Full Error:The metadata specified in the connection string could not be loaded. Consider rebuilding the web project to build assemblies that may contain metadata. The following error(s) occurred: The provider did not return a ProviderManifest instance.Solution:Open the EDMX file and change ProviderManifestToken="2012" to ProviderManifestToken="2008"Other Solutions (not useful for me):1- I know this is a ridiculous solution but i think that the star (*) is not working in connection string field of Web.config :-( you can change it with project name as a project namespace referenceBefore: <add name="TestEntities" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl blah blahAfter: <add name="TestEntities" connectionString="metadata=res://PROJECTNAME/Model1.csdl|res://PROJECTNAME/Model1.ssdl blah blah2- Go to Run > %temp% and empty the temp folder3- Set integrated security=False in connection string field of Web.config

Posted on: 8 February 2014 | 4:35 pm

SugarCRM Installation Problem

Errors: - Cant get past License Acceptance Page ...- Next is not working in License Acceptance Page- yahoo is not defined - license acceptance failed- Can't get past the License acceptance screen- Problem with installation on step License Acceptance- Can't get passed License Acceptance- Install stuck at License Acceptance- Error occurs when clicking "next" on the license-agreement screenSolution:- Go to .../include/javascript/yui/build/container- Replace container.js to container-min.js (remove min file and copy original file with a new name)The problem solve :-)My Road-map:Yes, it's simple like as a charm. if you want to know about how to trick to find out this solution follow these steps- Open page in Chrome and use of Inspect Element > Source- Find out where's the problem- Find out what's file name- After that i think that it's could be solve after change it with original source (not minified) or replace with a new one.Yes, after change the min file with uncompressed file the problem goes ;-)

Posted on: 4 February 2014 | 1:51 am

Installer UI Mode Error

Error:Installer UI Mode ErrorInstaller User Interface Mode Not SupportedThe installer cannot run in this UI mode. To specify the interface mode. Use the -i command-line option, followed by the UI mode identifier. The valid UI modes identifiers are GUI, Console, and Silent.Solution:Right Click on EXE file and go to Properties > Compatibility and change the compatibility mode to Windows 7 or OlderRecommendation:1- Most of time you can find exe files in Temp Directory. For find Windows Temp Directory go to -Temp Directory: C:\Users\[USER NAME]\AppData\Local\Temp-Temp Directory: go to Run (WinKey + R) and type %temp% and press Enter2- Checked the Run this program as an administrator in Compatibility window.

Posted on: 1 February 2014 | 9:12 am

How to save MATLAB Webinar

Problem:- How to save videos from MATLAB site- How to save mathworks.com videos- How to record video stream ...- How to save MATLAB Webinar- How to save videos which play with BrightcoveSolution:- Download TubeDigger from www.tubedigger.com- Browse your site in TubeDigger and enjoy ;-)

Posted on: 17 January 2014 | 1:11 am

Admin Right to Administrator User in Windows

Problem:- How fix administrator user has admin right- How to add admin privilege to administrator user in windows 8- I have not administrator privilege on my user- My user is a part of administrator group but has not administrator privilege- Windows 7, 8 and Windows 8.1 Administrator users doesn't have Admin rightsSolution:Go to regedit and set this key to zero and enjoyHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

Posted on: 10 January 2014 | 8:26 am

How to Create Windows WiFi Hotspot

Questions- How to turn my Windows PC into a Wireless Hotspot- How to create WiFi Hotspot or tethering in Windows 7 or Windows 8 or Windows 8.1- How to connect my android phone to my Laptop- How to Share Laptop's Internet Connection with PhoneSolution A- Go to Control Panel > Network / Network and Sharing Center- Go to Set up a new connection or network- Go to Set up a wireless ad hoc (computer-to-computer) network- Add a Name and Password (and set the security type on WEP) and Checked Save this network and press Next- [Windows 8.1] Confirm Turn On Internet Connect Sharing- [Windows 8, 7 or Older] Right Click on available network and select Properties and go to Sharing Tab and checked Allow other network users to connect through this computer's Internet connectionSolution B- Go to Control Panel > Network / Network and Sharing Center- Go to left sidebar and select Manage Wireless Networks- Go to top left and select Add- Go to Set up a wireless ad hoc (computer-to-computer) network- Select Next- Add a Name and Password (leave security type on WEP) and Checked Save this network optionSolution C- Press Windows Key + R and type ncpa.cpl- Select current WiFi Adapter and Right Click on it and select Properties- Go to Sharing Tab and checked Allow other network users to connect through this computer's Internet connection- [WINDOWS 8.1]: go to left bottom screen and select Command Prompt (Admin)- [WINDOWS 8, 7 or Older]: Press Windows Key + R- Change PASSWORD 12345678 and SSID AMASTANEH in below text and type it on black terminal screennetsh wlan set hostednetwork mode=allow ssid="AMASTANEH" key="12345678"- you can start and see the ready network with this commandnetsh wlan start hostednetworkSolution D- Download Virtual Router (Wifi Hot Spot for Windows 8, Windows 7 and 2008 R2) from http://virtualrouter.codeplex.com/- Install and Run and Enjoy ;-)Solution E- Download Connectify from www.connectify.me- Install and Run and Enjoy ;-)

Posted on: 8 January 2014 | 8:59 am

Backup from cPanel in DropBox

Problem:- How to automatic backup of my weblog- How to automatic backup of my website- How to automatic backup from my cPanel in DropBox- How to automatic backup from my cPanel in Google Drive- How to automatic backup from my cPanel in Sky Drive- How to free automatic backup my cPanel in cloudsSolution: You can backup your files of host in two steps1- Automatic/Scheduled backup database in host2- Automatic/Scheduled transfer files and database backup in DropBox (or Google Drive)Let's Go1- Automatic Backup of Database- Go to cPanel > Advanced > Cron jobs > Create a new weekly cron job- use the following command:mysqldump --opt -Q -u USERNAME -p'PASSWORD' --all-databases > /home/USERNAME/public_html/databases.sql2- Automatic and schedule Transfer with Backup Box site- Login in Backup Box site- LEFT: select FTP and go to your host- RIGHT: select DropBox- CENTER:  choose "Transfer public_html as a folder" and select Monthly > Date and Time > FinalizeTake Enjoy :-)

Posted on: 1 January 2014 | 7:15 am

Google Spreadhseet Notification Save button is greyed out

Problems - "Set notification rules" save button is not available (grayed out)- the save button is "grayed" out in Google spreadsheet notification- save button is also grayed out- save button in Google spreadsheet notification rules is not worked for me :-(Solution1- Just start check the check boxes from end to first (it's worked)2- Checked all checkboxes and unchecked one of three of top checkboxesIt works for me ;-)

Posted on: 26 December 2013 | 6:06 am

Could not install Gradle distribution

Error: Gradle 'AmastanehTestApp' project refresh failed:Cause: error in opening zip fileGradle settingsExternalSystemExceptionCould not install Gradle distribution from 'http://services.gradle.org/distributions/gradle-1.9-all.zip'.java.util.zip.ZipException: error in opening zip fileerror in opening zip file: Could not install Gradle distribution from 'http://services.gradle.org/distributions/gradle-1.9-all.zip'.java.util.zip.ZipException: error in opening zip fileerror in opening zip fileGradle invocation completed successfully in 0 secSolution:Download the http://services.gradle.org/distributions/gradle-x.y-all.zip' file from link in above message and put it in C:/Users/[current user]/.gradle

Posted on: 19 December 2013 | 5:21 pm

How to Enable Developer Options on Android

Problem:- How to enable developer settings on Android 4.2- How to Enable Developer Options on the KitKat- How to Enable Developer Options on the Nexus- ... Android's Developer Options ...Solution:- Go to Settings- Go to About (or About Tablet or somethings like)- Go to Build Number (usually in last item)- Tap on this part more than 7 times- Congratulation ... Back to settings and go to last item in list and enjoy of Developer Options 

Posted on: 27 November 2013 | 1:44 am