131 Posted Topics
Re: First, I would give all your Divs a unique id, and the easy/tedious way of doing this would be to list every div you want hidden, and set them to hidden using javascript, then set the visibility of the ones you want shown. Create one function that hides all of … | |
Right now we're having an issue with SQL, it's currently using 1.7GB of memory, and with the size and usage of our application, this isn't always enough. The server it's on is a 32 bit Windows Server 2003 Enterprise Edition, with 15.9GB of RAM. Is there any way to break … | |
Re: I used this on the adjacent column in excel to generate my insert commands. the phone number needed reformatting for SQL, and I needed to test the characters to determine type. After you put this in the top cell of the adjacent column, you can fill down, provided all data … | |
Anyone have any recommendations for a source or version control software for team development that isn't visual source safe(my boss hates it with passion). We're currently looking into Team Foundation Server 2010, I know it's the replacement for VSS, but my boss doesn't know that, yet... Any other recommendations that … | |
Re: It may be an IIS configuration issue, IIS handles the networking aspect for ASP.NET, I'm not sure what exactly the solution would be, but that's where I would look first. | |
Re: Nope, because I think that Pdfs can't contain video, or at least they couldn't last I checked. It is possible to convert video to the iPad's format .mp4 for view directly on the device. | |
Re: I'm currently working on 4, using the book for 70-515. There are quite a few differences between 3.5 and 4, but from my experiences, most people assume that if you know 4, then you know 3.5 already too. My company only use 2.0 still, and we're trying to convince the … | |
Re: From my experience, if you find a way that works, go with it until it quits working. Then worry about fixing it. It's not a bad thing to want to do things the "right" way, just be careful not to create too much work for yourself. | |
Re: When determining profitability, you need to take into account several things, how much overhead there is on the dealer side, how much the dealer pays for the vehicle, and how much customer pays the dealer for the vehicle. Estimates would show this: What dealer pays (a), what customer pays (b), … | |
Re: You could try using JavaScript to grab the (X,Y) coordinates of the mouse cursor at the time the user clicked on the row, then set your properties relative to that point. | |
Re: Make sure the z-Index of the banner is less than that of the menu. | |
Re: A potential solution to your problem that I've seen some websites do is to do a browser check, and if it's a browser you know it won't work it, then disable the page, and put up a prompt telling the user to use a different browser. Most common form I've … | |
Re: Try using Server.MapPath, especially if you're in a hosted environment. If you're not hosted, and running on a machine that you have admin rights to, you can create a shared directory, and connected to it using a hard coded absolute path to it's UNC path. (Ex. "\\ServerName\SharedDirectory" | |
Re: I am unaware of any version control software that keeps track of database items. Being as stored procedures are compiled, I would say it's nearly impossible. You could however, keep track of your scripts to create stored procedures in each of your apps and list them as being part of … | |
Re: If you want to limit your audience to windows users, then a client side app would be the way to go. Otherwise ASP.NET with either an XML or SQL data store. For front end, you could do a Silverlight app that connects to ASP.NET web-service for data, or package the … | |
I have a large folder of word 2003 files (200+). I need a way to make sure that every file ends with the exact same characters. Some of these files already end with this characters so I cannot duplicate the ending. What I need is that every file, after it's … | |
Re: It's labeled c# but on codeplex there is a facebook sdk for .NET however it does have a few steep usage requirements. | |
I'm designing my own custom case that will have all air inside the case being filtered. Does anyone know where to get a high powered fan that generates as little noise and static charge in the air as possible? After completion I'll share all specifications and pictures with whoever is … | |
Re: That's the first time I've seen CSS code split up by property, instead of by object. Another thing to look at with layouts like this is the clear property. [CODE] #header,#footer {width:100%; clear:both;} [/CODE] This will force the headers and footers to be on a line by themselves. Anything before … | |
Re: If you can create users through your app, why do you need the admin tool? Me personally, I don't much care for the Admin tool, and just made my own pages within my sites to maintain users. 4 Guys from Rolla has a really neat tutorial for an Admin logging … | |
Re: Looking at your site, one way you could optimize would be to transition away from using tables as extensively as you are. If you use Div tags with the Float and clear css properties set correctly, you can gain the same effect. Removing redundant code would help too. I would … | |
Re: Does this mean we may be seeing more SSD-HDD hybrids on the market? | |
Re: First and foremost, I loved the article, I don't get to see much good Apple press around anymore. Second, to all the Apple haters, you have opinions, as does everyone else. If you're going to speak negatively about a product or company, please, I beg of you, base you speech … | |
Re: May I ask why you're changing hosting companies? Does the web developer host locally, or is everything done with an external company? | |
Re: Traditionally, I've always used the document.getElementById('Element ID') method of retrieving a value from a text box. Then I would test to see what was put in that box, and if I didn't like it, throw up an alert and clear the box out, then set focus to said box. You … | |
In an effort to give back to the community, I'd like to start writing tutorials. I'm just not sure what topics to start with, or what topics are generally needed. I'd rather not duplicate a topic already covered on other tutorial sites, but I know I could put a different … | |
I have a suggestion for marking threads as solved. This may be available already, but I don't know how on here to do it. If we could mark a specific response to a thread as the solution, I think that will help people find answers to common questions a little … | |
Re: If you already know the HTML to play the wav file, you can insert a literal string containing hard coded HTML, and just concatenate your variable in containing the path to the wav file. If you wrap the whole thing in a AJAX update panel, you can achieve an almost … | |
Re: What server side technology are you wanting to use? There are several tutorials out there for ASP.NET. The MSDN blogs have one that I've used in the past. | |
Re: Free CKEditor my company uses it, though we abbreviate it lovingly "fcked" But it works nicely for what we're doing, which is working with Word documents. | |
Re: Also, you could wrap all your text in <p></p> tags, as they automatically get a newline between them and any other objects. When I've done things like this, I set up an HTML template via code, and just input variables into the template, then sent it. | |
Re: The likelihood that you would be able to actually take an existing idea on the net, and create a new service or company to compete with the existing giants is highly improbably. Not saying impossible. Now, if you were to have a new, never been done before idea, that a … | |
Re: If all your values are present at form load, then you don't need to do this in code behind. just set the url on the link on your .aspx page to being ./product_details.aspx?CategoryID=<%= (Convert.ToInt32(Request.QueryString["CategoryID"])).ToString() %>&SubcatID=<%= (Convert.ToInt32(Request.QueryString["SubcatID"])).ToString() %>&product_id=<%= (Convert.ToInt32(Request.QueryString["PRODUCT ID TOGO HERE"])).ToString() %> | |
I need help troubleshooting a performance issue. I have a stored procedure that is selecting from 3 joined tables, and is hanging on the first time this procedure is running. Sometimes hanging so long that I get a timeout error. After the first run, it's faster, but still takes longer … | |
Re: Find a project or create a project that relates to your field that you are interested in, and work on it. I've graduated with a degree in Web, and a degree in software engineering. When I was in school I started working on a custom web application to help the … | |
I've been using DaniWeb off and on for a few years now, but this is the most active I've been with it. I realized today, that out of my numerous postings and replies, I've not yet introduced myself. I go by Fortinbra everywhere I can online. Even my PSN(playstation network … | |
Re: Which version of Vista are you running? Side Question, Windows 7 has been out for over a year now, why are you using Vista? | |
Re: This can be done relatively simply using JavaScript and CSS. As far as the differences, I would define them as follows: Slideshow would take up a majority of the viewable page, and automatically transition from image to image on a set timer. A gallery would allow you to view multiple … | |
Re: I've seen a need for something like this for awhile, and I bet there are plenty of programmers on here that would be willing to take a crack at making a custom app to do this. Actually, I'd be willing to do it, even make it open source. Dropbox does … | |
In the last few years, a number of new technologies have popped up, died, shifted, etc. DaniWeb here has kept up with the changes, and I am grateful. There is a new technology though that has, to my surprise, actually taken off, and is making a name for itself. I … | |
Re: Do you have any side projects or ways to donate your time? While I was in college, I volunteered with the high school marching band for the high school I graduated from, building a complete management web application for them. I asked the band director to write me a letter … | |
I'm curious. I've been taught when is the proper time for XML, and when it's better to use SQL. I know what the text book says about it, what does the IT real world say about it? When would you use SQL vs. using XML? | |
Re: In your web.config file, keep two different connection strings stored, then just change which one is being used based off of your environment. At work, we have 3 tiers to publishing our sites, development, pre-production, and production. Each one has it's own database server, so we simply keep 3 connections … | |
Re: The div tag that you want centered need to have a defined width, then set the margins to auto. I would surround your two divs that you want centered, give this new div a definite width (no percentages), then sit it's margins to auto. OR if you're not concerned with … | |
I'm having an issue where my ASP.NET application stops returning search results, feigning a javascript AJAX error. The search functionality works 99% of the time. When investigating the problem on the server, IIS appears to be working just fine, but when I look at the log files, they are dated … | |
Re: Don't forget that the machine.config file exists, which is your global config for .NET, most commonly referenced in ASP.NET literature, as the global settings used in IIS for ALL ASP.NET apps on that server. The only time you ever really want to alter this file is if your running on … | |
Re: Make sure your accessing the data in the correct column, gridviews will often contain extra, empty and unused columns that don't get rendered on the browser. | |
I have an existing application that sends a word document to the browser via a UNC file path and uses JavaScript to simply open a new browser window using said path. This doesn't work in Word 2010, because of a change in the method used by Word to open the … | |
Re: What you have as an example would theoretically work, you just need to change the permission on the method. Instead of Public, make it private or protected. | |
Re: Is your windows user account an administrator account? from what I see, it's saying you don't have the proper user permissions. your windows account isn't setup as your sqlexpress admin, or it's not setup as a user in SQL at all. You can try using the sa account, or try … |
The End.