5,277 Posted Topics
Re: I dont have experience with storing images in a DB, but the first question is are you sure that you want to go down this path? Depending on the number images, your database will grow quite large. Is there a reason not to simply store the path to the image … | |
Re: Is the PC booting, you are seeing the motherboard logo on the screen during POST? | |
Re: It's always better to style all of your elements in a style sheet, but just to give you a quick answer, to style the paragraph element using an inline style..add.. id="cdown" style="font-size:value" Value van be in em,px,pt for example. 2em or 36px | |
Re: First, no need to type in all caps. That annoys most people. It has a semantic meaning of shouting. So, what you should do is from another computer, download some anti-malware software such as malwarebytes and/or hitman pro. Boot this infected PC in safe mode and copy the software over … | |
Re: glad to hear. and good job posting the update so that others with a similar problem can benefit. | |
Re: You can reference your and use c# code within your aspx page as well. The code-behind option was introduced with asp.net but if your are familiar with classic asp you will remember that code is placed in the same page between these tags <% %>, just like in PHP <? … | |
Re: So are you saying that you cannot access the resource from within your LAN? Can you get to it from a remote network? If this resource is within your LAN using a private IP behind your router's public IP address, it is common for consumer based routers not to be … | |
Re: I suspect it is because of the '@' symbol. I beleive that this is a special character since asp.net uses this character for the parameter names. | |
Re: Can you be more specific about what you mean with regard to "website value"? If you mean change content of a web page, you need to find out where the page is being hosted. Connect to it via FTP, grab the file, make modifications, and re-upload to the hosting provider. … | |
Re: Can you provide the URL to this site or sample code? | |
![]() | Re: The alt tab is also useful for supplying search engine spiders with information about what the image file represents. What exactly are you trying to accomplish with this text? ![]() |
Re: I'm not I front of a PC at the moment by you simply need to have the image element within your template field and use eval instead of bind on the field name that stores the path. You can also do this on the GUI if you click on edit … | |
Re: There is no Microsoft supported way to retrieve a password or change a password in Windows when the password has been forgotten without a password reset disk. You will have to search online for password reset tools. There are many to download for free. These tools are generally packaged in … | |
Re: I don't see that field listed in your SQL insert statement. | |
Re: This sounds like a school project. There's quite a bit of info that is needed to be able to provide a simple, one line answer. In addition, I doubt that anyone on this forum is going to do this project for you. What have you done so far and what … | |
Re: So the link that caperjack provided refers to an article that is a bit dated. However, the process is relatively the same. In Windows 2000 and later systems, the three required components that need to be bound to your network interface card are there by default (Client for Microsoft Networks, … | |
Re: So, think about how you are blocking access to the Internet. For example, if you are requiring that your browsers simply configure their configuration to point to a proxy, are you still allowing traffic out through your Internet connection from other systems other than the proxy? To clarify, what I … | |
Re: The vertical-align property can be applied to the image, not the span elements. In addition, if you want to center it in the page, you can wrap this with a div and apply the text-align:center property. <div style="text-align:center;"> <img src="#" alt="loader" style="vertical-align:middle;" /> Title here </div> | |
Re: haha...that is what came to mind as well for me. I used to watch that show as a kid. | |
![]() | Re: Any giveaways for the 1 millionth member? Maybe "I'm the 1 millionth member" tag for their profile... |
Re: I would recommend that you focus on getting the slowest components of your system upgraded. For example, the secondary storage (hard drives) are really what makes your computer slow. You can spend top dollar on CPUs but if you have slow performing storage, you are going to get the value … | |
Re: So the intelligense you are referring to is just Ajax. You'd have to build this in a way where you are performing the lookup for each indivual word typed rather than the full string in the input element. | |
| |
Re: Where is your Ajax code? | |
Re: If the width of the pictures is less than the width of the div and you dont have any other styles in place for your images such as "display:block", then they should line up next to each other. | |
Re: Any server side code such as PHP or ASP.NET? If so, store the results of the age in a session variable so you can carry the value from one page to another. | |
Re: Read about some of the infrastructure that they use: https://developers.facebook.com/opensource/ > Apache Hive is data warehouse infrastructure built on top of Hadoop that provides tools to enable easy data summarization, adhoc querying and analysis of large datasets. | |
Re: how about a forum? or, a service ticketing system with work flow. | |
Re: do you have another application running on that server listening on port 80..maybe another web application such as apache? | |
Re: So, you may need to move away from jet 4.0 if you are trying to connect to Access 2007/2010 and/or 64bit versions. Read more information here..If needed, you can download the newer version of the OLEDB drivers: http://blogs.msdn.com/b/psssql/archive/2010/01/21/how-to-get-a-x64-version-of-jet.aspx It can also be a "permissions" issue on the file as well. | |
Re: If you add a gridview control to your page and attach a datasource that has the select, and at least the update statements included, you will be able to enable editing for the gridview. Once you do that, you will see an edit button next to each row in the … | |
Re: Why did you post wow? In any case, you have options. Yes, HTML audio element is one but is not supported by <= IE8. One option that only depends on JavaScript is the Yahoo WebPlayer. Take a look: http://webplayer.yahoo.com/ Easy to integrate in your web docs. | |
Re: So I know zero about PHP, but if you wanted to include styling in your email, couldn't you just include the HTML code as you build the message? For example '$message = "<HTML tag>" . "text" . $var' You can build an entire HTML page in this manner. | |
Re: What exactly do you mean by pc board? Do you mean the laptop opened up and the motherboard fell out? If there are damaged parts, which it sounds like there are, reloading windows isnt going to solve your problem. Did you try shutting down the computer, restarting? Any other messages … | |
Re: To center a div, simply apply a width and margin property in yor style sheet. For example: '#wrapper {width:1000px;margin:0px auto;}' Once you set a width and instruct the browser to auto set the left and right margin, it will center horizontally. I do not recommend the use of the center … | |
Re: Your internet provider? Then why not just drop them and go with another provider? Never heard of a provider filtering content. A way around, if they are allowing the traffic is to sign up for a VPN service that provide you with web surfing access. | |
Re: By the looks of your activity, you've been gone for a while. welcome back. I am "post-fancy bling" so I cant relate... | |
Re: You need some help with server side scripting to pass, read, store, and manipulate the data. | |
Re: Are you asking if you should use 4.0 instead of 2.0? Well, the web server needs to support the framework. So, if it does and you want additional controls, then sure, I would. | |
Re: There's no such thing as a free version of Windows, other than a trial copy that you can download directly from Microsoft's website. Even if you have a legitimate copy of Windows that you copied, it is not a legal copy unless you pay for the license. | |
Re: Here you go... select id, empid from dbo.partha group by id, empid having COUNT(id) > 1 | |
Re: This looks like some type of homework question. Why dont you give it a try first and then ask for some help if you get stuck on a concept. Here is some information you can read over to learn about subnetting: [CIDR and Subnetting](http://www.itgeared.com/articles/1347-cidr-and-subnetting-tutorial/) Also, there are plenty of online … | |
Re: If you share the same javascript code among multiple pages, you should move your javascript code to an external file. For one, it will be easier to manage in the event that you need to make a change. And secondly, it keeps your HTML code organized and easy to read. | |
Re: Maybe there is a problem in your banner.js file or syntax error in your code referencing it? Or the jQuery version you are using is an older release. Are you sure that what you are trying to do is supported in that release? | |
Re: In addition, make sure you disable the dhcp service and wireless. Your organization's network team isn't going to appreciate it very much when your device issues IP leases to other network hosts on the LAN. | |
Re: I am not familiar with Tomcat, but how would they copy the files off? Make sure that you do not allow "directory browsing"- not sure what that would be called in Tomcat. Do you have any other services running that could expose the file system? | |
Re: Just to clarify for Tomas because he mentioned both JavaScript and Java in his question.. They are not the same technology although many that are just getting into the web field may not be aware of that. For starters, you definately want to get your HTML and CSS foundation. That's … | |
Re: How where you informed that you could no longer purchase these certificates? I am not an expert in the cert services field, but how would they know that the certificate is being applied to a resource that is on the intranet rather than the internet? Is it because you are … | |
Re: there are some workarounds if you do a search, Im sure you'll find some options. however, i dont recommend that you bother with it. as a note, there is no DOS in win7, its just a plain command prompt that looks like DOS. | |
Re: Hello, copied your code and did the following: 1) I downloaded the required files from the jQuery UI site: http://jqueryui.com/demos/tabs/ 2) created a Master page, then a new page based on the master. 3) I added the required Div elements that were missing from your code. Herer is a working … |
The End.