- Strength to Increase Rep
- +8
- Strength to Decrease Rep
- -2
- Upvotes Received
- 28
- Posts with Upvotes
- 26
- Upvoting Members
- 21
- Downvotes Received
- 9
- Posts with Downvotes
- 7
- Downvoting Members
- 9
Hello Anyone knows what is the best size to use when creating a favicon so that it appears nice in both Firefox and IE tabs? | |
Re: I believe you may be referring to something similar to what is explained in this link: http://code.tutsplus.com/tutorials/design-and-code-your-first-website-in-easy-to-understand-steps--net-6062 Google can also help you more with specific searches. | |
Hello, I have a PC at the office, which was by default a Windows 8 Pro OEM licensed one (not 8.1), but for some unknown reasons, it was downgraded to Windows 7 Pro, which is again showing "OEM" in the activation Product ID. I would like to format and perform … | |
Hello I've been facing this issue since today, whereby my TwinMOS Micro SD HC Card is not being detected by my Samsung phone, and when placed in the adapter and inserted on PC, again the latter is not detecting it at all, although in the Device Manager I can see … | |
Hello Anyone knows a software (free or paid) that can help track the health of a processor, just like for example for RAM we have memtest tool or the built in Windows Memory Diagnostic tool. Thanks. | |
Hello, Need some suggestions on how to combine 2 Windows 7 ISO files (one is x86 and other is x64), into one single bootable ISO file which can then be burnt on a DVD-R or Dual Layer DVD, and even on USB afterwards. Thanks. | |
Hi, I am currently facing an issue after upgrading a Windows 7 Pro (OEM Edition) to Windows 10 Pro following updates provided by Microsoft, whereby while checking my activation status, I found the following message: "Connect to the internet to activate Windows" I tried to activate it manually from the … | |
Hello, Am currently facing a problem with my home PC, whereby upon switching on, all the lights switch on normally (HDD, DVD-drives, PSU), then just seconds later, it switches off by itself, and again some seconds later, starts to switch on by itself, but again goes off (in a loop). … | |
Hello Am looking for an out-of-the-box Wordpress theme which can help me create a website similar to either FileHorse or FileHippo in a very short time. Any one has an idea? | |
Hello, I have a local domain server, managed via a Windows Server 2003 R2 SE machine, and would like to be able to broadcast messages as an administrator to all client PCs which are connected to the domain, whereby the message will just pop-up on the users' screens, and either … | |
Re: This folder may be part of an update installed by Windows or a software like .NET framework which creates this folder to create a temporary access for it's extracted files used during installation. Best is to set it as "Hidden" and leave it alone. If you really want to delete … | |
Hello I have a Windows 10 Pro (v.1511 - x64) PC, whereby in the "Update & Security" window it shows that updates are available, for example "Definition update for Windows Defender", "Security update for ASP.NET..." and so on, but it does not download the update at any point in time. … | |
Hello, I have a USB flash drive which was working properly for months, but today, when inserted into a workstation, it is being opened in read-only mode, whereby I can read and execute files on it, but not add anything to it or modify a document from it. Tried to … | |
Hello. I have a scenario as such. 1 router connected behind a proxy used to connect PC with LAN devices. Proxy provides limited access to websites on the net. There is a 2nd router, Wifi only, which is not connected to any proxy, thus allowing open connection to the web. … | |
Hello I've deployed a 32-bit Windows 8.1 on VirtualBox on Windows 10, yet when I am logging in on the VM, a few seconds after the desktop appears, it starts flickering like a looping refresh, and I am unable to see any icons. Any fix for this, without having to … | |
Hello, I have to install Oracle Developer 2000 R2.1 on a Windows 8.1 (x64) machine to run an application developed by a third party developer, but my installation keeps on crashing. Tried running in Windows XP SP3 compatibility mode still same result. The error is as follows: "D2KQT10.ins(54): 'Statement' expected … | |
Hello. I've recently upgraded a Windows 8.1 Pro (OEM) to Windows 10 using the Media Creation tool since I was not getting the GWX icon. Activation has been successful from the OEM key. However, there were some registry issues from the Win 8.1 install itself, and these are still present … | |
Hello I am getting the following message when trying to boot from a Windows 7 DVD on a PC: "BOOTMGR image is corrupt the system can not boot". The PC is currently running Windows 8.1 x64, and I tested the drive with another DVD (non-windows), and it opened the contents … | |
Re: I've used [MobaXterm](http://mobaxterm.mobatek.net/) (home edition) to connect from Windows for several Ubuntu servers, using SSH of course. | |
Hello I am currently facing an issue with an HP laptop running Windows 10, whereby the following keys are not responding at all when typing: R, T, F, G, V, B. Sticky keys and other similar features have been turned off. Any fix for this issue? | |
Hello. I have an issue, where I want to prevent domain users with administrative rights from modifying the password of the local administrator account on their respective computers. Any way of implementing this? | |
Hello Anyone knows the URL or IP of the server from which the Media Creation Tool connects to download the ISO of Windows 10? I need this to add it to the exception list of my proxy as currently the latter is denying access to download the ISO file. | |
Hello I have a scenario as follows, whereby, I want to install a fresh Windows OS on a PC, install some apps like Firefox, MS Office etc. Then, I would like to create a clone of this physical machine, and either keep this image on a shared folder on a … | |
Hello, I've clean-installed a Windows 10 Home on a PC which had Windows 7 Home (with OEM key present), but now am unable to activate the Windows 10 with the OEM key available. I read that Microsoft is now allowing the use of existing OEM keys to activate Win 10, … | |
Hello I am currently building a login form using HTML/PHP/Codeigniter, and would like to add some visual effects, like for example, if a user enters the username, either a tick or a cross is added beside the field when the user moves to the "password" field for example, and the … | |
Hello I have a VB.NET project (using Visual Studio 2015 Pro) currently found on my PC, and would like to make it shared across my LAN with others so that they can pull a copy on their own PC and work on it, and push their changes to the project, … | |
Hello I need some help to build a search form for a website, which should locate the nearest dealership based on either the location shared by the user (if the user is on a smartphone, then if the GPS is on the dealership/s is/are located by it, else the user … | |
Hello Anyone knows how I can get and install MediaCenter on a Windows XP SP3 machine? I've seen some versions of the OS itself, like Windows XP Media Center Edition etc, but since I already have a licensed version of Windows, is it possible just to get the Media Center … | |
Hello Is it possible to use SQL queries in a JS file? Example I have the following code, and would like for each input[type='text'] encountered, to save its value to a sql table in a column: jQuery("input[type='text']").blur(function(){ var id = jQuery(this).attr('id'); var inputVal = jQuery(this).val(); }); | |
Hi Anyone can pls help me with a unique random number generator of length 3, prefixed with values from DDMMYYYY (e.g. for today's date 25062015001)? |