5,277 Posted Topics

Member Avatar for bdd24
Member Avatar for Rahul47

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.

Member Avatar for Rahul47
0
130
Member Avatar for Rafique120

Hello and welcome. If Dani starts to give pay for forum posting, sign me up too.

Member Avatar for ultimatenet
0
50
Member Avatar for emorjon2

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?

Member Avatar for gerbil
0
308
Member Avatar for nitin1

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

Member Avatar for deceptikon
-1
210
Member Avatar for mohanakrishna

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

Member Avatar for paulas24
0
178
Member Avatar for DaniwebOS

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"

Member Avatar for JorgeM
0
212
Member Avatar for julzpot
Member Avatar for GAcon
Member Avatar for Michalle0987
Member Avatar for Dani

I hadnt noticed the checkmark. In any case, I like this design better.

Member Avatar for Dani
8
326
Member Avatar for chound

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.

Member Avatar for JorgeM
0
242
Member Avatar for nstrazimiri

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)

Member Avatar for nstrazimiri
0
210
Member Avatar for a.arjunvasan

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.

Member Avatar for a.arjunvasan
0
405
Member Avatar for paine_today

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.

Member Avatar for paine_today
0
285
Member Avatar for devianleong

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.

Member Avatar for devianleong
0
362
Member Avatar for Soapboxdesigner

I dont see a problem either.. you'll need to be more specific or upload a picture with markings indicating what problem you see.

Member Avatar for JorgeM
0
2K
Member Avatar for gogs85

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?

Member Avatar for mrvijayakumar
0
243
Member Avatar for subrata_ushasi

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.

Member Avatar for almostbob
0
195
Member Avatar for shujat132

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 …

Member Avatar for shujat132
0
295
Member Avatar for Fiorentino01^

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

Member Avatar for JorgeM
0
134
Member Avatar for layman114

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 …

Member Avatar for JorgeM
0
143
Member Avatar for rrlogu

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

Member Avatar for JorgeM
0
178
Member Avatar for dencia
Member Avatar for opjjuly

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 …

Member Avatar for rubberman
0
174
Member Avatar for chepam
Member Avatar for jinggoyy

Huh? I'm totally lost now. And by the way why would anyone include the word "Scam" in their company name?

Member Avatar for JorgeM
0
34
Member Avatar for Rahul47

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?

Member Avatar for Rahul47
0
124
Member Avatar for Rahul47

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'];` …

Member Avatar for JorgeM
0
180
Member Avatar for mxood

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 …

Member Avatar for mxood
0
281
Member Avatar for savedlema
Member Avatar for brandon66

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.

Member Avatar for brandon66
0
11K
Member Avatar for GeekPlease

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 …

Member Avatar for JorgeM
0
587
Member Avatar for london-G

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 …

Member Avatar for JorgeM
0
132
Member Avatar for arunpawar

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 …

Member Avatar for arunpawar
0
187
Member Avatar for mm_abbas

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

Member Avatar for ezenwa.chinelopeace
0
337
Member Avatar for CanDew

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.

Member Avatar for rubberman
0
168
Member Avatar for Mohammed_5

Maybe start by providing some sample code so we can take a more detailed look.

Member Avatar for JorgeM
0
48
Member Avatar for murugami eric

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?

Member Avatar for aVar++
0
213
Member Avatar for Legoson

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>

Member Avatar for JorgeM
0
59
Member Avatar for silvercats

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 …

Member Avatar for JorgeM
0
216
Member Avatar for cirbab4

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();`

Member Avatar for stbuchok
0
204
Member Avatar for tikotiti

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 …

Member Avatar for tikotiti
0
226
Member Avatar for Audrey_1

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 …

Member Avatar for JorgeM
0
204
Member Avatar for Letscode

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 …

Member Avatar for geniusvishal
0
610
Member Avatar for yudop

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

Member Avatar for JorgeM
0
151
Member Avatar for capmarketing

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>

Member Avatar for theHop
0
170
Member Avatar for ms061210

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 …

Member Avatar for JorgeM
0
5K
Member Avatar for shanaka95

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?

Member Avatar for JorgeM
0
190
Member Avatar for cmgdev

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 …

Member Avatar for JorgeM
0
861

The End.