<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/1.5.1.3" -->
<rss version="0.92">
<channel>
	<title>Fullycoded.com</title>
	<link>http://fullycoded.com</link>
	<description>Best website scripts, Source code in Visual basic, php, cgi , javascript and asp...</description>
	<lastBuildDate>Tue, 29 Apr 2008 12:00:36 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>

	<item>
		<title>Reflection in c#</title>
		<description>	Reflection is a process by which an application can read and collect data from assemby and metadata.
	Reflection.cs
===
using System;
using System.Reflection;
class zzz
{
public static void Main()
{
Type m;
m = typeof(int);
System.Console.WriteLine(m.Name + &#8221; &#8221; + m.FullName);
m = typeof(System.Int32);
System.Console.WriteLine(m.Name + &#8221; &#8221; + m.FullName);
m = typeof(yyy);
System.Console.WriteLine(m.Name + &#8221; &#8221; + m.FullName);
m=typeof(string);
MemberInfo [] n;
n = m.GetMembers();
Console.WriteLine(n.Length);
foreach ( ...</description>
		<link>http://fullycoded.com/?p=228</link>
	</item>
	<item>
		<title>Read from Web using C#</title>
		<description>	Here again we will use System.Net and the classes we shall use in the c# code from the .NET framework are WebRequest and WebResponse. WebRequest and WebResponse classes from the .NET Library are used to to request web-pages from the internet. 
	Readnet.cs
===
using System;
using System.Net;
using System.IO;
class zzz
{
public static void Main()
{
WebRequest r ...</description>
		<link>http://fullycoded.com/?p=227</link>
	</item>
	<item>
		<title>Sales Intimidator</title>
		<description>	&#8220;Use This Incredible New Script To Actually Force Your Website Visitors To Purchase Your Products, Spend More Cash,  And Keep Coming Back For More and More&#8230;&#8221;
	-> Smart Internet E-Marketers All Over the WWW have Already Discovered How Sales Intimidator Sends More Visitors Scrambling For Their Credit Cards As Fast ...</description>
		<link>http://fullycoded.com/?p=226</link>
	</item>
	<item>
		<title>Popular web scripts</title>
		<description>	Run your own Youtube site or popular social bookmarking site like Myspace and make money through advertising or adsense.
	Nowadays Web 2.0 sites are the most popular ones and have the most number of visitors. Some of them include Youtube, Social sites like Myspace and Orkut.com
	You can now run such sites ...</description>
		<link>http://fullycoded.com/?p=225</link>
	</item>
	<item>
		<title>Membership management script</title>
		<description>	Membership management script - Membership Juggernaut
	Membership sites are the sites of the future. This incredible script will make your whole management process a breeze.
	It is a fact that 90% of Internet marketing gurus or Internet marketing advisors make it big for them with the use of such membership sites.
	With such ...</description>
		<link>http://fullycoded.com/?p=224</link>
	</item>
	<item>
		<title>Download site creator script</title>
		<description>	Download site creator script
	About Download site creator script : The incredible script will help you run a download-gallery in your site where you can properly categorize all of your e-products.
	Features of Download site creator script : 
	Is easily customizable including headers and footers

	Easily create categories and downloads.

	Is user-friendly and very ...</description>
		<link>http://fullycoded.com/?p=223</link>
	</item>
	<item>
		<title>We wish you a Happy new year</title>
		<description>	The team at Fullycoded.com wishes you a very happy and prosperous new year  
	We promise to deliver you better website scripts and vb source code this year.
	Regards,
ASHISH H THAKKAR and the People at Fullycoded.com

 </description>
		<link>http://fullycoded.com/?p=222</link>
	</item>
	<item>
		<title>Read a file in C#</title>
		<description>	Read0.cs
===
using System;
using System.IO;
namespace ns{
class zzz
{
public static void Main()
{
FileStream f = new FileStream(&#8221;c:\\c\\pointers.cs&#8221;, FileMode.Open, FileAccess.Read);
byte [] a;
a = new byte[512];
int b = f.Read(a, 0, 512);
Console.WriteLine(b);
string s = System.Text.Encoding.ASCII.GetString(a, 0, b);
Console.Write(s);
}
}
}
==
	Read.cs
===
using System.IO;
class read{
public static void Main()
{
File a=new File(&#8221;C:\\jimmy\\Comp\\Microsoft\\C#\\C#.txt&#8221;);
Stream sr=a.OpenRead();
int fp;
do{
fp=sr.ReadByte();
if(fp != -1)
System.Console.WriteLine(fp.ToString());
}
while( fp != -1);
sr.Close();
}
}
==

 </description>
		<link>http://fullycoded.com/?p=221</link>
	</item>
	<item>
		<title>Joint Venture Firesale Automator</title>
		<description>	With Joint Venture Firesale Automator you can run joint ventures easily because now you have the right tool that will help you manage the entire process easily all by yourself.
	Whether Your JV Involves Selling Time Limited based Products, One Time Offers, FireSales or Just simple Signups You can just automate ...</description>
		<link>http://fullycoded.com/?p=220</link>
	</item>
	<item>
		<title>Peel Away and Page peel ads.</title>
		<description>	Javascript popup and popup maker ads are too common to see nowadays.
	You can now attract your visitors with new type of ads made in javascript  which are called the Peel Away | Page peel ads. These ads show in the top right corner of your screen. See below for ...</description>
		<link>http://fullycoded.com/?p=219</link>
	</item>
	<item>
		<title>Helpdesk script</title>
		<description>	Why do you need helpdesk/support on your website
	What will you loose if you dont have helpdesk available
	The fact that Internet marketing gurus have support desks on their sites should be a good enough reason for you to have one too.
	
	Having a support system on your site can make you look ...</description>
		<link>http://fullycoded.com/?p=218</link>
	</item>
	<item>
		<title>SEO Niche sites creator script</title>
		<description>	
Create a site With Content - Articles, Humour, Gaming, Pictures, Audio Clips, Video Clips And much More&#8230;
With Just A Few Simple Clicks!
	If you want repeat visitors to your site then this is the script for you.
	VIP Interactive Site Creator allows you to create ,manage and edit interactive SEO Niche sites ...</description>
		<link>http://fullycoded.com/?p=217</link>
	</item>
	<item>
		<title>C# source code : Print page</title>
		<description>	Print.cs
using System;
using System.Windows.Forms;
using System.Drawing;
using System.Drawing.Printing;
using System.IO;
public class zzz
{
public void abc()
{
PrintDocument pd = new PrintDocument(); 
pd.PrintPage += new PrintPageEventHandler(pqr);
pd.Print();
}
void pqr(object o, PrintPageEventArgs e)
{
Image i = Image.FromFile(&#8221;code.jpg&#8221;);
Point p = new Point(100, 100);
e.Graphics.DrawImage(i, p);
e.Graphics.DrawString (&#8221;C sharp source code&#8221;, new Font(&#8221;Courier New&#8221;,10), Brushes.Black, 100, 600);
}
public static void Main()
{
zzz a = new zzz();
a.abc();
}
}

 </description>
		<link>http://fullycoded.com/?p=216</link>
	</item>
	<item>
		<title>Pointers in C#</title>
		<description>	Pointer.cs
	
using System;
class un{
public static void Main()
{
un1 o=new un1();
o.meth();
}
}
class un1
{
unsafe public void meth()
{
int *i;
int j=103;
i=&#038;j;
Console.WriteLine((int)i);
Console.WriteLine(j);
}}

	Pointer1.cs
	
using System;
class zzz
{
public static void Main()
{
yyy a = new yyy();
a.abc();
}}
class yyy
{
unsafe public void abc()
{
int  *i;
int j=1, k = 1;
//An &#038; in front of any variable tells us where it starts in memory
i = &#038;j;
//pointing to j
Console.WriteLine((int)i);
*i ...</description>
		<link>http://fullycoded.com/?p=215</link>
	</item>
	<item>
		<title>Override in C#</title>
		<description>	Override.cs
	
class zzz
{
public static void Main()
{
yyy a = new yyy();xxx b = new xxx();yyy c = new xxx();
a.abc();a.pqr();a.xyz();
b.abc();b.pqr();b.xyz();
c.abc();c.pqr();c.xyz();
}}
class yyy
{
public virtual void abc()
{  System.Console.WriteLine(&#8221;1&#8243;);  }
public virtual void pqr()
{  System.Console.WriteLine(&#8221;2&#8243;);  }
public virtual void xyz()
{  System.Console.WriteLine(&#8221;3&#8243;);  }
}
class xxx : yyy
{
public override void abc()
{  System.Console.WriteLine(&#8221;4&#8243;);  }
public new ...</description>
		<link>http://fullycoded.com/?p=214</link>
	</item>
</channel>
</rss>
