background preloader

Online PHP Editor - PHPanywhere.net

Codeita - A powerful cloud-based web development app. Dominic Sayers - RFC-compliant email address validator This is an email address validation service powered by the free PHP function is_email() created by Dominic Sayers. There's only one real answer to this: a valid email address is one that you can send emails to. There are acknowledged standards for what constitutes a valid email address. These are defined in the Request For Comments documents (RFCs) written by the lords of the internet. These documents are not rules but simply statements of what some people feel is appropriate behaviour. Consequently, the people who make email software have often ignored the RFCs and done their own thing. But if your address works then why does it matter if it's invalid? That brings us onto the most important principle in distributed software. The Robustness Principle A very great man, now sadly dead, once said be conservative in what you do, be liberal in what you accept from others We take this to mean that all messages you send out should conform carefully to the accepted standards. Getting it right But.

Lazarus: Form Recovery :: Firefox Add-ons Web development and deployment tools: CodeRun PHP tutorial: Create images In this tutorial we will show how to create images with PHP. Requeriments: GD library must be installed in the server (probably it is installed). Procedure: We will show small pieces of code, and the resulting figures. The code will be explained line by line. Create new imagesCode 1: create a 200x200 squareCode 2: draw linesCode 3: draw rectanglesCode 4: draw ellipsesCode 5: draw arcsCode 6: add text to the imageManipulate imagesCode 7: rotate imagesCode 8: resize imagesCode 9: get a portion of the imageCode 10: modify an existing imageImages on the flyCode 11: create and show images on the fly Lanes 1 and 11: opening and closing tags for phpLane 2: request to execute function create_image(), which is located in lines 5 to 10. Lanes 9 and 10: new colors are added to the image (as explained earlier for line 7).Lane 11: horizontal line is draw.Lane 12: diagonal line is draw. To draw lines imageline() command is used. To draw a circle you may draw an ellipse with width=height.

Use OfficeTab To Give Microsoft Office Firefox-Like Tabs I got a hot tip today on a piece of Chinese software that will make my life MUCH easier by adding Microsoft Office tabs to your installed MS applications. Have you heard of OfficeTab? Well if you are not into finding the latest and greatest software you have probably never heard of it. But I am here to show you what it is, how it works and how to grab it. Good, I thought that would spark some interest! Feel free to download OfficeTab from this link. So the direct download link lives here which, if you scroll down to the bottom of the product page, is the only link there. After downloading the application you have to install it. Simply check the Microsoft Office Applications you want OfficeTab to add Microsoft Office tabs to. These are the Excel settings which start with the check box to enable the Microsoft Office Tabs inside Excel. The other tabs include WordTab and PowerPoint Tab – they are essentially identical. Hit apply if you change anything and let’s see how it looks in Word:

Free Hosting For any web site from a small business brochure, pictures of a tropical holiday, to powerful dynamic websites for a gaming clan etc, Byet Internet has the right services for you and at the right price... $0.00! Byet gives you the choice of your sub domain. You can stick with your site.byethost.com, or you can pick from another 7 great names we have available. With MySQL, PHP, FTP, VistaPanel (our specially designed control panel) and other features, you can host heaps of scripts with no worries. Adding your own domain registered at any domain registrar is just a few clicks and is hosted on your free Byet account! Every free web hosting account as of August 2014, new gets the awesome Softaculous script installer inside the free hosting control panel. We own, manage and maintain our own 'load balanced' clustered hosting network. Sign up for free hosting Combined with our high bandwidth, space provisions and excellent sub-domain options, make us the optimal option.

Advanced email in PHP This article was written in 2002 and remains one of our most popular posts. If you’re keen to learn more about email and webmail, you may find this recent article on Email as a Service of great interest. I wish I could remember the very first email message I ever sent. Unfortunately, the truth is that I’ve come to take email for granted; for instance, I easily send more email messages than I make phone calls. Because the novelty has long since worn off, the memory of that first email is as lost to me as my first phone call; but I doubt my sense of wonder was any less complete at the time. To someone who has never seen email in action before, that first message can be magical. In this article, I’ll try to recapture some of that magic for those of you who have never created a Web site that sends email messages. Note: This article was written back when things like HTML email and file attachments were a lot more difficult to do in PHP than they are today. PHP Email Setup Sending Plain Email <?

Related: