Quantcast
August 18, 2011

ASP.NET with Razor

Tweet ASP.NET Razor is a new syntax for writing ASP.NET web pages. In this tutorial you will learn how to add ASP.NET Razor code to web […]
August 16, 2011

Importing Content to WordPress

Tweet WordPress currently supports importing data in the form of posts (articles) and most of the details or features supported by the content publishing platform. Three […]
August 15, 2011

Validating HTML Data with JavaScript

Tweet JavaScript can be used to validate data in HTML forms before sending off the content to a server. Form data that typically are checked by […]
August 13, 2011

Posting to WordPress blog using email

Tweet WordPress can be configured to use e-mail to post to a blog. This functionality can be implemented in three steps which would be discussed as follows. […]
August 12, 2011

SEO Tips for Business Websites

Tweet Having a good business idea is one thing but what is more important is to efficiently plan, implement and market the idea. Considering the importance […]
August 10, 2011

Making an iPhone app with HTML5 and CSS

Tweet Most of the iPhone applications at present are being developed in objective C which, for those who don’t have a programming background, is quite hard […]
August 6, 2011

Generating XML file using PHP and ASP

Tweet XML files, as we know by now, are plain text files just like the HTML files. Hence, just like HTML, XML can also be easily […]
August 2, 2011

Filter PHP variables using filter_var function

Tweet Filters in PHP are highly useful to filter and validate data coming from non reliable and insecure sources. Additionally, the PHP filter extension is designed […]
August 2, 2011

WordPress Mobile Styling with CSS

Tweet WordPress pages can be styled for mobile or other handheld devices with a simple application of CSS. The main difference is that instead of using […]
July 30, 2011

Document Type Declarations in HTML5

Tweet Document type declaration is needed at the top of each web page in HTML5. Without specifying a ‘doctype’, your HTML just isn’t valid HTML and most browsers […]