My Website Looks Different on Different Browsers
Last Updated on Saturday, 19 January 2013 12:01 Written by Naveed Ashraf Saturday, 19 January 2013 12:00
This is a headache problem for website developers. In fact each browser parse the html contents with their own engine and shows them as per their own algorithm. The CSS reading and understanding also differ browser to browser. You can even see this difference in different versions of same browser (Like IE 7 and IE9). There are some basic standards follows by each browser. Try them (google.com for tips) to make your website look relatively compatible on different browsers.
Learn MoreHow to Determine How Many Users Installed Your Silverlight (out-of-browser) Application
Last Updated on Thursday, 26 April 2012 10:58 Written by Andrew Ivanov Thursday, 26 April 2012 12:00
If you have created a Silverlight out-of-browser application, you will want to know how many users have installed it. In this article, I will tell you how I did this in one of my applications.
First, we need somewhere to store number of installed/uninstalled copies. To do this, create a table in the database and update the Entity Framework model. It may look like the image below.
InDateTime – datetime, PK
IsInstantInstalled – bit (1 – instant installed, 0 – instant uninstalled)
The Prospect of HTML5
Last Updated on Sunday, 20 May 2012 12:38 Written by Kemin Bao Sunday, 10 July 2011 12:00
HTML5 has become the most popular item in the web field due to the fact that all web applications are based on HTML (Hypertext Mark Language). Despite the diversity of Background-Technology, the Foreground still focuses on Browser and HTML, because only HTML can be rendered into readable content for users. What revolutions could the newborn HTML5, which is promoted enthusiastically by Browser companies, bring about?
Compared to the prevalent technology Ajax, which emerged a few years ago, some technicians have begun using HTML5, but are not completely familiar with it. Recently, Apple began to move towards HTML5. Also, a well-known web designer, Eric Meyer, announced some news about the extension of HTML5, and showed some application areas of HTML5 in the future.
Learn MoreHow to Connect to FTP with a Web Browser
Last Updated on Tuesday, 1 February 2011 05:03 Written by Naveed Ashraf Monday, 31 January 2011 02:25
Applied on: Both Cpanel (Linux) and WebSitePanel (Windows) hosting accounts
There are many ways to connect by FTP to a host. Sometimes we do not have a FTP client software or for any other reason, we may not able to use FTP client software at the time. In this case, the easiest way to connect to FTP is by using Internet Explorer, which has the best FTP support.
Learn MoreHow to Add cPanel Shortcuts to Your Desktop
Last Updated on Monday, 23 August 2010 03:30 Written by Arian Jahansouz Monday, 23 August 2010 03:30
This article will give you a step by step guide on how to add a shortcut to access your cPanel and/or your cPanel webmail to your desktop. Sign into your cPanel and follow these steps:
1) Scroll down to Preferences and click Shortcuts
Learn More

Recent Comments