Is this happiness or bipolar disorder?

Posted by admin | Psychology | Thursday 29 April 2010 11:36 pm


An hour of feeling like myself, calm, confident, and on top of everything, followed by severe anxiety/depression/nervousnes which lasts anywhere from 5 minutes to the rest of the day. I tried Effexor, which made me want to kill myself one minute, then made everything ok the next. I constantly change my interests: One hour I know FOR SURE I want to go into Psychology, then the next hour the word psychology sounds stupid, and Marketing is the cool thing to do. If I say something another person might not like, I constantly go back and forth in my brain saying “it’s ok, what you said was fine”, followed by an extreme pondering of how it wasn’t fine, “I can’t believe I said that”. Some days I am completely interested in things, and other days I can’t believe I ever even considered what I had once thought. I just tried a DL-Phenylalnine supplement to increase dopamine levels, and within an hour I was emailing/applying/texting people about how badly I wanted to start my marketing career.
I can’t figure out whether or not my normal mood is “calmness” or “depression”. I haven’t been happy in so long. When I start to FEEL good, like today, I truly wonder if I’m being manic, or, just being myself.
I’m 20, Male, diagnosed with depression and anxiety when I was 17

how do you keep your own name from appearing w/ your email address when emailing others?

Posted by admin | Address Book & Calendar | Thursday 29 April 2010 1:43 pm


Whenever I email my name shows up on the receiving end with my email address. I want it just to show the email address. How do I change that setting with YahooMail???

College Professor is horrible & now I am about to fail-What can I do?

Posted by admin | Other - Education | Thursday 29 April 2010 11:11 am


My dilemma is that I am a college freshman and have a chemistry Professor who is truly horrible at teaching. The entire class average is a 60. We try to ask questions in class and have him explain things, but he just laughs at us without answering. The tests never contain material that we are studying-always obscure stuff that is randomly taken from the back of the book; or outright trick questions designed to make you fail. He gives notes and tells us the test will be from this, but it never is. Now at the point of not being able to drop the class, he finally gives us our grades back. It took a mass emailing campaign to the department head to even get our first 2 test grades back to us to see how we are doing. We received them today and I failed both of them. Now I am sick because I must absolutely ace my next test and my final to even get out with the minimum grade. I have been studying and working with tutors and am studying 8 hours a day to prepare for the next tests and if I fail, I just feel like giving up altogether. I don’t know what to do. It’s not like I haven’t been trying. When I talk with others that have the same exact class, just different teachers, they are studying completely different material than my class. I am going to school on student loans so every class counts. To get into medical school I must make excellent grades or risk not being accepted. Don’t professors have some type of rules that they must follow and be accountable for their lack of proper teaching? I am more than willing to accept my own failings and lack of knowledge, but when does it become the responsibility of the professor to teach me?
I was told that this professor was removed from teaching another chemistry level class because of issues such as this. The department head is aware of his “teaching style” but apparently since he has tenure, they just let him continue…According to the rate my professor website, historically he states in his syllabus that he will drop lowest grade and then doesn’t. He has already said he won’t curve the grades, so I guess I am screwed….

How can I block my email address from receiving emails until I create a different email address?

Posted by admin | Security | Wednesday 28 April 2010 4:40 pm


I am receiving alot of unsolicited emails into a mainly business email address. I would like to block reciept of those unwanted email entries until I design a more secure email address.

how do I block someone from emailing me?

Posted by admin | Other - Yahoo! Mail | Wednesday 28 April 2010 4:35 pm


I have a real crazy that keeps emailing me and they wont stop, how do I block them?

How do I send a secure email with php?

Posted by admin | Programming & Design | Wednesday 28 April 2010 2:45 pm


I have a form protected with SSL in an https directory so I know the client to server communication is secure, but then the server uses php to send the information to an email address - how do I make sure that part is secure?
I know there are ways of doing this S/MIME, PGP - looking for suggestions from someone who has set this up in the past.

When emailing a press release, should I make everyone’s email address visible or use BCC?

Posted by admin | Other - Advertising & Marketing | Tuesday 27 April 2010 4:33 pm


Only sent a few out in the past and wondered what the correct etiquette is.

help with php email form?

Posted by admin | Programming & Design | Monday 26 April 2010 10:22 pm


This is the code I have in my html page

Email address:  

Comments:       

it is in a table cell, by the way.
here is my php code

$to = "ly_rules@yahoo.com";
$subject = "Medina Nails comments";
$email = $_REQUEST['email'] ;
$message = $_REQUEST['comments'] ;
$headers = "From: $email";

$sent = mail($to, $subject, $message, $headers) ;
if($sent)
{print "Your mail was sent successfully"; }
else
{print "We encountered an error sending your mail"; }
?>

The problem is, when I click submit query, which is what the button’s value is, it either sends me to the php page (if i’m in firefox) or asks me to open or save the php page (if i am in internet explorer). Please help! I would really appreciate it :)

Intel or Internship?

Posted by admin | Higher Education (University +) | Sunday 25 April 2010 11:27 pm


I am a highly motivated high school student who is going insane. I am currently enrolled in a program in my school where the students perform graduate level research. Eventually the work is entered into the Intel Science Talent Search competition. Right now I am in the process of emailing professors all over the country begging them to assist me as a mentor. I want to perform business related research, and I have had a hard time finding a mentor due to the nature of the topic. Due to my limited response I created a cover letter and high school level resume. My parents and I went to NYU. I knocked on doors explaining to the professors my task asking if they would assist me. Although I did not receive a mentor I was offered a graduate level internship by a prestigious marketing professor. With the amount of work required for both there is no way to accept the mentorship and continue toward intel, yet I am confused which to choose. If anyone has any insight on the college process help!

Php email script gives me an Internal server error! SOS?

Posted by admin | Programming & Design | Sunday 25 April 2010 5:39 pm


Hey guys, I have an problem with my php email script, I get an email as I wanted but I don’t get “message content” in it at all, all there is only “name field” and “email field” but “text area” is empty, and then the page gives me a 500 Internal Server error somewhere in port 80, have no idea what it is? Does anybody know where can be a mistake, here is the original script that I use:
$to = 'me@hostname.com';
$subject = 'Hi';
$emailaddress = $_POST['emailaddress'];
$username = $_POST['username'];
$message = $_POST['message'];
mail($to,$subject,$emailaddress,$username,$message);
Thank you!!!!
?>

Next Page »