NinethSense oWnZ mE!: Praveen’s drawing book

Choose a Topic:

Fri
27
Jan '06

ourSQLServerAdmin

One of my project got approved on sourceforge.net yesterday.
SourceForge.net Logo

Website: http://oursqlservadmin.sourceforge.net/
Project Home: http://sourceforge.net/projects/oursqlservadmin

I was thinking of making a project page on my own site, but now sf.net will help me to track my project.
Thu
26
Jan '06

Ready to Rock the Community

T-Mug had conducted the community launch on 21st Jan 2006. We had anounced the program details in discussion forum (http://forum.t-mug.org) and launch site (http://www.vslaunch.t-mug.org). We had the unexpected number (250+)who turned up for the program.We couldnt accomedate all, since we had restricted the seats,lunch,gifts etc to first 250 members.

You can find some snaps here
Fri
20
Jan '06

Merge an .exe and a .dll into one .exe

ILMerge is a utility for merging multiple .NET assemblies into a single .NET assembly. It works on executables and DLLs alike and comes with several options for controlling the processing and format of the output.
Visual Studio .NET doesn’t offer this (a linker). Luckily, at the Microsoft Research Download Page there is a free tool called ILMerge which does just this.
Download -> http://www.microsoft.com/downloads/details.aspx?FamilyID=22914587-b4ad-4eae-87cf-b14ae6a939b0&displaylang=en
Microsoft Research Page -> http://research.microsoft.com/%7Embarnett/ilmerge.aspx
Usage:
* put “ILMerge.exe” in your \WINNT directory
* In VS.NET, right click project, Properties, Common Properties, Build Events
* In “Post-build Event Command Line” enter:
ilmerge /out:$(TargetDir)YOURAPPNAME.exe $(TargetPath) $(TargetDir)YOURDLLNAME.dll
* Then compile the Release version (not the debug version).
* In your “bin\Release” directory, you will find a YOURAPPNAME.exe which can be run on its own without the .dll. (http://www.developerfusion.co.uk/show/4504/)
Wed
18
Jan '06

.:: NinethSense’s Paste Bin ::. v1.2

.:: NinethSense’s Paste Bin ::. v1.2 is now ready for use. You can reach there by http://www.ninethsense.com/pastebin/.

I retained the old version 1.1 at the same place, for my old uses - which was http://www.ninethsense.com/praveen/pastebin/

Change Log * No much changes
* Added some javascript for title focus
* Aligned to Center.
* Added text requesting comments & suggestions


Dont know what is my PasteBin ? .. huh.

This is just a Code Paste-Bin, I made as a hobby project. But from the logs, I found that so many Anonymous uses are using my paste bin and they are mostly from IRC (Internet Rely Chat) Channels. I am very Happy.

Speciality This is just a pastebin like all other pastebins, but the major difference I guess, is it doesnt use any databases.

Requirements Developed Under Linux, and much debugging under Windows
Tested with Linux and Windows
Developed with PHP 4.1.0, but successfully working for the latest PHP version, i.e. 4.4.0

Cheers. Praveen.V.Nair … the coder.
Tue
17
Jan '06

Blog Syntax highlight

This post is a testing of syntax highlighting. Actually i am using GeSHi Generic Syntax Highlighter
 
// C# code
using System.Web.UI.HtmlControls;
 
namespace scadmin
{
	/// <summary>
	/// Summary description for paStatus.
	/// </summary>
	public class paStatus : System.Web.UI.Page
	{
		protected System.Web.UI.WebControls.Button Button2;
		protected System.Web.UI.WebControls.DropDownList pushMonat;
		protected System.Web.UI.WebControls.DropDownList pushJahr;
 
// PHP code
echo phpinfo();
 
SELECT *FROM tblPraveensBlog WHERE you = me AND me = ‘Praveen’;
'

NinethSense TransEasy 1.0 Download

You can download Ninethsense TransEasy 1.0 from C-Net’s Download.com, for FREEEEEEEEE.
Download.com or you may download this drectly by clicking here:
Mon
9
Jan '06

C# FAQ

Good C# Frequently Asked Questions (FAQs) from MSDN blogs : http://blogs.msdn.com/csharpfaq/archive/2004/03.aspx
Wed
4
Jan '06

T-MUG Visual Studio Launch

T-MUG, Trivandrum-Microsoft Users Group is organizing a Launch event Visual Studio 2005, SQL Server 2005 & BizTalk Server 2005 on 21st Jan, 2006 @ Park Center, Technopark, Trivandrum Registration site is available at http://vslaunch.t-mug.org/ All are welcome!!!
'

My Method of Backup-ing Outlook Express Mails

Outlook Express sotres mails as .dbx files. you just go to the msgs folder on your hard drive and zip it and store it in some other media. Need to find which folder your .dbx files are placed?
1. Open Outlook Express (i have version 6)
2. Tools -> Options
3. Under Maintenance Tab -> Click Store Folder
4. Here goes your store location :)  - copy-paste on the Windows Explorer .. you reached there.
To restore your mail backup just unzip, overwite the files on this location.
'

.NET on Linux ???

Yes!!!
Mono
Mono Logo
What is Mono? Mono provides the necessary software to develop and run .NET client and server applications on Linux, Solaris, Mac OS X, Windows, and Unix. Sponsored by Novell, the Mono open source project has an active and enthusiastic contributing community and is positioned to become the leading choice for development of Linux applications. Project Home Page: http://www.mono-project.com/
The CodeProject Microsoft Developer Network Official ASP.NET Forums Microsoft .NET Framework Community Microsoft Most Valuable Professional Kidoos forums Microsoft Visual Studio Developer Home Professional Information Technology Solutions Microsoft Research Home Trivandrum Microsoft Users Group Community Website