Category: Uncategorized
-
How to send mail from localhost in PHP using XAMPP?
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
jQuery UI Dialog Example with Source Code Downloads
[adinserter block=”34″]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,…
-
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…