171 Discussion / Question Topics
Remove Filter Hi, I have a Windows 7 PC which is loading up to the login screen, but once the password is entered, it is not loading further, with the screen remaining blank. Where is the possible source of problem in this case? | |
Hello, anyone can pls help me with a css issue, where I want to make the height of a div flexible based on the content? I have 2 divs, the first one being a large div which contains menus, and the second div for text content. The first div is … | |
Hello, anyone can help me with centering the text content attached below so that it centers in height as well in the container div? The css for the div is below: div.level-1-menus { background: url("background_menu.png") no-repeat scroll 0 0 transparent; display: table-cell; float: left; height: 45px; text-align: center; vertical-align: middle; … | |
Hello, is it do-able to write something like the below in a css file if I want to apply different styles based on the browser loading the css file? Currently I have a website which is rendered correctly in FF and Chrome, but nor in IE 8 (and prev. versions), … | |
Hello, I have used the css background-size: cover, where it works well on Firefox and IE9, however, on IE8 it is not using this css at all, anyone can help me find a way to make it compatible on IE8 (and previous versions if possible) as well? | |
Hello, anyone knows a media player, similar to the old WMP 11 - which had the taskbar toolbar, to be used with Windows 7? The current WMP12 does not support this feature :( | |
Hello, anyone can help me create a .bat file, which will need to copy a .fdb file from a shared folder on one computer to another share on another pc over my LAN network? The .bat needs to be scheduled as well, is it best to use the windows 7 … | |
Hello, I have a script which is as follows (not written by me), and would like to get the value of "content" in this case to be displayed on the screen for test purposes, how can I do this? <script type="text/javascript"> $(document).ready(function (){ var content = $('#menu-upper').html(); $('#menu-upper').html(''); $('#menu-lower').html(content); }); … | |
Hello, I need some ideas on the best ways to add the texts and arrows (see attachment) above the tabs, which are sub menus to the main menus shown in the blackish strip, given there are other identical sub menus, with different texts pointing to them in other psd templates, … | |
Hello, first apologies if I posted in the wrong forum. I want to know how I can make a pc game on a dvd rom become one which is portable, whereby I can run it on another computer/laptop without having to go through the installation process etc. A friend once … | |
Hello, a recent search on google for my link, preprod.prolectronic.ch, showed that google already referenced my site, while I have not added the google analytics and googe webmaster tools codes yet to this site. How can I temporarily prevent google from getting access to this link until I put the … | |
Hello, I want to add some shadows around by content area (see img), and I do not want to use a static image as background for this as it will be limited in height value. Anyone can help me with this? my url also is : http://preprod.prolectronic.ch The shadow extends … | |
Hello, anyone can help me to add a background color to my div, for example, if an id of 2 is found (pls see my code) $idMenuParent = $resGetInfoMenu[0]['IDMENUPARENT']; //if the menu has a parent if($idMenuParent) { // get menu info $infoMenuParent = cGetInfoMenu($idMenuParent); //fetch all child menus $secondMenus = … | |
Hello, is there any reliable tool which can help save a website's folders and files on a pc for offline use? I've tried HTTrack but it does not save all the folders for the website i want to have offline... | |
Hello, I need some help replacing special chars like 'à,é,è,...' in strings with their corresponding ascii char values. I do know the string replace method thus replacing these special chars with normal alphabets, with the example below: `$vSomeSpecialChars = array("á", "é", "í", "ó", "ú", "Á", "É", "Í", "Ó", "Ú", "ñ", … | |
hello, i am currently facing a problem with my windows 7 pro, when i click on one specific lan computer under the "network" treelist in the left pane, i get a formerly shared folder on that computer which appears, while it is no longer shared and the currently shared ones … | |
Hi, first apologies if I've posted in the wrong forum. I would like to know what are the steps if I want for example to compress a pc game which is originally 13GB to fit in a single 4GB dvd. I've seen many games which are 4GB as compressed files … | |
Hello, I would be grateful if someone could help me with aligning the text before the language flags, so that they are in the order: S'inscrire.... Contact Plan du Site, on the same line as the flags.... My link is http://www.parspas.ch/parspas/index.php TIA. | |
Hello, I have a png (png-24) image which currently makes 500kb, but it is taking a rather long time to load when posted on my website, and I would like to reduce its size to around 200kb so that it can load faster. Anyone knows how to do this on … | |
Hello, I would be grateful if someone could help me with building a simple dynamic menu breadcrumb in PHP with mysql, using the MVC concept. My pages are stored in a mysql db, and the table is formatted with the following fields: Autokey, Title, IDMenuParent. The latter takes NULL as … | |
Hello, I have a Win 7 SP1 Pro PC acting as a file server over a LAN, and usually accessed by other users from their own PC using the **\\\PCName\Foldername** command to open the shared folders. I would like to know if it is possible to use a session timeout … | |
Hello, am working with the date function in a php file, however the text "at" is not being rendered properly: Initial code: "Online reservation form submitted on " . date ("d/m/y \at\ H:i") . "\n\n" . Rendered value: Online reservation form submitted on 29/09/12 a30 11:52 Where instead of "at" … | |
Hello, I've got a code (modified but not written by me) which uses a timer to find the idle time, and I added the code to make the computer go to sleep mode if the timer matches the time value set. However, when I resume the computer, it goes back … | |
Hello, anyone knows how (or where) I can get a PC's average power consumption when it is using one of the 3 power plans available in Windows 7 (Balanced, High Performance and Power Saver)? I need these values for a research work. | |
Hello, I have a motherboard which supports 4 RAM slots (dual channel slots). I already have 3GB of RAM installed, a 2GB DDR2 800 and a 1GB DDR2 800 in different channels. I would like to add another 2GB to the channel next to the current 2GB one, however am … | |
Hello, anyone can help me with parsing an html table data to be saved directly in an excel file from the same parsing app? | |
Hello, anyone can pls help with using Powercfg in Windows to list and populate a dropdown list, and use the items in that list to manage windows 7 power plans from a simple c# app? | |
Hello, anyone can suggest some tried apps which have reminders and/or to-do options available to use with Windows 7 64 bit? | |
Hello, pls be soft with me on this topic since am just learning C# as a programming language :) I need to implement a small app with a "scheduler" capability, but so far from google I've just got this link which seems relevant but since my level is still very … | |
Hello, anyone can help me with creating a map similar to the one shown on this link: http://www.leboncoin.fr/ Any tool or tutorial on how to do this? For example clicking on a specific region loads a corresponding web page for it | |
Hello, I recently activated the hibernate option on my computer, but found out that the Hiberfil.sys file takes around 2-3GB of space on the hard-disk. Why is that so? | |
Hello, anyone can help me with how to build a simple user registration form using Rails from scratch, with the fields Login Name, Name, Address and Password (encrypted)? I will be using MySQL to host the database. I've already created the new project using: rails new reg_form, now what next?? | |
Hi, I need some help with building a search form (my first time with coding a search), and I need to make it work similar to the one on this link: http://www.lexpressproperty.com/en/buyinmauritius.html Anyone can help me with finding tutorials/examples on how to do this? | |
Hello, I know CMS like Drupal, Joomla, Wordpress and others offer many templates, and I want to know whether it is possible to build a template which could be used on Drupal, yet at the same time on the others, thus making it CMS independent? Any tutorials/links on this if … | |
Hello, am looking for a tool which can help me render a static website quickly so as to show the clients a quick prototype of how their website would look, and the tool must be able to generate the html codes and store them, as well as provide the design … | |
Hello I was having the look at the source code of a webform, and wanted to know where/who is receiving this form. Any way of knowing this? <form action="/contact.php" method="post" name="form1" id="form1" style="margin:0px; width:200px; color:#000;"> <p>First Name * <input type='text' value='' size='50' maxlength='50' name='name' class='txtarea required'/> </p> <p>Your e-mail * … | |
Hello, am currently facing an issue with my computer. As soon as I switch on, my fans (CPU and Chassis) go into "overdrive", and there is no hard disk light except that it lights up for about 1 second and then goes blank. My power light remains on thou, but … | |
Hello, anyone can help me with the conversion of single quotes in a string to double quotes? Am new to Ruby programming and still learning around on how to use it properly. I have an example in Delphi, which I want to make compatible with Ruby: function ReplaceSingleQuote(AText: String): String; … | |
hello, is there currently a tool which can convert C# codes to Java (for example to be used in NetBeans)? | |
Hello, am currently troubleshooting a PC running XP SP3 Pro, and found that in the the taskmanager, under Processes tab there are 2 explorer.exe running. Anyone knows why? Virus scan and scan with Malwarebytes returned nothing, just in case... | |
Hello, anyone can suggest a free software (or paid) which could help me monitor the power usage on my computer system, like how much power is being used by the CPU, GPU, motherboard etc? | |
Hello, first apologies if I posted in the wrong forum, but am looking for some tools (free or paid), which could be use to help teams share ideas/documents and have discussions over a LAN using the web browser. Anyone who has used such tools can help me? Am currently having … | |
Hello, anyone can tell me how I can fix the "Login timed out after 60 seconds" error, when the system is not even taking 60 seconds, since as soon as it loads, it gives this error when am trying to enter my login details. I have access to the system's … | |
Hello, anyone can suggest a free tool which can be used to store sample codes obtained from the net or other places as well as texts for easy access on a Win 7 PC? | |
Hello, I would like to know how to get Google Search to display my website results when searched similar to the image shown (so as I also get the texts shown in the red-bordered box below)  | |
Hello, I've created a flash movie which loads texts from a textfile into a dynamic textbox to be displayed. However, in my text I have a "%" sign, which is not being rendered when am loading the text in the flash. Anyone knows how to make this show up? Am … | |
Hello, I have a Ubuntu 10.04 server running on a VM on Windows XP, and would like to sync the VM's date/time with the XP one. How can I do this? I tried with the date -s command in the console, but after some time the date/time on the VM … | |
hello, am currently working on a code written by an ex-colleague, which was in asp and now converted to php. I want to add the value held by a dynamic text box to the mail () function of my code: [CODE]"Email: " . $_POST['Email'] . "\n\n"[/CODE] [CODE]mail("email1@email.com, email2@email.com", $subject, $message, … | |
Hello, I need advise on the software to use to write a mini program which can be used to monitor the CPU temperature of a computer. The program to be written will also need to control the fan speed whenever needed. Which among the following can be used to interact … | |
Hello, I've started getting this message on a XP computer whenever I logged in, and moreover it has began to restart by itself at some point in time: WINDOWS CANNOT LOAD THE USER'S PROFILE BUT HAS LOGGED ON WITH THE DEFAULT PROFILE FOR THE SYSTEM DETAIL- THE SYSTEN CANNOT FIND … |
The End.