171 Discussion / Question Topics

Remove Filter
Member Avatar for Ritesh_4

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?

Member Avatar for Ritesh_4
0
163
Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
186
Member Avatar for Ritesh_4

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; …

Member Avatar for Ritesh_4
0
260
Member Avatar for Ritesh_4

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), …

Member Avatar for almostbob
0
187
Member Avatar for Ritesh_4

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?

Member Avatar for Ritesh_4
0
174
Member Avatar for Ritesh_4

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 :(

Member Avatar for Ritesh_4
0
100
Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
197
Member Avatar for Ritesh_4

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); }); …

Member Avatar for Ritesh_4
0
187
Member Avatar for Ritesh_4

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, …

Member Avatar for <M/>
0
132
Member Avatar for Ritesh_4

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 …

Member Avatar for Ancient Dragon
-3
160
Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
208
Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
151
Member Avatar for Ritesh_4

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 = …

Member Avatar for Ritesh_4
0
268
Member Avatar for Ritesh_4

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...

Member Avatar for Ritesh_4
0
121
Member Avatar for Ritesh_4

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("á", "é", "í", "ó", "ú", "Á", "É", "Í", "Ó", "Ú", "ñ", …

Member Avatar for pritaeas
0
303
Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
179
Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
142
Member Avatar for Ritesh_4

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.

Member Avatar for Ritesh_4
0
62
Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
66
Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
122
Member Avatar for Ritesh_4

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 …

0
62
Member Avatar for Ritesh_4

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" …

Member Avatar for Ritesh_4
0
159
Member Avatar for Ritesh_4

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 …

Member Avatar for lolafuertes
0
112
Member Avatar for Ritesh_4

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.

Member Avatar for caperjack
0
129
Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
180
Member Avatar for Ritesh_4

Hello, anyone can help me with parsing an html table data to be saved directly in an excel file from the same parsing app?

Member Avatar for Taywin
0
225
Member Avatar for Ritesh_4

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?

0
72
Member Avatar for Ritesh_4

Hello, anyone can suggest some tried apps which have reminders and/or to-do options available to use with Windows 7 64 bit?

Member Avatar for Ritesh_4
0
149
Member Avatar for Ritesh_4

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 …

0
77
Member Avatar for Ritesh_4

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

Member Avatar for tdjprj
0
132
Member Avatar for Ritesh_4

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?

Member Avatar for Ritesh_4
0
101
Member Avatar for Ritesh_4

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??

Member Avatar for lambing
0
120
Member Avatar for Ritesh_4

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?

Member Avatar for mathieu89
0
114
Member Avatar for Ritesh_4

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 …

Member Avatar for pritaeas
0
152
Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
206
Member Avatar for Ritesh_4

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 * …

Member Avatar for almostbob
0
154
Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
117
Member Avatar for Ritesh_4

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; …

Member Avatar for Ritesh_4
0
141
Member Avatar for Ritesh_4

hello, is there currently a tool which can convert C# codes to Java (for example to be used in NetBeans)?

Member Avatar for Ritesh_4
0
403
Member Avatar for Ritesh_4

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...

Member Avatar for gerbil
0
309
Member Avatar for Ritesh_4

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?

Member Avatar for JorgeM
0
274
Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
89
Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
196
Member Avatar for Ritesh_4

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?

Member Avatar for Ritesh_4
0
79
Member Avatar for Ritesh_4

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) ![gsearch](/attachments/large/3/gsearch.png "gsearch")

Member Avatar for EmilyJohnson
0
135
Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
70
Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
174
Member Avatar for Ritesh_4

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, …

Member Avatar for Ritesh_4
0
1K
Member Avatar for Ritesh_4

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 …

Member Avatar for tungnk1993
0
170
Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
237

The End.