Sending email from localhost is very useful to quickly test or debug your web application. Setting up the mail function will need a few steps. Send email using PHP mail() Create php file Create send_email_test.php file. Put the following code. It uses the PHP mail() function. By default, it will not work in localhost. To… Continue reading How to send mail from localhost in PHP using XAMPP?
Category: Uncategorized
New member’s area launched!
Our new member’s area is now live! Our member’s area is currently only for our customers who purchased any of our source codes. Once you register and log in, you can see the list of all your purchases in one place. No need to repeatedly scan your email for your purchases. You can also download… Continue reading New member’s area launched!
4th TIP Student Congress with the Alumni – 2014
Hey guys! I’m sorry to disappoint you but I’m not going to publish some codes today. I was invited to be a guest speaker at our institute’s student congress with the alumni – for the second time. It was held yesterday, January 23, 2014 in the Technological Institute of the Philippines, QC. I was with… Continue reading 4th TIP Student Congress with the Alumni – 2014
Code Ultra Fast with Emmet
DOWNLOADING EMMET To download Emmet, visit the download page and choose your favorite editor. Here, I am choosing bracket as my code editor. WORKING WITH EMMET Working with Emmet is quite an easy task. We just have to wite the abbreviations and expand it by pressing Ctrl + Alt + Enter (Only in Brackets, for other please… Continue reading Code Ultra Fast with Emmet
Google said “The web should be fast”: How to Optimize Your Website for Speed
Hey guys! Today we have a guest post about some tips on how to speed up your website! He’s currently working for an e-commerce website and one of his tasks is to make the site load fast. So enjoy reading below! ~ Mike Website speed becomes an obsession of search engines like Google and one of the reasons… Continue reading Google said “The web should be fast”: How to Optimize Your Website for Speed
Our Code Blog is Now Responsive!
Hey guys! How are you? I just want to have this quick post as an announcement that finally, our code blog is now responsive! The growth of mobile browsing is massive, and we want to keep up!Regarding the codes, I used the same principle with our post on how to code a responsive website. It… Continue reading Our Code Blog is Now Responsive!
jQuery UI Dialog Example with Source Code Downloads
Dialog boxes, modals, confirm boxes can also be done with awesomeness in jQuery UI. In this post we are going to take a look at the three jQuery UI dialog code examples I commonly use in my projects. Live demos and code download button links were also provided below. Keep on reading! Our jQuery, jQuery… Continue reading jQuery UI Dialog Example with Source Code Downloads
Optimize Image for Web Using Photoshop and Thoughts on Faster Web Pages
This post is supposed to be a quick-tip on how you can optimize your images for web pages. But it feels like I also want to give some thoughts about website speed. There are many websites saying that your images must be optimized for the web, that should be updated and say, “your images must… Continue reading Optimize Image for Web Using Photoshop and Thoughts on Faster Web Pages