background preloader

Web design

Facebook Twitter

Create your own CRUD app with PHP & MySQL | Web development blog, news and reviews - Developer Drive. You’re may be wondering what exactly CRUD is. CRUD simply stands for Create, Read, Update and Delete and it is the one of the fundamental principles of programming logic that can be expanded and applied to larger projects. For example, let’s imagine we’re creating a social network and we like to have the ability for users to create accounts, edit and update information for those accounts and also delete said accounts; that is CRUD at work. Now let’s get started using PHP & MySQL, to create an app that can store video game titles. Create the Database First let’s create a database named mygames to store our data. I’ll be using phpMyAdmin to take care of that but you can use any MySQL database management interface.

Refrain from using spaces or special characters when making names, also to ensure multi-language support change the database collation to utf-8_unicode_ci (case-insensitive). The next field will be release_date, the only thing we’ll do for this field is set the type to date. <? <? Awesome User Interface Design Examples You Need To See. Give a Touch of Creativity to Your Resume. It doesn’t matter if you are looking for a job in a corporate world or if you are working as a freelancer.

When on a job hunt, you need to standout in order to find a perfect job for yourself. Now, we all know that resume is the first impression of yours so you need to have a very impressive resume. When you are in the design field, your designing skills should not be limited to brochures, flyers, post cards or business cards only. Your creativity should do wonders with you resume and this will help you in setting your resume apart from the lot.

The first thing that you need to do is create a unique resume. The Inevitable Benefits of a Creative Resume Ever since the recession era, there are fewer jobs and more jobseekers in the market which is why unemployment has risen to a risky level. If you put yourself in a recruiter’s shoe, you will realize that finding the right person for a job is not at all an easy task. This was for someone looking for a job in corporate world. Final Thoughts. Apple. Floating Menus. Learn How To Create A Scrollable Website.