http://sufikatha.com
Nishanth's Blog | .NET

Microsoft Releases WebSiteSpark - Free Micrososft Licenses for web development tools

by Nishanth 25. September 2009 15:42

 

Following softwares are provided free of cost when enrolled: 

  • 3 licenses of Visual Studio 2008 Professional Edition
  • 1 license of Expression Studio 3 (which includes Expression Blend, Sketchflow, and Web)
  • 2 licenses of Expression Web 3
  • 4 processor licenses of Windows Web Server 2008 R2
  • 4 processor licenses of SQL Server 2008 Web Edition
  • DotNetPanel control panel (enabling easy remote/hosted management of your servers) 

For more details visit WebSiteSpark website: http://www.microsoft.com/web/websitespark/

Edit XML Files Using ASP.NET TreeView Control

by Nishanth 15. August 2009 21:03
This article is published in AspAlliance.com and you can find it here: http://aspalliance.com/1873_Edit_XML_Files_Using_ASPNET_TreeView_Control

Currently rated 4.5 by 2 people

  • Currently 4.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

.NET | ASP.NET | Microsoft | XML

Microsoft TechNet Webcasts for IT Professionals( Windows 7, Exchange Server 2010, Windows Server 2008 R2 and SQL Server 2008 ): LIVE 22nd July Onwards!

by Nishanth 15. July 2009 03:47

This Webcast Series will show how Windows 7, Exchange Server 2010, Windows Server 2008 R2 and SQL Server 2008 deliver on the key capabilities IT Professionals have asked for. Also, the webcasts will cover the Virtualization aspects of these new generation technologies.

 

 
22-Jul-09 4:00-5:30pm Windows 7 Meet Windows 7! Ranjana Jain
 
29-Jul-09 4:00-5:30pm Exchange Server 2010 Technical Overview Ravi Sankar
 
05-Aug-09 4:00-5:30pm Windows Server 2008 R2 Technical Overview of changes in Windows Server 2008 R2 (Part 1 of 2) Ranjana Jain
 
12-Aug-09 4:00-5:30pm SQL Server 2008 Upgrading from SQL Server 2000/2005 to SQL Server 2008 Vinod Kumar
 
26-Aug-09 4:00-5:30pm Windows 7 Windows 7 Performance Enhancements Ranjana Jain
 
02-Sep-09 4:00-5:30pm Exchange Server 2010 Anywhere Access and End user Experience Ravi Sankar
 
09-Sep-09 4:00-5:30pm Windows Server 2008 R2 Technical Oerview of changes in Windows Server 2008 R2 (Part 2 of 2) Ranjana Jain
 
16-Sep-09 4:00-5:30pm Virtualization Solving Application Compatibility Using Virtualization Technologies Ravi Sankar
 
23-Sep-09 4:00-5:30pm Windows 7 Managing Windows 7 using Windows Powershell 2.0 Ranjana Jain
 
30-Sep-09 4:00-5:30pm Exchange Server 2010 Compliance, Archiving and Retention Ravi Sankar
 
 
 
 

 To attend these LIVE Webcast Sessions you can also visit : www.microsoft.com/India/webcasts

  Note: This is an online event and you are not required to pay any fee to attend it.

ChartDirector font problem with chinese/japanese/korean fonts

by Nishanth 12. May 2009 00:11

I was working on a web app which supported 20+ languages across the world. One report which we developed was using ChartDirector (http://www.advsofteng.com/gallery.html) in verdana font. After development we found that ChartDirector is not displaying chinese/japanese/korean characters. it was displaying  junk boxes instead. On Investigation, it was found that the issue was with  Verdana as Verdana does not support Unicode characters for japanese, chinese , korean etc. I searched in the net for a solution and found in the ChartDirector forum that the tech support of ChartDirector is advising people to use a font called "MingLiU" (which I don't think is free). I didn't like the idea of installing seperate fonts for each locale that we support. Just then I thought why don't we use a common unicode font which is available with Windows. This thought took me to "Arial Unicode MS" which is the best bet for displaying all unicode characters and it was free with Windows XP/ Windows 2003. I replaced verdana with "Arial Unicode MS" in the code and it worked perfectly!!!

sample code:     bc.xAxis().setLabelStyle("Arial Unicode MS", 9);

 

 

Javascript for replacing n th character in a string

by Nishanth 2. April 2009 04:41
   
Javascript for replacing n th character in a string:
 
 
function RepalceCharacter(sourceString,stringTobeReplaced,index)
{
    var re = new RegExp('^(.{'+ --index +'}).(.*)$','');
    return sourceString.replace(re,'$1'+stringTobeReplaced+'$2');
};
 
//Test code 
alert( RepalceCharacter('nishanth','XSSSSX',3) ); 

Providing write permission to a file in Plesk

by Nishanth 10. December 2008 04:00

Today I uploaded a new module to one of my sites hosted with a third party hosting provider(www.2gbhosting.com). This module reads from and writes to an XML file but once I uploaded the code to the server, I found that the application was not able to write to the XML file. The reason, as I guessed was .NET Security Laughing. By default, all files are assigned read only permission for the ASP.NET worker process. So we need to give write permission on the XML file to the ASP.NET worker process.

2gbhosting uses Plesk(version 8.4.0) and I am describing here the steps required in this scenario to fix this issue in Plesk.

Steps:

1. Login to Plesk.-> File Manager -> Browse to the File -> Click on the Lock icon on the right side of the file.

2. You will reach "Setting up Access permissions" page .

3. Click on "Plesk IIS WP User (IWAM_plesk(default))" user.

4. On the right side, check in allow column against Write permission. 

5. Click on OK and you are done. 

Happy coding and hosting!!!

 

All Good Websites

Powered by BlogEngine.NET 1.4.5.0
Theme by Mads Kristensen

About Me

Nishanth Nair  

 A die hard fan of Rise of Nations... I write few softwares for McAfee Inc. for a living.

 

Portfolio:
http://Necab.org
http://SufiKatha.com
http://DeepaRecipes.com
http://ManipalFoundation.in
http://NetraArts.com
http‌://EnWebTech.com
Contact : Nair.Nishanth@Gmail.com 

All entries in this blog are my opinion and don't necessarily reflect the opinion of my employer.

Tag cloud

The World This Second

free counters