6 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for rhuffman8

I want to be able to write a Python script to send a text message to a user's phone using an email client. I have tried the following code: import smtplib from email.mime.text import MIMEText msg = MIMEText('message') msg['Subject'] = 'The contents of %s' % textfile msg['From'] = 'example@mail.examplecompany.net' msg['To'] …

0
280
Member Avatar for tanha

I developed a web application system using ASP.NET VB code with SQL Server Database. Now I need to deploy them on a real server. I never used windows host and therefore, need and look for your valuable comments and feedback for the followings: [LIST] [*]Which host is better? [*]What kind …

0
138
Member Avatar for softDeveloper

Hi all! Does anybody know a cool and cheap site where I could host my web application (jsp+Mysql)? Thanks in advance! Kind Regards

0
114
Member Avatar for jonow

Hello, I am trying to set up E-Commerce using Magento. I was wondering if I need SSL for it. If all the transactions are through PayPal then do I need it? And if I do need SSL, can I use shared or does it have to be private. Thanks

0
181
Member Avatar for titan_amit

Hii all, I am trying to develop a USB host controller on vertex4, for that i am using xps usb host ip core. I am facing problem in configuring the ports of the ip core, like there are several options like MD_Error Port_Indicators[1:0] Host_Intr_Out (BUS_IF)MPLB (BUS_IF)SPLB (IO_IF)usbhost_0 USB_PHY_Reset ULPI_Clock ULPI_Dir …

0
148
Member Avatar for =OTS=G-Man

Hello everyone, Im trying to get my server setup for a small web hosting type system (for friends). everything is working except subdomains ive used vhost_alias for ever when i was just hosting my site to do wildcard subdomains. But I can'e seem to get it working on more then …

0
141

The End.