- 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
1,317 Posted Topics
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 … |
| |
Re: if you have two <?PHP commands at the start as shown, get rid of one of them and see what you get. | |
Re: Maybe doing it with PHP isn't the easiest / best way to do it. You can create editable pdf files with the full Adobe package. [Click Here](http://helpx.adobe.com/acrobat/kb/create-fillable-pdf-forms-acrobat.html). This is supposed to work online. The (free) reader can accept input to form fields but won't save them. That may still be … | |
The scenario is like this: * I am using a CMS that uses FCKEditor (that's what came with it not CKEditor). * I use this CMS a lot, I'm pretty familiar with it and I have never had a problem on my machine or anyone else's using the Admin facility … | |
Re: [Click Here](http://codecanyon.net/item/php-ffmpeg-video-converter/124123) for an $8 solution. | |
As some of you may already know, there are significant health risks that can result from too much sitting. Research shows that it can contribute to weight gain, cardiovascular disease and cancer. This is different from the effects of a lack of exercise. Even if you exercise once a day, … | |
Re: [Click Here](http://www.quackit.com/javascript/tutorial/javascript_date_and_time.cfm) It could be passed to PHP as a parm on a php program link. ![]() | |
Re: [Click Here](http://stackoverflow.com/questions/12783477/creating-pdf-thumbnail-in-php-and-caching-it) | |
Re: In case server2go doesn't work out, here are a couple of others: I managed to use mini-PHP Studio successfully in the past but it took some experimenting. This is probably PHP 4 only. [URL="http://www.exvision.net/miniphp/"]http://www.exvision.net/miniphp/[/URL] Never used this one. It doesn't support PHP 5. [URL="http://www.bambalam.se/bamcompile/"]http://www.bambalam.se/bamcompile/[/URL] | |
| |
Re: **HP** I don't trust HP. Had one and it broke down after a couple of years because of overheating. This was a widespread problem but no help from HP. **Dell** Limited experience with these. My son had one that had a serious overheating problem. **Toshiba**'s reputation (as per the example … | |
Re: It looks as if someone has already done this: [Click Here](http://50.22.22.156/crossroad/designed/connect.aspx?AppCode=1005) They used something called "[Cloud It Up](http://www.clouditup.com/)" to convert Open Office to an online version. These aren't free and PHP probably doesn't really come into. Doing something in PHP probably means re-creating Open Office using PHP and that would … ![]() | |
Re: There is a certain amount of natural ability and interest required. Not everyone is suited for this type of work. If you take some courses or do some learning on your own, you will start to see if it comes to you easily and if you enjoy doing it. If … | |
Re: I tried mini PHP Studio, one of the programs designed to do desktop PHP. It worked but it wasn't really a serious development environment that you'd want to invest a lot of effort into. If your real question is "can I use my PHP coding skills for a desktop app" … ![]() | |
Re: If you don't need to do it very often, just do it manually using PHPMyAdmin. | |
Re: Cell phone companies in North America provide an email address format that you can use to send an SMS message. This is outgoing only and will probably have a limit on how many can be sent per day. You have to know who the carrier is to know the email … | |
Re: In my experience, it's more effective scraping content (especially when it's complex) using a local program rather than PHP. This gives you the same vantage point as a user sitting in front of a browser so you see everything regardless of what technology was used to put it there. I … | |
Re: Amadeus is a high-cost commercial system. They provide consulting to those who want to integrate with their system. Why aren't you addressing your question directly to them? [Click Here](http://www.amadeus.com/web/amadeus/en_1A-corporate/Amadeus-Home/Information-for/IT-professionals/1319560217116-Page-AMAD_ProfileInfoPpal) | |
Re: This is probably the correct link: http://www.nytimes.com/2014/01/05/magazine/who-made-that-nigerian-scam.html?_r=0 | |
Re: Building your own SMS Gateway would be a pretty challenging task. Using the API for an existing SMS Gateway to send and receive SMS messages is pretty easy to do. I have used Twilio and I was able to get it running quite quickly. | |
Re: You could create a temporary table (using PHP) to combine the data from the other tables and then export that using PHPMyAdmin. You can also create a report putting the data into an HTML table and then write that to excel (if you want to avoid the manual intervention). |
The End.