I have a DB of names (100 - 1000s) and I want to cycle through each name and determine if the name is in the string I am searching. I have the names broken up into first and last and I thought about...
I have a details view where I have a date textbox and a time textbox. I am using a dataset to insert and update to the database. I need to combine the date and time textboxes to a single parameter to...
I am using MSSQLs built in full-text search to create a search engine for a particular part of a website. I am breaking apart each search term into individual terms and querying the DB against each...
I am interested in building a lead generation app which launches when a user attempts to download a pdf brochure from my site. Does anyone have any thoughts on a way to accomplish this or an example...
I found a function which will encrypt and decrypt a string, however, it uses all ascii values. I need it to only allow a-z, 0-9 and A-Z. The function is below. I am not locked into this function, so...
I am trying to research ways to be able to manipulate audio files on a web server. As a basic example I would like to take one audio file and combine it with another audio file to make...
I am in the beginning stages of working on an idea I have had for a while. To even start moving forward with this idea, I need to know if there are audio mixing programs which can be...
I have had a website idea for a while now, but haven't had to time to take the project on. I now have thankfully more time to devote to my own projects. I believe that my website could be profitable,...
I have had a few ideas for some cool projects, but have no idea if the functionality is even available. Is it possible to get an uploaded audio file (wav, mp3, etc) pull it in server side and overlay...
I have gotten Google Maps to work by itself. But when I insert it into my page the map stops loading on a PNG that Google is trying to load. I know the problem is the fact that I have...
I can't get my container to extend down with the content section of my page. I am pretty sure it is because of the floats which are in my content. I read that FF doesn't recognize the <br> tags. Any...
Can anyone point me in the direction of how to do a cool menu effect like the site www.big-cedar.com has done. I tried to take a look at the js code but couldn't really come up with anything. It also...
I am trying to create an image map of the USA. The problem I am having is the buttons that I am creating for the mouseover effect are spreading over to the other states. The states I have been on...
I was applying some css styles to the image. For example, padding 10px. This was causing the image to stretch 10 pixels. However, if I use margin, it will not stretch the image. Thanks for the help.
I saved a lot of my images I used for my website as png, because I felt it supported the shadow effects and transparent backgrounds a lot better than gif did. I use firefox and occationally IE7, but...
I found this pretty good looking site, www.big-cedar.com, that has a great flash presentation with a horizontal menu above. The drop down has a transparent effect over that the flash, and the biggest...
http://www.menofmurdough.com/websites/horizons/index3.html. There is a very basic look of how I would like it. It took be a while to get the top menu to function like that. I just need to do some...
I have been trying to get a drop down menu to work for a site I am working on, but I can't get it to look the way I want it to. I have used examples from "A list Apart", "Dynamic Drive" and others...
I have a form that potential clients fill out and an email is sent to me. On the form I have multiple checkboxes. I can't figure out how to get the checkboxes information to send in the email. The...
I am now using the following to pass some variables into the scirpts. I have the title and the url working. But I cannot figure out how to pass the height and width. This is what I am working with...