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. Summarize this article with: Dashboard design. Is it easy?

Far from it. Great dashboard UI designs are developed daily to remind us of the unlimited possibilities we have to present data in a creative way. Rather than getting heaped with information we can’t understand, dashboard UX designs help us understand what is really important, and open up a data wonderland where we can understand everything, interpret everything, and make use of the story it is telling us. User dashboards are becoming increasingly important as the digital age showers us with more and more data.

They help to prevent us from drowning in that sea of data, or at least the good ones do. The best user dashboards out there organize data in a way that makes it easy to understand where information is coming from. Image source: Krzysiek Kozioł The best dashboards also make it possible to monitor the progress of data and reflect each change that has happened to it, as minor as it may be. Create Stunning Color Combos Dashboard Mtek. 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. Good evening all, today were going to be diving into some jquery. What we’ll be creating is a small low key website which scrolls down to each section when a navigation item is clicked. The Live Demo Click the image to see the full working demo. Resources Needed In This Tutorial Lets get started… Slicing The Images From Pre-Made PSD File Before we start create a new folder on your desktop called template, inside the template folder create a further 3 folders.

Next download the pre-made PSD file then open it up in photoshop. We need to slice 3 items from the PSD file which will make up our demo, the rest can be done in CSS. Using the “Rectangular Marquee Tool” make a selection around each item then save them inside the images folder. Creating The HTML Markup Inside your template folder create a blank HTML file then inside your stylesheets folder create a blank CSS file. Inside your HTML file start the mark-up, which looks like this.

Lets look at the mark-up abit more closer. Adding Our Elements.