5,277 Posted Topics

Member Avatar for Violet_82

>From previous post I have learned that the fact that links point to # might be a problem, how do I get around it please? What do you mean by a problem? Sorry, I still dont understand what you are actually trying to accomplish.

Member Avatar for Violet_82
0
225
Member Avatar for luke.belleghem

If the fields are optional that is fine. In general regardless of the SQL implementation, you would set the corret data type and allow for **NULL** values to be stored in the event that no data is inserted in the particular field for the record.

Member Avatar for drjohn
0
254
Member Avatar for cyberdaemon

So do you have SQL server and SQL Management studio installed? If so, use that console to manage the DB, create a table. You can store the path to the images in the table, or you can store the images within the DB. Both have advantages and disadvantages. There is …

Member Avatar for cyberdaemon
0
104
Member Avatar for anisha.silva
Member Avatar for anisha.silva
0
223
Member Avatar for Reverend Jim

>On the other hand, I find comments such as "just google it" to be rude. I was referring to that scenario mainly where its rude and counter productive to the goal of the site.

Member Avatar for <M/>
0
377
Member Avatar for rocky.maivia.7161
Member Avatar for HunainHafeez
0
146
Member Avatar for NFS1

For questions 1-2 and maybe 3, these things can be handled client side with JavaScript and/or a library such as jQuery. Are you familiar with either? For #3, I suspect that in your code behind, on the page_load function you'll need to do something like `_Date.text = calender1.selectedValue`? Not sure …

Member Avatar for NFS1
0
372
Member Avatar for bertmanna

To clarify, you have no sound on your system during startup, or when accessing web applications like YouTube, but if you use media player you can hear sound? If you are running Windows 7, open the control panel, sounds applet, sounds tab. You can test your sound there. Also make …

Member Avatar for powerplay_vj
0
365
Member Avatar for mel.heitt
Member Avatar for gerbil
0
61
Member Avatar for NardCake
Member Avatar for ahudson
Member Avatar for slasham

Are you plugged into the on-board video port? Also some monitors have multiple inputs. It there is an auto button, press it. It would find the active input.

Member Avatar for rubberman
1
2K
Member Avatar for <M/>
Member Avatar for TonyMccallum
Member Avatar for Djmann1013

`readonly="false"` is causing your focus issue. When I remove that from your input elements, the focus ability returns as expected.

Member Avatar for Djmann1013
0
133
Member Avatar for hwoarang69

Yes, you are on the right track. The easier method is to run a virtual application that is suported on your Mac so that you can run Windows as a guest VM. this will allow you to run both operating systems at the same time if that is your wish …

Member Avatar for hwoarang69
0
311
Member Avatar for JorgeM

Everyone once in a while, I see members naturally responding to posts (posted generally from new members) by letting the poster know that they should go out and "google it", especially when it is evedient that the poster has not taken any time to do any research or prepare a …

Member Avatar for TnTinMN
3
353
Member Avatar for Yarra

I visited your site using Chrome on a PC... didnt find any obvious issues. What exactly do you see happening on the different browsers.

Member Avatar for Yarra
0
80
Member Avatar for csss

So the error is fairly clear in that its indicating that something is preventing you from actually making the connection. Could it be that there is a firewall in between you and the SQL instance. Or, as indicated in the error, the settings do not allow for remote connections. Since …

Member Avatar for JorgeM
0
126
Member Avatar for Stuugie

Try the roundup function instead. http://msdn.microsoft.com/en-us/library/ee634948.aspx

Member Avatar for JorgeM
0
232
Member Avatar for trishfernan

I took a look at your code. It appears that you have a table that holds the "prev" icon in the first column, your content in the second, and the "fwd" icon in the third. The width of the second column is what is creating this extra space. You currently …

Member Avatar for JorgeM
0
140
Member Avatar for Leo G

>What do I need to do so that my laptop can use both of these at the same time If your wireless router is assigning an IP configuration to the laptop, which it probably is, make sure that it is not assigning a default gateway for the wifi interface. If …

Member Avatar for JorgeM
0
264
Member Avatar for fredrick Mweene

Have you checked the Dell Support site? I wouldnt recommend that you download drivers from an untrusted site. That's a great way to get a root kit installed on your system.

Member Avatar for CimmerianX
0
191
Member Avatar for ashimayub

We would need to know what the IP configuration looks like for both the wifi and LAN adapter.

Member Avatar for CimmerianX
0
421
Member Avatar for Farhad.idrees

@Farhad.idrees- Can you clarify what you are trying to do? It is not clear to me based on your description so far. Do you want to have a footer remain at the bottom of the display regardless of the content and have this footer remain in place without moving even …

Member Avatar for JorgeM
0
142
Member Avatar for abhi10kumar

I would suggest that you consider running one host operating system, then install a virtualization App such as Virtual Box. Finally run the other target operating systems as guest virtual machines. This config simplifies the installation of all of the operating systems, and also allows you to run multiple operating …

Member Avatar for JorgeM
0
177
Member Avatar for PHIPH

If you are unable to boot and sucessfully login via Safe Mode, the next option is to boot from the Windows CD media as suggested by LastMitch. You could try a system recovery. If that doesnt work, I personally would not waste too much time with this if you have …

Member Avatar for Andy456
0
98
Member Avatar for Farhad.idrees

Is it possible that your if..else is always just resulting in the last else block and that's why it's submitting? You can put in some console.log()s to check the values?

Member Avatar for radhakrishna.p
0
113
Member Avatar for dadquacker

For a ten year old just starting off, I'd recommend Microsoft's **Small Basic**. I havent seen any other platforms that get much simplier than this. http://msdn.microsoft.com/en-us/beginner/ff384126.aspx You can actually create a very simple game. Take a look at the documentation.

Member Avatar for ToddRLittleton
0
293
Member Avatar for matildacheng

@matildacheng-- If you are still having issues between the HTML page and PHP code, keep in mind that when you call the PHP page from a browser, the web server returns HTML code, not PHP. So, you can easily connect to both pages, and in your browser, right click and …

Member Avatar for matildacheng
0
573
Member Avatar for anisha.silva

This is jQuery. You can add this code at the bottom of your .aspx page just before the closing <`/body>` tag within a set of `<script>` tags. However, if you include jQuery, you need to reference the jQuery library, typically in your `<head>` element, just before the closing `</head>` tag. …

Member Avatar for prashant9928
0
2K
Member Avatar for luke.belleghem

Are you set on actually storing the images in your database? have you considered, saving the images to the file system and storing the location of the image in your database instead? Each approach does have its own advantages.

Member Avatar for luke.belleghem
0
203
Member Avatar for TheOtherDani
Member Avatar for Djmann1013
Member Avatar for JorgeM
0
83
Member Avatar for np complete
Member Avatar for inthespotlite82

Hello Joe- let's start with the first issue. DNS can of map a host name to a URL. Creating Ruth's host record or cname record that points to the web server is correct. Then, on the web server, you can make the web sites home directory map to that home …

Member Avatar for JorgeM
0
800
Member Avatar for JorgeM

What has been your favorite job so far? It doesn't have to be related to IT. For me it has been a part time teaching job that I did at a local college for ten years teaching computer repair and networking. I'd do it for free. If you are a …

Member Avatar for <M/>
4
522
Member Avatar for ujjwale

I think they are all about the same. AVG, Avast, etc. Keep in mind that keeping your computer secure requires layers of security. You may also want to install some type of URL filtering component to make sure you dont visit sites that have been flagged as malicious, dont open …

Member Avatar for caperjack
0
285
Member Avatar for biswa2ray
Member Avatar for JorgeM
0
203
Member Avatar for onix

>then I disconnected its hdd and installed windows 7 ultimate on it using a different computer. After a successful installation of win 7 I connected the hdd to its original system unit but it could not load the OS instead Moving hard drives between computers doesnt always result in the …

Member Avatar for JorgeM
0
158
Member Avatar for varcity515
Member Avatar for php_noob

So there are a few ways you can do this but it sounds like you want to open a modal pop-up. There are quite a bit of examples on line. Without more information about your site, its really hard to advise you.

Member Avatar for php_noob
0
362
Member Avatar for satimis

I am not sure that I understand. In teh example you provided, you are showing an image for the hyperlink. Isnt that what you are asking you want to do...show an image that when clicked will take you to the target URL (html button)? or do you want to use …

Member Avatar for satimis
0
211
Member Avatar for code739
Member Avatar for code739
0
561
Member Avatar for sigit_p

@sigit_p, you are getting the "broken link" icon because of the image element you have as content for the hyperlink: `src="'.$imglink['file'].` Based on your code, this is not a source for an image.

Member Avatar for JorgeM
0
204
Member Avatar for windowsserver

Code concepts and services are generally the same. However the 2012 interface is very different. If you are interested in learning about 2012, you should download a trial copy, get familiar until you can get a good 2012 book. You can use a 2008 book for the concepts.

Member Avatar for JorgeM
0
187
Member Avatar for akin47
Member Avatar for php_noob

If you don't have ads disabled in your profile, the display will dim when you hover over an ad.

Member Avatar for Dani
0
86
Member Avatar for naphets

The link in the first example is for a image. So you can assign that to the source of an image element. However, look closely at the URL for the second example. It points to a page (PHP), not an image.

Member Avatar for AleMonteiro
0
123
Member Avatar for ahhjay.cakya

Be careful with these types of link share programs as some of them may violate the terms and conditions that you may have if you are doing advertising on your sites. I am not familiar with this link posted in this thread, but just be educated before you try to …

Member Avatar for JorgeM
0
104

The End.