How To Change Default Text Selection Colour
- April 28, 2013
Whilst this CSS3 declaration might not be crucial to your project or design and yes it is not supported by all browsers, but it is a fantastic effect that really takes your
Whilst this CSS3 declaration might not be crucial to your project or design and yes it is not supported by all browsers, but it is a fantastic effect that really takes your
Here is a list of options for “target-densityDpi”. device-dpi: Use the device’s native dpi as target dpi. low-dpi: 120dpi medium-dpi: 160dpi, which is also the default as of today high-dpi: 240dpi :
If you have gotten around to using PhoneGap for developing mobile applications now, you have probably gotten an UI that you are satisfied with. However, have you tried launching the application on
The AVD manager normally uses the user’s profile directory to store AVD files. However it failed to find the default profile directory. To fix this, please set the environment variable ANDROID_SDK_HOME to
We would like to serve the content of a local directory to the Web through the Apache web server. The problem is that the directory isn’t into the Apache document root and
One solution… <!-- in head --> <meta id="viewport" name='viewport'> <script> (function(doc) { var viewport = document.getElementById('viewport'); if ( navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i)) { doc.getElementById("viewport").setAttribute("content", "initial-scale=0.3"); } else if ( navigator.userAgent.match(/iPad/i) ) { doc.getElementById("viewport").setAttribute("content",
Excel provides many ways to count cells in a range that meet various criteria: The DCOUNT function. The data must be set up in a table, and a separate criterion range is
Question We have a column of cells in an Excel spreadsheet containing times like, 3:15, relating to the time spent on a task. At the bottom of the column I’ve used AutoSum
The easiest and recommended way is to move the individual special folders inside a user directory, such as Documents, Music, Video’s, etc. You can do this with the following steps: Right click
Windows XP Pro SP 2XAMPP Error Message:Server error!The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a
In rare situations it may be necessary to provide different rules, not only to the Internet Explorer family in general, but also to each individual version. We can combine 3 CSS Hacks
If you use Outlook and you’ve noticed it being excessively slow or just having errors, you should probably scan and repair your Personal Folders file for any problems. It’s sorta like checkdisk
Its a fairly simple process, which involves 2 steps: 1. Register The Widget To register the new widget you need to open the functions.php file in your WordPress themes editor. Add the
We can put more link in a a post/page by just adding <!-more–> We can split a post/page up into different web pages so that is has pagination? All you have to
Create one variable and save the whole table as a string to that variable and just add below headers lines