How Not to Get Your HTML5 Apps Rejected at the App Store
Excellent video from the Phonegap YouTube channel on how not to get your HTML5 apps rejected by developer Rob Lauer.
Excellent video from the Phonegap YouTube channel on how not to get your HTML5 apps rejected by developer Rob Lauer.
Somewhere along the line, you may find it necessary to greet visitors in a different way, based on conditions i.e. Are they logged in or not?. So, let’s take a look at this in code. Greeting a logged in user: Conditional Greeting: Another use for wp_get_current_user(): I hope you found this resource useful! Interested in … Read moreGreeting Users in WordPress
Requirements Basic knowledge of HTML5, CSS3, and HTML tables. Some exposure to JavaScript and jQuery is recommended. You can download the tutorial source code files here. Introduction In this tutorial, we will build a table with HTML5 and CSS3. Then we’ll use the jQuery library to hide the table’s data rows when the page loads … Read moreCreating Interactive Tables with jQuery
Learn Online for Free At ZENVA we have a full HTML/CSS beginners video course, you can access it for free here. The paragraph element In HTML, the paragraph tag is part of the block level elements group. Block level elements will generally start on a new line, and any Mark-up under or after the block … Read moreHTML Elements
In this tutorial we are going to go through some techniques and common use cases for Website Security. Website security is often overlooked- and that’s understandable, but basic security can be put down to a few simple techniques. Today we will be going through some basic security measures that you can take with your website … Read moreWebsite Security Beginners Tutorial
In WordPress, a sidebar allows us to assign certain widgets to a sidebar_id and later reference this with the get_sidebar() function. Thus, allowing us to render specific widgets on any template page. To get started open up your theme’s functions.php file into your favourite text editor and add the following contents to the bottom of … Read moreHow to Create WordPress Siderbars
In this video we’ll learn how to listen to change events using the jQuery library using the event delegation technique. This video is a free lesson of our online course Programming for Entrepreneurs – jQuery.
Brief description In Web Development, a localhost is a local server environment in which we can test and use server side scripts on our computer. We can set-up our localhost environment with an Apache server application, MySQL and PHP. XAMPP If you are a Windows or Linux user, you can download and install XAMPP from … Read moreHow to Setup a Localhost
In this video we cover the basics of doing AJAX calls with jQuery. This video is a free lesson of our online course Programming for Entrepreneurs – jQuery.
Today, we are just going to talk about some of the basics of SEO and help you understand SEO and why it is important. An Introduction to SEO Search Engine Optimization is the process of optimizing a site for search engines, so search engines are able to rank your site accordingly and therefore drive more … Read moreWhat is SEO