5,277 Posted Topics

Member Avatar for vimit

Take a look at these tutorials on the IIS.net site that deal with streaming live video. http://www.iis.net/learn/media/live-smooth-streaming

Member Avatar for JorgeM
0
147
Member Avatar for nauticalmac

Do you have an example of a post where your code doesnt format properly?

Member Avatar for Ancient Dragon
0
313
Member Avatar for kal_crazy
Member Avatar for kelley82879

how about storing the URL info in an array, then use a loop to iterate through the array members, calling a function (passing the URL param) that executes the ajax process.

Member Avatar for kelley82879
0
1K
Member Avatar for orbar
Member Avatar for davy_yg

You can use the substr() method. echo substr($string, 0, 30); http://us2.php.net/substr

Member Avatar for davy_yg
0
302
Member Avatar for techman41973

I wish I would not have missed this thread, otherwise my recommendation would have been to bring up the new VPS in parallel, then simply cutover when the new VPS system was stable and validated, especially since you indicated that additional costs were not of concern. For anyone else reading …

Member Avatar for JorgeM
0
332
Member Avatar for lonrat

Take a look at this similar thread. It may have information you are looking for: http://www.daniweb.com/web-development/threads/466413/making-a-website-with-a-changing-backgroung

Member Avatar for nauticalmac
0
1K
Member Avatar for chrisschristou

Have you taken a look at the source code on the site you found that example on? I suspect its simply a label or span element above each input element.

Member Avatar for chrisschristou
0
165
Member Avatar for Deep Modi

>Help Me Fast, I am waiting for the answer Please...some patience... You've been a member for a few months now, you know that someone that has experience in the question you are asking will come around to help you as soon as possible. Posting that you need help really fast …

Member Avatar for Deep Modi
0
256
Member Avatar for Bhavish

Hello Bhavish, Your post is very broad and generic. If you are having trouble with a specific part of your web app, post your relevant code so we can help you. If you are asking for someone to develop the code for you, can try hiring a developer in the …

Member Avatar for M.Waqas Aslam
0
154
Member Avatar for Cindy_2

Your HP software, if installed, would help you easily locate HP printers on the network. As long as the laptop and printer are on the network, no USB cables are required.

Member Avatar for Cindy_2
0
230
Member Avatar for Linddha

Ajax is basically javascript code that allows for sending data to, and retrieveing data from a server without having to reload the page using the XMLHttpRequest object. JQuery is a javascript library that contains Ajax related methods making it easier to use.

Member Avatar for Troy III
0
334
Member Avatar for vladify
Member Avatar for jaejoong

What error are you encountering? Is login.aspx located on the root folder? Try... window.location.href("/Login.aspx")

Member Avatar for JorgeM
0
184
Member Avatar for pritaeas

Maybe a good feature request could be that when a thread is solved, the text changes to "#### marked the ..... solved."

Member Avatar for pritaeas
0
265
Member Avatar for mattyd
Member Avatar for el.maxim.st
Member Avatar for Mark_Miller

Hello and welcome. I don't see what you have described as a waste of time either. If anything, it has given you exposure and is helping you move towards your goals.

Member Avatar for mattyd
0
406
Member Avatar for terryds
Member Avatar for rizzo600

Make sure that in your BIOS, your SSD drive has a higher boot order than your HDD. Your removable media should have a higher boot order, such as 1. restart the computer with your OS media in your DVD drive. start the installation of the OS. When the time comes, …

Member Avatar for JorgeM
0
264
Member Avatar for subbudaita
Member Avatar for sushmaja.arumalla.9
0
212
Member Avatar for M.Waqas Aslam

Did you recently make a change to the CSS properties? Maybe the page is cached on the client side? Try clearing the cache... Does this happen on other PCs as well?

Member Avatar for David_30
0
164
Member Avatar for ArashVenus
Member Avatar for tony75

You simply need to parse the string. So for example... `Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36` In this string, you can tell that the user is running Windows 8.1 because "Windows NT 6.3" indicates that the OS is Windows 8.1

Member Avatar for tony75
0
203
Member Avatar for tqmd1

Are you attempting to replace the existing picture or place the new picture next to it?

Member Avatar for tqmd1
0
115
Member Avatar for <M/>

It would probably make sense for you to have two tables. Table 1 is there to define your products and the second table would be used to store quantities. The second table would also have a column that would be used as the foreign key. You build a relationship between …

Member Avatar for pritaeas
0
194
Member Avatar for lele_1
Member Avatar for sushmaja.arumalla.9

ASP.NET is going to take your asp.net code and generate the appropriate HTML code and sent back to the browser. When you open the page within the browser, right click on the page and select view source. Cut an paste the HTML code that was generated so we can see …

Member Avatar for M.Waqas Aslam
0
990
Member Avatar for <M/>

I had similar issues when I upgraded... Regarding scaling/zooming but the fuzziness you are describing sounds odd.

Member Avatar for <M/>
0
159
Member Avatar for <M/>

If you are getting some type of file locked related issue, try restarting the computer. Also, I am not familiar with xampp for windows but you don't have some type if uninstall executable or xampp lists in Program and Features as installed?

Member Avatar for JorgeM
0
896
Member Avatar for hassaanspide
Member Avatar for mussdroid
Member Avatar for fheppell

Take a look at spin.js. Ever since I came a cross that, I stopped using animated gifs. You can use jQuery onclick event on this button to start the spinner.

Member Avatar for fheppell
0
254
Member Avatar for Corey _1

No success booting to safe mode? Rather than trying to repair, have you attempted a clean install?

Member Avatar for mike_2000_17
0
503
Member Avatar for HeartVirusSC_1
Member Avatar for yavindu

Consider using a foreach loop. Example found: http://phppot.com/php/php-form-validation/

Member Avatar for diafol
0
109
Member Avatar for Hazuan Nazri

Visit the laptops manufacturer website. It sounds like the controller is not being recognized during set up. So for windows 7, you can supply the driver during setup to be able to access the storage devices on the controller.

Member Avatar for Hazuan Nazri
0
248
Member Avatar for geneh23

The typical anchor element would look something like this... <a herf="index.php">Home</a> What is happening on the home page that you need to know what page you are on? In other words, are you using a generic PHP page and generating content based upon some query string parameter? I'm not understanding …

Member Avatar for geneh23
0
256
Member Avatar for Markoson

Unless you have a password rescue disk, there really isnt a supported way to recover the password. There are quite a bit of third party tools that allow you to boot up (typically using a Linux based OS on CD or USB) and reset the administrator password. A quick search …

Member Avatar for antonyb
0
108
Member Avatar for diafol

That stinks. I haven't seen any mass problems with the Dec updates affecting PCs but these things do happen from time to time. If you've attributed this to a software change like updates, you should be able to do a system restore back to a restore point in time prior …

Member Avatar for Ancient Dragon
0
218
Member Avatar for nacedo

You can easily read from a file. Use [StreamReader.ReadLine](http://msdn.microsoft.com/en-us/library/system.io.streamreader.readline(v=vs.110).aspx). In your loop while reading, you can make a decision on which table to upload your data to. Since your pattern is predictable, you can use a variable to hold a count (counter) to make the decision on which table to …

Member Avatar for M.Waqas Aslam
0
298
Member Avatar for tqmd1

There's a working demo here on jsfiddle that you can take a look at and adapt to your needs. This allows you to display without actually uploading. http://jsfiddle.net/LvsYc/

Member Avatar for vani krishnan
0
119
Member Avatar for tqmd1

Your first issue is that you need to correct line #7. Change it to... `var email = document.getElementById("xemail").value;`

Member Avatar for Airshow
0
170
Member Avatar for JoaoParreira
Member Avatar for Gary_3
Member Avatar for Fr3aK
Member Avatar for Siberian

The flow of your sample code doesnt make sense..also, there's a window.prompt() method, but not a document.prompt() method that I'm aware of. What are you actually trying to accomplish? here is an example of how to use a while loop. var x = 0; while (x < 10) { document.write("The …

Member Avatar for Siberian
0
195
Member Avatar for Dani

I dont typically use the homepage either. I jump on the forum categories immediately. I do like that hiding the intro/fred for logged in members is a good idea.

Member Avatar for happygeek
1
828
Member Avatar for Shami80

The End.