5,277 Posted Topics
Re: The founder, Dani is cscgal. She is very active on this site. There are various other administrators and moderators that interact with the various forums. | |
Re: AV clients can use up CPU time and slow down performance when both the AV client and your Operating System are tyring to use the same file. This is common for executables because while the OS is trying to load the exe, the AV client is trying to scan the … | |
Re: Sure, shouldn't be too difficult. can you provide an example of the fields in this table or joined tables? for example, let's say it is one table. and the booking numbers where in a field called bookingNum. If you wanted to count how many rows in the table had data … | |
Re: Sorry for the stupid question, but I must ask.... This desktop computer... You mentioned that neither the wireless nor wired card worked as expected.. Let's focus on the wired ethernet card. Did you try another cable? Did you try to plug this computer with another cable directly into the internet … | |
Re: With regard to systems design, one of the things that is really helpful is to create a mock up of what you want the site to do. You can even start by just designing the look of some of your pages. What do you new te site to do? I … | |
Re: Aside from physical cables, some organizations like hospitals attach RFID tags that can alert when the asset is leaving the building. On the software side, disk encryption is key is you want to protect the data. | |
Re: Can you elaborate on what you posted...I am not clear on what you are trying to communicate. Are you saying when you power it on, it doesnt boot up? | |
Re: You have three fields in the select statement, so you need at least two of them in the group by portion of your query select emp.dept_id,dept.dept_name,count(field you are counting) from dept INNER JOIN emp ON dept.dept_id=emp.dept_id group by emp.dept_id, dept.dept_name | |
Re: Fortunatley, there arent too many people that get a kick out of frusting the rest of us. With situations like this, I would simply recommend that if you have access to the original disks that came with the computer, you use those to wipe the hard drive and start clean … | |
Re: You may also want to clean up the boot process. While logged onto Windows 7, in the start menu, right click Computer, properties, advanced system settings, advanced tab, then click on settings in the Startup and Recovery section. In the Startup and Recovery section, you have some options there to … | |
Re: Can you clarify what you mean by pageshow? The subject you posted is about how to design web pages... This is an open-ended topic. Do you have a specific question with regard to HTML, CSS, etc? | |
Re: Have you installed something recently, updated a driver? Think about when this started happening, since you can boot into safe mode it sounds like a Windows related issue. Have you tried performing a system restore to an earlier point in time while in safe mode? | |
Re: The OSI model is conceptual. In the example you provided the Win 95 system would require a driver to support Wifi. Each layer depends on te lower layer to get to the wire. For example if you were to develop an application, would would code into your app how to … | |
Re: ChrisHunter's on the right path, just a few things to add to his answer. The three computers on the LAN do not get configured with the public static IP. They will be configured with private IP addresses . The only correction is the say the private side of the router … | |
Re: These are different types of positions. It would like comparing apples and oranges. With regard to which is more senior, I find them to be about equal with regard to status. The real question is do you want to be a developer? If you have little interest in the job, … | |
Re: Have you considered running Windows 8 as a VM. It's an easy simple way of evaluating operating systems without the fuss of screwing around with your desktop OS. Windows 8 CP runs great on VirtualBox. Configure virtualbox: http://www.itgeared.com/articles/1099-running-windows-8-developer-preview/ Install Win 8 as a VM: http://www.itgeared.com/articles/1270-install-windows-8-consumer-preview/ | |
Re: To clarify since Aviplo indicated he was new to asp.net, the connection string section that adatapost was referring to is located in the web.config file. | |
Re: Anything on the screen at all such as hit F2 for setup, so at least you can get into the BIOS? If not it could be a variety of issues. Is this a removable disk, if so remove it from the bay and try again. Post any message that comes … | |
Re: I have used this product in the past to recover deleted files. http://www.pctools.com/file-recover/ However, keep in mind that many of the products out there will be able to do the job, if the file has not been overwritten on the drive itself. Of course, the more time that has passed … | |
Re: Do you have the Windows Firewall enabled on that local client? Or some other 3rd party AV client that may have a local firewall component that could be blocking ICMP traffic? | |
Re: You'll find many if you do a search for google page rank. however, aside from page rank, which takes a while to improve for each of your pages, I would recommend that you log on to Google/webmasters/ and register the site. provide a sitemap, and start building good back links. … | |
Re: Follow the instructions on this Microsoft KB article on how to change appearence settings http://support.microsoft.com/kb/310543 | |
Re: typing localhost in the browser has nothing to do with IIS. Localhost is a "generic" hostname that you can use to point back to your local computer. In your HOSTS file (%systemroot%\sytem32\drivers\etc\) you can modify it, add a record called localhost and map it to the IP of 127.0.0.1. Save … | |
Re: If both computers have the same username and password, you are not going to be prompted. Additionally when you share the resource, I assume that you are not providing access to Everyone or the guest account. Additionally, you should also be aware that being prompted for credentials just deals with … | |
Re: With these laptops, you may have noticed that everything is squeezed together. You may need to open the laptop once again, and make 100% sure that the connector(s) from the keyboard and touchpad are snug and in place. try resetting those cables, but be careful not to pull on the … | |
Re: Yes, vb.net "online" is the equivalent to an asp.net web application using vb.net as the programming code. To do this, you need an IIS web server. While not required, I would recommend that you build your pages using Visual Studio. You can event download the express edition which is free. … | |
Re: Are you seeing this error wen accessing the site using IE? Have you tried another browser, Chrome, Firefox? | |
Re: If you have access to the webserver, or if this is on a hosted site, using the admin panel, configure your website's default document to include index1.html. When you type myURL.com, if index1.html exists in the directory, the webserver will automatically choose that file. Make sure that index1.html is high … | |
Re: Rather than trying to design the game around the programming language, you should consider the reverse. In other words take the technology out when designing the concept. Build a model, screenshots, flow of the game. Them figure out you can leverage your current set of resources and where you lack, … | |
Re: You need to add the CHECK CONSTRAINT to that field in the table. | |
Re: Welcome, you know that you are in a great site where the CEO personally welcomes you. | |
Re: > if we say ol#toc we target an ol element with an id of toc. But if we said #toc ol we would target an ol element descendant of an element (any) that has an id of toc. Correct? That is correct. | |
Re: You will not be able to do this with HTML alone. You need to have server side scripting to be able to connect to a Database such as asp.net, php, asp, etc... | |
Re: It sounds like a power supply problem. The Windows Xp situation is a coincidence, based on your description. You can easily test this theory by downloading any version of Linux that will completely boot from the cd drive, or a USB stick, taking the hard drive out of the picture. | |
Re: When you press the power button, nothing shows on the screen, not even an attempt to boot? If not, reset the battery. If that is OK, you may have a power supply issue. Has the laptop been slightly dropped or mishandled lately? May require someone with technical skills to open … | |
Re: This could be tricky depending on what you really want. If you are trying to group patientname and addname then place a parenthesis around that gorup. The parenthesis turns that group into either a true or false. Without the parethesis, each is its own true or false in the overall … | |
Re: Have you checked with your webserver provider that they allow outbound SMTP connections on port 465? since you are getting a transport error, that would be my first suggestion to validate. | |
Re: Your c# code for reading from a DB wil be slightly different based on the DB (sql, oracle, MS Access, etc...) and your approach (having the SQL select in your web app vs runing a stored procedure and having the SQL code in your DB). For the session... Session["someValue"] = … | |
Re: You simply need to use joins between the three tables. Here is an example: SELECT Companies.CompanyName, Product.ProductName, Product.TradePrice, SaleBody.TotalPrice FROM SaleBody INNER JOIN Product ON SaleBody.ProductId = Product.ProductId INNER JOIN Companies ON Product.CompanyId = Companies.companyId sample video tutorial on SQL Inner Join: http://youtu.be/ClcqCB4sEEs summary: http://www.itgeared.com/articles/1166-sql-inner-join/ | |
Re: The overall goal is to design your site in a manner to get search engines to highly rank your pages and move your links up in search engine results, thereby increasing traffic to your site. High level summary: http://www.itgeared.com/articles/1225-how-to-make-your-website-seo-friendly/ | |
Re: A LAN is a local area network. This is not as simple as enabling a feature or installing a program. Generally in a "system" there are various components. I would assume that this enrollment system would have an application (web or fat client based), a database server, and the network … | |
Re: try to download (from another computer) malwarebytes. They are very good at finding and removing malware that traditional antivirus clients fail to even find. | |
Re: not a good idea. It will not work as expected. without the XP CD and serial nubmer, you are out of luck for that computer. | |
Re: I would hope that this is an error on their part and that they are not doing this by design. I would contact the company you bought this from and report the issue. I would assume that the entire roll from the same batch has this problem. There's going to … | |
Re: lol. that is hilarious. I just logged in to take a look. | |
Re: I have a friend that hosts his php site on byethost.com. For being free, it is pretty good. | |
Re: If you want to run Win 8 with the least impact on your existing machine, I would install Win 8 as a virtual machine. You can install VirtualBox on your computer then run Win 8 as a vm. | |
Re: You should start with facebooks developer page. Take a look at their APIs to see if there is anything there you can use to integrate with facebook. | |
Re: Both your PC and NAS will have an IP address assigned since its connected to the network. Can you PING the NAS device from the PC? Open a command prompt, type PING *"ipaddress of nas"*. If you are able to ping the NAS, then at least you know your network … |
The End.