- Strength to Increase Rep
- +14
- Strength to Decrease Rep
- -3
- Upvotes Received
- 207
- Posts with Upvotes
- 178
- Upvoting Members
- 120
- Downvotes Received
- 14
- Posts with Downvotes
- 14
- Downvoting Members
- 11
- PC Specs
- Asus K60IJ Win 7 64 bit
Re: The sentence "The quick brown fox jumps over a lazy dog." uses every letter of the alphabet! | |
| |
Re: This seems like pretty good work. I downloaded a copy and I'm going to take a closer look. None-the-less, this seems like a pretty cheap attempt to latch onto a thread that was started in 2006 in order to get some promotion for your product. | |
Re: I worked on maintaining very large mainframe systems written by others and I have developed some pretty large (PHP) systems myself. I have also dabbled in adapting and changing quite a few open source (PHP) systems. Generally, there was very little program-level documentation so what you have is the code … | |
Re: It looks like this Zend facility has the ability to convert .doc to .pdf. That way, you could display it as a PDF: [URL="http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/"]http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/[/URL] | |
Re: This comes up on a fairly regular basis and I don't think that anyone has identified a really good solution. There are one or two (PHP) programs that attempt to convert from Doc to text but they aren't 100% accurate. It can be done with COM but that doesn't help … | |
Re: I haven't used any of them but there seem to be a lot of options. [Click Here](https://www.google.ca/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=audio%20file%20to%20text) | |
Re: I used to visit Daniweb daily. The old format worked for me. I could quickly see what had been posted in the few forums that I normally visited and decide to read some of the posts or get back out. Since the new format was introduced, I feel that there … | |
Re: I don't see how that will help since it is intended to convert Tiff to JPG/GIF not PDF to JPG/GIF. This might help [URL="http://forums.digitalpoint.com/showthread.php?t=230074"]http://forums.digitalpoint.com/showthread.php?t=230074[/URL] | |
| Re: The situation in the UK with "countries" within a "country" is pretty unique but the end result may not be that different from other countries with states or provinces. People in a small state or province have fewer representatives overall than a large one and may feel that they don't … |
Re: http://stackoverflow.com/questions/5398674/get-users-current-location-in-php http://stackoverflow.com/questions/15017854/geolocation-without-requesting-permission | |
Re: There are a number of JS libraries that provide plugins that are pretty easy to use. JQuery is probably the most popular. There are many, many image sliders (JQuery and others) and it is relatively easy to embed the calling code in a PHP program. You shouldn't need any help … | |
Re: It would be a bit unusual to do it this way but you would probably have to link to the html module (from the PHP module) with the variable as a command line parm ( module.html?parm=xxx) and then handle the variable with Javascript. [Click Here](http://stackoverflow.com/questions/3724106/how-to-exchange-variables-between-two-html-pages) | |
Re: http://stackoverflow.com/questions/9518092/javascript-how-to-get-the-name-of-the-current-user | |
Re: 1. Do you really need the snapshot? If you have the URL, you can display the actual page any time you need it in an iframe. 2. I have never used imagegrabwindow but it has limitations and issues that you may not want to live with. [Link](http://stackoverflow.com/questions/1540546/php-imagegrabwindow-gd-library-returns-only-black-images). 2. There are … | |
Re: I have successfully used a number of these approaches: * Using PHPMyAdmin to import a csv file is pretty quick and simple. You will want to drop the header from the CSV file and you need to specify that the field separator is a comma (in PHPMyAdmin). * You can … | |
Re: I don't know if you can find any numbers but I think that you'll find that the government and big (conservative) companies probably prefer ASP.net because they feel more comfortable dealing with big companies like IBM and Microsoft and they don't necessarily trust free / open source systems. The start-ups … | |
Re: [URL="http://www.psd2html.com/"]http://www.psd2html.com/[/URL] | |
Re: This might be helpful [URL="http://www.timshowers.com/2008/08/php-geocoding-tutorial-with-the-google-maps-api-part-one/"]http://www.timshowers.com/2008/08/php-geocoding-tutorial-with-the-google-maps-api-part-one/[/URL] | |
Re: This one ([URL="http://rlib.sicompos.com/"]RLib[/URL]) is free. There are others that you'll have to pay for and you may find some other free ones with a search. If you end up creating your own reports, then see my PHP help page (link in signature line below) for info on crating Excel and … | |
Re: This topic comes up on a very regular basis. Some of the confusion on this is that the availability of free services depends on where you are and which Carrier you need to send to. This service is at the discretion of the Carriers and they don't seem to publish … | |
Re: The Word Convert Class does a good job of converting to the different formats that Word can produce (including txt and htm). [URL="http://www.weberdev.com/get_example-3211.html"]http://www.weberdev.com/get_example-3211.html[/URL] | |
Re: You'd probably want to use a session variable, that is set when a post is done (with the unix time stamp). On every post, check if these are set and if the time difference is less than 1 minute, then take whatever alternative action (a message?) that you want to … | |
Re: From "Read this Before Posting a Question" (abbreviated): * Engage your brain! * Search the PHP manual. * Search the forum. * Search the web. | |
Re: You may want to look at [URL="http://www.boonex.com"]Dolphin[/URL]. The Free version may not have everything you want but you have the option of paying to get more. | |
Re: On the third try (that fails), save the date / time / timestamp when he gets re-activated into the DB. Always check this field when someone tries to login. If the time is still in the future, then reject the login. If there is one and the time has passed, … | |
Re: I changed the -250 to 250. I used my own image. I can see it and I can hover over it and click on it (but obviously nothing happens when I click it). | |
| Re: 3 Toyota Camrys: 2000, 2006 (Solara 2 door) and 2010 Hybrid. All very reliable. Hybrid gets pretty good gas mileage for a fairly large car (35+ mpg in the summer). It has a lot of technology in it but Toyota engineers did a really good job so it doesn't break … |
|