Category: Uncategorized
-
By adding this meta tag inside the <head> part of your script, you allow the page to emulate on Microsoft Edge (which is Windows 10’s latest browser), essentially overriding IE compatibility view settings: Note that it should be the first thing inside your head for it to work (lol). So make sure to put it right after the <head> tag. Alternatively, but… Continue reading
-
I’m currently working on a PHP web application and would like to skip the login page by automatically authenticating a user using his Windows logon credentials. Quite simply I just wanted to get which user is currently logged in the system, and use that variable to query the database and display relevant information on the… Continue reading
-
I’m trying to record a desktop application and noticed that UFT won’t pick up activity from the menu bar. It’s able to record the app being opened but it doesn’t detect when I clicked on File then Exit, for example. In use: HP UFT 11:50 Here’s what worked for me: On Record >> Record and… Continue reading
-
I was trying to record a web application using Web/Http protocol, but somehow I couldn’t begin recording because the “Start Recording” button is disabled. Current setup:HP LoadRunner Vugen 11.50Internet Explorer 11 Cause:Internet Explorer 11 is not supported by Vugen 11.50 Possible solutions: Continue reading
-
This isn’t something new, I picked this up from here and thought I should make a guide of my own specifically for Blogger users like myself. Features Code Part 1: CSS On Blogger >> Dashboard >> Template >> Edit HTMLGo to the CSS section of your blog and insert the code below: If you can’t find where… Continue reading
-
Here’s how you can create a horizontal navigation bar with drop-down feature using CSS. The limitation of this code is that it can only handle 1 level of sub menu. So if you intend you create more levels, you have to add to the code. See jsfiddle here CSS properties will vary depending on your… Continue reading