bugmenot 25 Posting Whiz in Training
bugmenot 25 Posting Whiz in Training
bugmenot 25 Posting Whiz in Training
:D, good (y)
If that is your actual code it should be background-color:#9E0039;
Change it to that and it should be kosher.
have written a shell script in which I use fastmail to send emails from the shell script.
It sends email to my company account with no problem. But I wan to send the same email to a pager number so that the pager goes off when the particular condition occurs.
I see that email is not being send to the pager from this script.I tried sending email from my company email account to the pager email and the pager goes of with the email from company email account.
Any idea why this might be happening so? Is there anything else that I should use to send emails to pager
Thanks!
f
I found how to do it myself. Thanks every body.
Hi
I have created a simple search form to search a movies database on my page using jsp and mysql, how can I make a download link after results have been extracted in a result page.
Thanks for your nice reply.
No that didn't work. Now I am downloading it, and reinstalling wmp to see if fixes it.
Hello,
I'm having problems w/ WMP11 too (Vista Premimum). My ripped CD and playlist are no longer importing to library...just in music fold. Did reinstalling solove you're issue and did you first uninstall (don't see player in add/remove)? Or did you just reinstall over what's there? Thanks for your help
Bushii...your advice works mate. Simple as ABC. Sceptic at 1st but hey presto..it works right after i restart my comp. Thanks a million mate.
using System.Net.Mail;
public static string sendMail(string theBody, string toEmail, string fromEmail, string subject, string aReturn)
{
try
{
MailMessage tempMess =
new MailMessage(fromEmail, toEmail,
subject, theBody);
tempMess.IsBodyHtml = true;
SmtpClient tempClient = new SmtpClient();
tempClient.Send(tempMess);
return aReturn;
}
catch (Exception E)
{
return E.ToString();
}
}
You need something like this in the webconfig
<system.net>
<mailSettings>
<smtp deliveryMethod="Network" from="from@host.com">
<network host="mail.host.com" defaultCredentials="false" userName="email@hostcom" password="pass"/>
</smtp>
</mailSettings>
</system.net>
It is client-side, and server-side. Client-side is things like javascript, its just logic on the clients side, as opposed to server side which is code that is executed on the server, and then dumps html back to the client, putting all the logic safely away from the user. Server side languages are things like ASP.net, PHP, Ruby. There are many more.
You need to load the image into an Image object and then do one of these
Graphics g=null ;
g = Graphics.FromImage(image.Image);
With that you can do all kinds of things, drawLine, drawText. And then just save it again.
al = new ArrayList();
dt = myHelper.GetDS("SELECT name FROM sys.tables ").Tables[0];
foreach (DataRow r in dt.Rows)
{
al.Add(r["name"].ToString());
}
foreach (string i in al)
{
DataTable proc = myHelper.GetDS("select * from " + i).Tables[0];
Tables.Add(dbToInsert(proc, i));
}
private static string dbToInsert(DataTable proc, string name)
{
string insert = "";
if (isIndent(name)) insert = "SET IDENTITY_INSERT " + name + " ON ; " + "\n";
string colList = "";
foreach (DataColumn col in proc.Columns)
{
colList += col.ColumnName + ", ";
}
colList = colList.Substring(0, colList.Length - 2);
foreach (DataRow row in proc.Rows)
{
insert += "insert into " + name + " (" + colList + ") values(";
for (int i = 0; i <= proc.Columns.Count - 1; i += 1)
{
string tempstr = row[i].ToString();
tempstr = tempstr.Replace("'", "");
if (tempstr == "")
insert += "NULL, ";
else if (proc.Columns[i].DataType == Type.GetType("System.String") ||
proc.Columns[i].DataType == Type.GetType("System.DateTime"))
insert += "'" + tempstr + "', ";
else if (tempstr == "False" || tempstr == "True")
insert += (tempstr == "False" ? 0 : 1) + ", ";
else
insert += tempstr + ", ";
}
insert = insert.Substring(0, insert.Length - 2) + "); " + "\n";
}
if (isIndent(name)) insert += "SET IDENTITY_INSERT " + name + " OFF ;" + "\n";
return insert;
}
private static bool isIndent(string name)
{
string[] str = {
"AdminUsers", "ContractorToService", "ListingsToIndustries", "MaintenanceLimits",
"ProjectsToIndustries", "ZipcodeToRegion","UserFavorates","sysdiagrams","ListingPrice"
};
foreach (string s in str)
{
if (s == name) return false;
}
return true;
}
This …
How???
how can u update your speed from 3 kbps to 205 kbps??
plz tell me................plzzzzzzzzzzzzzzz
reply me the update procedure on:
hassaanid2008@yahoo.com
Thanks..............:)
I bought a new SATA Hard Drive, and I want it to be secondary to my first hard drive. After I connected the device to my computer, how do I install it so I could see it in the "My Computer" folder? I'm also having problems setting it up on the Bios.
Today when i woke up and turned on my computer, the XP loading screen (with the three blue blocks always going) stayed like that and never changed.
i tried running my comp in start mode, but 2-3 seconds after i see the login screen, my computer restarts.
what should i do?
My XP is missing the dvd decoder for WMP. Is there a free one out there?
Media Player Classic has its own DVD decoder:
http://www.free-codecs.com/download/Media_Player_Classic.htm
The K-Lite codec pack has a bunch of DVD decoders to choose from:
http://www.free-codecs.com/download/K_Lite_Codec_Pack.htm
It looks like a degaussing problem, do you have a speaker near the monitor?
Thanks for the reply, its an LCD though. Degaussing deals with the magnetic fields in CRTs, and LCDs have no such fields.
At any rate, there's a month left on the warranty and Samsung has agreed to RMA it, so its all good.
It doesn't seem to work for me unfortunately, i have tried everything but nothing seems to delete the file! :-(
Can you please help me?
No, the DMR's method works. You just have to start command prompt cmd at START/RUN. Then you navigate in CMD to the folder where this crazy nasty file is, in this case the Office 10 folder. Once you are there, you type regsvr....... bla bla after /u put just the file name MSOHEV.DLL. And hit enter.
After a few seconds it will tell you it has been done. They you can delete the file immediately or after next reboot (depends on whether you reboted computer since you uninstalled Office.)
The Killbox.exe method should also work. This is like taking a canon to hit a fly.
Cheers.
My monitor is being plagued by strange discoloration at the very top of the screen. Its a Samsung syncmaster 171N LCD.
Does anybody recognize this problem/know anything I can do to fix/improve it?
Buying a new monitor is out of the question, so I'd least like to know what is going on here. The problem can best be described as a blotchy lighter area at the top of the screen. The size varies, somedays it will be an inch or more down the screen, today its only about a quarter inch. Thanks for any help, please see the attached images.
By the way, the area of discoloration has a very distinct edge, so its not backlight bleeding. Its almost as if a liquid got in at the top there and is seeping down. Also, this is a recent problem, it did't used to have this.
And one more thing that might help you diagnose: This area is prone to retaining images after they are gone. This only occurs in the discoloured area. For example, If I am browsing the web for several hours and then decide to play counter-strike, I can still see "shadows" of the text from the Firefox titlebar lingering at the top of the screen for quite some time while Im in the game.
The above poster is correct about money market funds in general
(that they carry some small amount of risk as an investment). However, this is not the main problem with Paypal.
The problem is, Paypal is NOT a financial institution, but they pretend
to be one. There is no oversight from the government or industry groups. In fact, it deliberately attempts to avoid such regulation. And your account itself (even if you don't participate in the money market) is NOT FDIC insured. It's literally a record in a database table somewhere. If your account suddenly gets drained one day, or the company goes bankrupt, or defaults on its debt, or any other bad scenario you can imagine... well, let's just say, good luck getting your money out. But a more likely (and very common - just search around for stories) scenario is, they may freeze your account at whim (preventing you from withdrawing funds for an arbitrary period of time). There have been a few high profile cases like this recently. Many users have even filed class action lawsuits against Paypal for these incidents.
There are many well-established banks which will let you open an online account and earn a return virtually identical to Paypal's (others have mentioned some names, HSBC is one I can personally vouch for). In the case of HSBC, you can get virtually the SAME interest rate as Paypal and it's a savings account, which means, absolutely zero risk (and of course …