Bokeh Inspired Tutorial



Bokeh is the blurred effect you see in a photo when things are out-of-focus. In certain cases where the out-of-focus area contains a lot of light and different colors, the blurriness can create an interesting aesthetic that is pretty to look at. Bokeh has made its way from photos to the digital space as made evident by an abundance of bokeh-inspired wallpapers available for desktops and mobile phones. Here are some examples of bokeh in photography: Example 1, Example 2, Example 3, Example 4, Example 5.

The goal of this tutorial is to create an abstract bokeh-inspired wallpaper like the one displayed above.
Read more…

Design and Arts Graphics Tutorials:

Brownie-Stuffed Chocolate Chip Cookies


Cookies 3
I love chocolate chip cookies and I love brownies. So when I stumbled across a recipe for a brownie-stuffed chocolate chip cookie, I knew I had to try and bake some.
Spoiler Alert: These cookies turned out monstrously huge.
Read more…

General Topics Tutorials:

[TUTORIAL] How to Create an Animated GIF


pool
Lately, we have been seeing animated GIFs of our favorite movie scenes making a comeback on Tumblr and on various blogs. It’s a cool way to share films you like and the best part is that they aren’t that complicated to make. Here is a tutorial on how to make your own GIF from your favorite movie.
Read more…

Content Development General Topics Tutorials:

[TUTORIAL] How to Build an Echo SMS Server Using Twilio API


twilio
Twilio is a SMS/Voice gateway that allows us to turn our app easily into a voice and SMS app without dealing with the service provider.
For instance, when a user text messages or calls the Twilio number, Twilio will make a request to your application and interact with the user based on the output of your application.
Read more…

Technology Tutorials:

[TUTORIAL] Cropping and Resizing Images in PHP


big_sur_crop_main
PHP is a great script language that has many applications when it comes to web development. It is a particularly useful tool when working with images. You can create and manipulate images files in variety of different formats (JPEG, PNG, GIF). If you are interested in manipulating animated GIFs, my coworker made a great tutorial about that. Today we’ll look at cropping and resizing images in PHP.
Read more…

Technology Tutorials:

[TUTORIAL] Building a Database



An important step in the process of building a website or web application is the conception of the data structure. Most of the problems that come up during the development of project come from a poorly conceived database. Bad modeling will create superfluous terms, incapacity and lost data. Good modeling makes the project more flexible for possible improvements. The more robust your model is, the less issues you will run intro when you retrieve data through PHP or ASP. It also makes access to the data faster and simpler.
Read more…

Technology Tutorials: