7 Fresh and Simple Ways to Test Cross-Browser Compatibility

This post is written for designers, developers, or anyone else who has struggled with testing their websites across multiple browsers. As little as one year ago, there were almost no good options for testing cross-browser compatibility of websites. The tools out there usually had significant drawbacks — either in cost, capabilities, or time required. Lately, […]

Cross-Browser Compatibility Issues

You should know that your web page may render and look fine in one browser but may look different (or even broken) in another browser. These problems if they occurs are called “cross-browser compatibility” issues. This is because different browser are written by different developers and there are differences in which they interpret your HTML […]

Some techniques and tools for cross browser CSS coding

Making your website compatible with a wide range of browsers is probably the hardest task of a front-end developer. To make your coder life easier, here is 15+ tools and techniques for crossbrowser CSS development. Part 1 – Techniques Of course, efficient crossbrowser CSS development starts with techniques and good practices. In the first part […]

Cross Browser Issues: CSS Hacks, Understanding Compatibility

One of the greatest problems with CSS, or Cascading Style Sheets, is the issue of cross browser compatibility. What may look great in Mozilla browsers looks terrible in Internet Explorer, and may totally break in Netscape. The biggest mistake a web designer or developer using CSS can make is to design for only one browser, […]

Cross-browser

Cross-browser refers to the ability for a website, web application, HTML construct or client-side script to support all the web browsers. The term cross-browser is often confused with multi-browser. Multi-browser means something works with several web browsers. Cross-browser means something works with all versions of all browsers to have existed since the web began. The […]

How to Spy on Computer Use

As a security administrator, auditor or “ethical hacker,” there are times when you will be tasked to monitor a person’s computer usage, including Internet sites visited, files created and/or modified and computer accounts created and/or modified. As a head-of-household, you face many of the same challenges, especially as a parent. Built-in, free and commercial computer […]

Images in if-else

If you want to see different type of image & size in different post then you may use following code- < ?php if ($image = get_post_meta($post->ID, ‘slide’, true)) { ?> <img width=”617″ height=”350″ src=”<?php echo $image; ?>” alt=”Image” /> < ?php } else { ?> < ?php $image = get_post_meta($post->ID, ‘simg’, true) ; ?> <img width=”80″ […]

What is Microsoft Excel and how use it?

Excel is an Electronic Spreadsheet Program Excel is an electronic spreadsheet program that can be used for storing, organizing and manipulating data. When you look at the Excel screen (refer to the example on this page) you see a rectangular table or grid of rows and columns. The horizontal rows are identified by numbers (1,2,3) and the vertical columns […]

Date Functions in Excel 2003

Format options for date functions in Excel Using Date Functions in Excel 2003 There are a number of date functions available in Excel. Depending on your needs, you can use a date function in Excel to return the current date, the current time, or the day of the week. This article covers using the most […]

Date Formulas and Functions in Microsoft Excel

Excel stores dates in sequential serial numbers beginning with January 1st, 1900 as 1.  January 1st, 2006 is 38718 because it’s 38,718 days after January 1st, 1900.  Excel on MAC works the same, except the dates start on January 1st, 1904. Don’t ask me why. Note: There are several different ways to do everything in […]