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!
JavaScript Tutorial for Beginners – Step By step guide!
Welcome to our unique JavaScript tutorial series, tailored explicitly for beginners interested in building a shopping cart application. In this JavaScript tutorial for beginners, we will skip the traditional introduction to the basics of JavaScript syntax, variables, data types, and operators. Instead, we will dive right into the essential features of JavaScript crucial for creating… Continue reading JavaScript Tutorial for Beginners – Step By step guide!
Bootstrap Tutorial for Beginners – Step By Step Guide!
Previously, we learned how to run our first PHP script. Today we’ll learn our Bootstrap Tutorial for Beginners to make our application look presentable the fastest way possible. Overview Bootstrap is a CSS framework that will make your web application look good, fast, and responsive. You won’t have to worry about having a decent user… Continue reading Bootstrap Tutorial for Beginners – Step By Step Guide!
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!