purpose of life is joy

NAVIGATION - SEARCH

Web Spoor : a web analytics

A web analytics track of a web site traffic and provide insight and statistics by single URL linked to any web application

Wise Watcher : a desktop analytical tool

A desktop analytics tool which gives insight on people, process and technology. It is being used to measure employee productivity, identify  best performers ,fix bottlenecks and process issues in the workflow.

How to : Copy a file from local machine to Hadoop remote server using putty?

Currently, Im working on Big data and Hadoop. I was trying to connect and test with Hadoop server using putty instead of VM. very basic challenge I faced was copying from local to remote Hadoop server using putty.But there is no direct option to upload from putty GUI user interface. hence I stuck in the middle of copying files to Hadoop server. then after a long find, I got one simple solution to upload files using putty command line which is working absolutely fine. Please follow the below simp... [More]

How to : remove .SVC extension from WCF service URL

By default, WCF service URL runs with .svc extension. sometimes, I felt that .svc extension is not useful when we reference or share the service URL to application or public. There is a very simple way I found to remove this extension and run as very plain URL with out any major coding. Normally, URL looks like below http://domainname/WCFServiceName.svc/MethodName?parameter We need to change the above URL to below one. Looks simple and neat right? http://domainname/WCFServiceName/MethodName?para... [More]

How to : rename the existing page under blogger in 5 steps?

There is no option to rename a blogger page as like any file name in OS... But then ..how? There is a simple trick to do that.. By default, blogger takes the name of the page from first line of the content. So.. here, technically, we aren't renaming the file rather we are creating new page with file name by following the below steps. Step 1: Create a new page under blogger. Step 2: Type a desired name on the first row that you want to name the page. ( Important step) Step 3: Save and Publish S... [More]

How to : Clear/Delete History in Browsers?

Very Simple steps to clear or delete history in browsers. sometimes, it may differ from OS to OS. but you can follow the below ground rules. Firefox 3.7 & Above : Click on Menus : History>Show All History>Under Library Click on the period you want to delete. > Right click on item and choose delete. Chrome Browser : Click on wrench icon>choose History item>Click on Edit item on right top>Clear all browsing data. Internet Explorer: Click on Internet Options from Menu>Click... [More]

How to : edit an exisiting blog post in Widows Live Writer thru blogengine.net?

With the Windows Live Writer (WLW) you can create or open local draft version of a post. but Windows Live writer don't have a feature of editing the existing posted blogs. But I found one plugin which is very useful to edit the existing blog. When I search for the edit an existing blog post in google, I came across with the below nice plugin. Download the below plugin and install it on your machine. http://aovestdipaperino.com/pages/wlw-post-download-plugin-instructions.aspx Syntax to open an ex... [More]

Fix : Asp.Net AJAX Control Toolkit error - Sys.Extended is undefined

When we use the AJAX Control Toolkit ModalPopupExtender, sometimes we may get below error Sys.Extended is undefined$create(Sys.Extended.UI.ModalPopupBehavior, {"BackgroundCssClass":... After few hours of investigation, I realized that keyword I’m using it for scriptmanager.If you are using .net 4.0 framework, then change it from <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></asp:ToolkitScriptManager> To <asp:scriptmanager  ID="ToolkitScriptMa... [More]

How to : Add app_code custom control into aspx page

Some time back, I was struggling to include the custom control to a page which I have created under the app_code folder to aspx page. Manually, I have done this with tags and so on. But I couldn't register it to the page. I felt I stuck here and there is no option to do that so. But I have noticed that many places of sample application, They referred the simple custom control in their pages. Below is that simple option to refer the custom controls to your asp.net pages.1.    ... [More]

Tricks : Convert HTML Text to Image in ASP.NET

Normally, We can easily convert text into image thru .net system.drawing namespace and their methods. but converting the HTML to Image in asp.net is bit a tricky one. Why it is so tricky? Good question. right? Trickiness is lying in-terms of output. The outcome of the image exactly should matches whatever you see that in your browser. I.e. WYSIWYG. [More]
Protected by Copyscape Web Plagiarism Check
DMCA.com