5,277 Posted Topics
![]() | |
![]() | Re: What do you mean you don't know how to prove this? You simply need to send a screenshot as you did here indicating that you' be discord that directory browsing is enabled. It's very easy to fix this issue. You should be able to access any of the files listed. ![]() |
Re: Hello and welcome. If Dani starts to give pay for forum posting, sign me up too. | |
Re: This sounds bizarre. Have you tried a different keyboard to determine if the problem is your keyboard or if its someone messing with you because they installed a hidden program running in the background? | |
Re: Here's something that may help.... Whenever I've been on the hiring side/scouting, while its very important to look for individuals that have skills, I put a lot of weight on finding people that have a good attitude, work ethic, can work with others, dependable, strong written and oral skills. Why? … | |
Re: When you say "internet sharing" if you mean Windows ICS (Internet Connection Sharing), you basically have two computers, one that has two network interface cards. One card (NIC1) connected to the LAN and the other (NIC2) to be connected to the other computer. In this configuration, on your main computer, … | |
Re: It could be me that I may be confused, but where is the code that handles " code to test for records in the database and if they exist to update them before inserting them instead" | |
Re: I hadnt noticed the checkmark. In any case, I like this design better. | |
Re: If this desktop has a wireless interface, make sure the connection is good. you can easily test this by using the ethernet port and plug it into the router directly. if the speed improves, its your wireless card, if it doesnt, something else on the PC. | |
Re: Do you see an devices in "Disk Management" labeled as "Foreign Disk". If so, the disk would have to be imported and initialized (using the Disk Managememt console) | |
Re: It seems to me that it may be that your SQL statment is failing so the mysql_query is returning a boolean value of false instead of a result set. Check to make sure that your SQL statement is valid. | |
Re: I'm pretty sure that since the active_arrow class is added dynamically, you need to use event delegation to register the event handler. Use the on() method. | |
Re: The most important component here is to the get your SQL query correct. Once you have that, its a matter of creating the logic to echo the structure you are looking for, plugging in the variables in the correct location within your `<li/>` elements. | |
Re: I dont see a problem either.. you'll need to be more specific or upload a picture with markings indicating what problem you see. | |
Re: One way is to screenscape, but in my opinion that's not very ethical unless you have consent. Another method is to pull in data via a Feed (RSS for example) or an API. What is the overall goal? | |
Re: Maybe preload the images when the page is first accessed so that when the user clicks on the link, the image is shown immediately since its already been downloaded. | |
Re: I dont see how you are going to fix this programatically. I dont even see a pattern here. I know this sounds cray, but what I would do is export this into a spreadsheet (Excel) and try to group the rows into sections that "match" There should only be 5 … | |
Re: > With html 5 I cannot do it and I have to use a table. Why would you indicate that you can not do it with div elements. The recommendation is that table related elements should be used for displaying tabular data. however, we all know that its easy to … | |
Re: This doesnt appear to be a technical term for me at least. What I gather from your description is hosting DNS services with an external entity. For example, if I have a company and I need to host say a web site, I'll need DNS services to map the host … | |
Re: > I can't change the background color, Why arent you able to apply a background color to the div? Is it because you have no access to the style sheet? If that is the problem, do you have access to the HTML where you can just apply an inline style … | |
Re: There's no site visit template that I know of but if I visited a site, I'd be thinking about collecting an inventory of equipment (network, PCs, servers, cabling, racks, power, etc), software inventory number of users, existing documentation, users info, existing and new upcoming requirements I need to consider in … | |
Re: Huh? I'm totally lost now. And by the way why would anyone include the word "Scam" in their company name? | |
![]() | Re: Yes but you asked if you can use the input element as a submit button. The answer is yes. Are we missing something about the question? ![]() |
![]() | Re: I'm not a PHP developer..I'm sure you'll have other members provide feedback.. but it seems to me that you only have one page and I guess that's Ok, but when this page loads, you are trying to assign a value which is probably undefined at the moment to $name1. `$name1=$_POST['name'];` … |
Re: There's been some great tips presented so far... In addition, here are a few good tools I always use to help resolve HTML markup errors as well as possible performance problems. Every little bit you do to the site to make it more friendly not only for humans, but search … | |
Re: Did you unjoin the workstations from the old domain and join them to the new one? | |
Re: Microsoft Exchange has SMTP services just like most other mail platforms. Just get the hostname from your mail administrator and develop your PHP code to send mail to this SMTP address as you would any other smtp host. | |
Re: C# and VB.NET have different syntax and that is mainly where the differences end (there are some slight differences in programming constructs). Both of these languages are part of the same .NET Framework platform. C# and VB both compile to the same intermediate language (IL), which runs against the same … | |
Re: You have quite a bit of stuff happening on that page. When I took a look with dev tools, there were 70 different requests... honestly, one of the easiest ways to resolve this is probably by hiding/showing the content after its loaded as described above. However, you may want to … | |
Re: I'm not particularly familiar with this product but what always comes to mind to first check is the paths to the external files. Are these the correct paths? You are sure the files are there? <link rel="stylesheet" href="css/normalize.css" /> <link rel="stylesheet" href="css/foundation.css" /> <script type="text/javascript" src="js/vendor/custom.modernizr.js"> Also, have you checked … | |
Re: What do you see yourself working in long term? Do you like Networking or Database better? There are good jobs and opportunity in both. Who do you know more people in? a good network of people in a field will help you get jobs as well.. | |
Re: Does the college track require it? There's not much need to pull out a paper and pencil to perform actual calculations on the job. Even in networking, there are subnet calculators to help with calculations. However this doesn't mean you shouldn't strengthen your math skills. Try khanacademy.org. | |
Re: Maybe start by providing some sample code so we can take a more detailed look. | |
Re: Which 64 bit operating system do you want to install? Installing a 32 bit or 64 bit version is the same process. Have you verified that the computer in question supports a 64bit OS? | |
Re: If you want to horizontally center a div, the easiest way is to apply a fixed with and a margin of auto. For example... <div style="width:640px;margin;0px auto;"> -- Your Div Content -- </div> | |
Re: If the tool indicated that the sectors where fixed, you should be Ok to install on the same partition. However, bad sectors are generally an indication of a problem with the drive. Its not normal to encounter bad sectors. You may consider monitoring the situation, maintain current backups of your … | |
Re: I dont think that line 9 in your sample is needed.. or line 14 from the last jsfiddle example..yes/no? line 9 - `$('#txtbox').keyup();` jsfiddle, line 14 `$('#txtbox').keypress();` ![]() | |
Re: With port forwarding, you can't use one port such as 80 for two different hosts. How would your router know which server on your internal network to send traffic to if you are hosting two different web sites? In this situation, if you only have one public IP address you … | |
Re: I haven't used that service myself, but it appears that they simply provide you with templates and images to use to put the page together, I assume via some browser interface since they indicate no additional software is needed. I wouldn't think you need even any basic HTML skills to … | |
Re: It's unlikely you'll get a sample of this code as this member hasn't been around for years. If you are interested in showing a "loading" image, you can easily do this with the help of JavaScript or jQuery. The general idea is to show the image in the target location … | |
Re: You can either store files on the filesystem or within the database. There is no right or wrong. Each have their pros and cons. You may want to read this interesting article Microsoft has on this subject... http://research.microsoft.com/pubs/64525/tr-2006-45.pdf | |
Re: Looks like part of the issue is at the end... no closing script tag. Also, run your site using a browser with Dev tools, such as Chrome. You can look at the console tab for potential issues. <script type="text/javascript"> classes.objWrapper.all.background-color = "#6cc5db" <div id="Leads-Maintable"> </div> </body></html> | |
Re: In your case something is wrong on the OS possibly some corrupted files preventing this install from continuing. When I use to teach, I use to recommend to my students to install a VM host application such as virtualBox or VMware, then install a guest operating system that they can … | |
Re: So what you want help with is to cheat the system of a site that basically cheats other social networking sites... Nice. Doesn't the iMacros vendor provided support for their product? | |
Re: Can you clarify what you mean by image data? Do you mean show an image that links you to another page? You can do this using a combination of anchor and image links. Here is an example... <a href="targetPage.php"> <img src="image.jpg" /> </a> Or do you mean the PHP page … |
The End.