Softwares List













A bit about WebHostingBuzz… * Hosting over 300,000 websites.
* cPanel based hosting platform for highest conversions.
* In house staff of over 100 people.
* Free domain name with every hosting package.
* Free website builder software with tons of free templates.
* Advanced billing management system for resellers.
* Sophisticated spam control system installed across the network.
* Servers spread across three data centers in the United States.


Send E-Mail From Client Machine To Another


******************** REMOVE ALL [] WITH <> REPECTIVELY************************




[%@ Page Language="C#" AutoEventWireup="true" CodeFile="Emailfunction-client-server.aspx.cs" Inherits="mailclient" ValidateRequest="false" %]


[!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"]

[html xmlns="http://www.w3.org/1999/xhtml"]
[head runat="server"]
[title]Send E-Mail[/title]

[script type="text/javascript"]

function emailto(ob)
{
var mail;
mail= document.getElementById("FreeTextBox1").value;
ob.href ='mailto:viplav15@yahoo.co.in? » &subject=Test? » &body=[html]'+mail+'[/html]? »';
}
[/script]

[/head]
[body]
[form id="form1" runat="server"]
[div]
[a onclick="emailto(this);" href="">Send Mail AnandInternationals[/a][/p]
[p]
[a href="" subject="Test?" body="[html"]Viplav Anand [p] [b]Pathak[/b] csesupport [/p][/html]? »"]Send Mail[/a]
[/p]
[asp:textbox id="FreeTextBox1" runat="server"]
[/ASp:TextBox]
[asp:button id="Button1" runat="server" text="Send Mail- Server" onclick="Button1_Click"]
[p][a onclick="emailto(this);" href=""]Send Mail AnandInternationals[/a]
[/p]

[/div]
[/form]
[/body]
[/html]


The software just created would be capable to send HTML enabled or Formatted Texts as Email using mailto option :

Code your e-mail functionality provider interface with this script and watch out for the results.

Create Thumbnail From Memorystream Object In .NET


When we want to read and create thumbnail from a database image field, read it and store it into a memory stream object and look into the following code. I am discussing only the key area of this functionality.

Stream strm = ShowAlbumImage(picid);

System.Drawing.Image thumbnail = new System.Drawing.Bitmap(strm);

System.Drawing.Image img = thumbnail.GetThumbnailImage(100, 100, null, IntPtr.Zero);

MemoryStream ms = new MemoryStream();

img.Save(ms, System.Drawing.Imaging.ImageFormat.Jpeg);


The ShowAlbumImage() is a function to return image field of the database as stream.
Then converting the stream obj into image, creating thumbnail using GetThumbnailimage function. Again it is saving to memory stream and can display using context.response.binarywrite()...

Do include required namespaces...

And the Orkut stuff is achieved of transforming an image into a thumbnail...

Softwares On Hot List



Syncables, formally Migo, is revolutionizing how people manage, access and move their data by offering software solutions that allow them to easily and quickly: # Synchronize, access and mobilize their data # Manage their mobile media, contacts and other precious digital content # Protect their valuable files and email through advanced backup and restore applications # Optimize how they access and view their data - either at home or on the road # Safeguard their privacy and personal data # And more!



Own A Website







A bit about WebHostingBuzz… * Hosting over 300,000 websites.
* cPanel based hosting platform for highest conversions.
* In house staff of over 100 people.
* Free domain name with every hosting package.
* Free website builder software with tons of free templates.
* Advanced billing management system for resellers.
* Sophisticated spam control system installed across the network.
* Servers spread across three data centers in the United States.


Labels