SEO for Developers
Hey, you! Thanks for visiting. I don’t know if you found this website via a search engine…
Hey, you! Thanks for visiting. I don’t know if you found this website via a search engine…
we’ll create a simple PHP MVC Framework from scratch
In this blog post, we’ll talk about URL Rewriting and how it can be done using Microsoft’s…
Responsive Web Design is a design done with CSS3 Media Queries that change according to the visitor’s…
In this blog post, we’ll create a simple system for registering users in eZ Publish via their…
In this blog post we’ll create a simple registration using Facebook registration plugin. We’ll also create a simple login system that enables registered users to login to our site.
In this relatively short blog post, we’ll use PHP/MySQL and Google Maps Javascript API to display locations from a…
I’m sure you’re aware what a CMS is and how it can help you and your site be more successful. Just in case you’re a newbie in Web Development, let me just say that a CMS can do wonders. CMS (Content Management System) can help you to create a website in a matter of minutes and then you can use it to edit your website content and add new articles.
We’ll be creating a simple but fully functional website. We’ll use the design, HTML and CSS from one of my previous blog posts: A step-by-step walkthrough for coding a Web Site from a Photoshop template. So, HTML and CSS are basically already done. Of course, we need to integrate these files into ASP.NET templates, so the basic HTML & CSS will be repeated.
Let’s return to Web Development Category and create a Simple Contact Form. But, just to make things interesting we’ll submit the form using AJAX, so the user gets the feedback without the page refresh. Also, let’s log the User Input into Database for later review.