-
Replied To a Post in Anyone Else Seeing DaniWeb Activity Dropping?
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 … -
Replied To a Post in Get user geolocation automatically and put in hyperlink
http://stackoverflow.com/questions/5398674/get-users-current-location-in-php http://stackoverflow.com/questions/15017854/geolocation-without-requesting-permission -
Replied To a Post in UK Elections 2015
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 … -
Replied To a Post in is it possible to retrive the values from .php to .html page?
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 … -
Replied To a Post in Java imageslider
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 … -
Replied To a Post in Random Facts
2014 Stats - Police Officers killed In The line of duty. This is from all causes, including auto accidents and heart attacks: * In 2014, [127 US Police Officers](https://www.odmp.org/search/year?year=2014) were … -
Replied To a Post in how to take screenshot of webpages
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 … -
Replied To a Post in Get currently logged in Windows user - Is it possible?
Resolved but not really solved! Other options could be to use the IP address or to install a local program that would start the browser and pass a (logged-in) user … -
Replied To a Post in Get currently logged in Windows user - Is it possible?
http://stackoverflow.com/questions/9518092/javascript-how-to-get-the-name-of-the-current-user -
Replied To a Post in Hare Psychopathy Checklist
http://bit.ly/1zKIW0a -
Replied To a Post in Post Submission Gap
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 … -
Replied To a Post in Link through image
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 … -
Replied To a Post in What vehicle do you drive?
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). … -
Replied To a Post in Install phpmyadmin on RHEL
[Click Here](http://bit.ly/1AaH0mT) -
Replied To a Post in Speech or Audio to Text Translation
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) -
Replied To a Post in how to sms to mobile phones from my web site.
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 … -
Replied To a Post in FCKEditor - WYSIWYG not working
Thanks, I'll have her try that site as a starting point. -
Edited FCKEditor - WYSIWYG not working
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 … -
Created FCKEditor - WYSIWYG not working
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 … -
Replied To a Post in convert video in flv format while uploading
[Click Here](http://codecanyon.net/item/php-ffmpeg-video-converter/124123) for an $8 solution. -
Edited Sitting and Staring - Health Problems & the 20-20 Rule
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 … -
Created Sitting and Staring - Health Problems & the 20-20 Rule
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 … -
Replied To a Post in Is it possible to get current Time from the local client PC in PHP
[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. -
Replied To a Post in server variables
[Link](http://lmgtfy.com/?q=php+_server) -
Replied To a Post in Show pdf file in web page
[Click Here](http://stackoverflow.com/questions/12783477/creating-pdf-thumbnail-in-php-and-caching-it) -
Replied To a Post in IT SEcurity pofessional looking for career change into web development
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 … -
Replied To a Post in Which laptop should I buy?
**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** … -
Replied To a Post in can we make desktop application with php??
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 … -
Replied To a Post in Upload excel file in mysql from php
If you don't need to do it very often, just do it manually using PHPMyAdmin. -
Replied To a Post in Develop PHP Platform that can house openoffice products
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 … -
Replied To a Post in Web Page Scraping
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 … -
Replied To a Post in Amadeus API Integration
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) -
Replied To a Post in edit PDF with PHP
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 … -
Replied To a Post in On Nigerian scammers
This is probably the correct link: http://www.nytimes.com/2014/01/05/magazine/who-made-that-nigerian-scam.html?_r=0 -
Replied To a Post in sms gateway
A free developer account only allows you to send to your own phone. -
Replied To a Post in Unable to export query result to excel, any idea how start with it please
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 … -
Replied To a Post in sms gateway
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 … -
Replied To a Post in How to create crystal report using php,mysql and wordpress?
[Click Here](http://stackoverflow.com/questions/747103/something-like-crystal-reports-for-php) -
Replied To a Post in Printing Mediawiki
A simpler way than printing might be to have a version that you can run on a local file server using a backup of the database. http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki -
Replied To a Post in Trip through the US
There is a larger "womb-to-tomb" picture that applies to all types of cars (and everything else as well). [This article](http://www.theguardian.com/environment/green-living-blog/2010/sep/23/carbon-footprint-new-car) talks about the difficulty (impossibility?) of getting the "all-in" picture. … -
Replied To a Post in Trip through the US
The longevity of the cars and the batteries depends to a significant degree on the make and model (and how well they are maintained). The Prius and Camry have both … -
Replied To a Post in Need a video or audio editor
If you're willing to pay $40 then [TrakAxPC](http://www.trakax.com/software/pc/) is your best deal. Audacity is the best free (Windows) audio editor. -
Replied To a Post in Trip through the US
This hybrid thing is off topic but I was interested in the comment about problems in extreme heat and cold because I am a Camry hybrid owner. From what I … -
Replied To a Post in HTML to PDF
You have fields within single quotes within the longer string that also uses single quotes. Simplest fix is to use double quotes on line 25 and 38. I don't see … -
Replied To a Post in Create Offline version of my web application
Some suggestions on this topic: [Click Here](http://stackoverflow.com/questions/12272302/how-to-build-a-php-mysql-application-that-works-offline) This is probably going to be more than a simple add-on to what you already have. You may not be able to justify … -
Replied To a Post in How do I manage PHP programming in larger projects?
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 … -
Replied To a Post in Random Facts
The sentence "The quick brown fox jumps over a lazy dog." uses every letter of the alphabet! -
Replied To a Post in SMS Gateway
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. … -
Replied To a Post in Who would you recommend for hosting?
You need to look at reliability and service as well as price and features. If you read enough reviews, you often find that unlimited often doesn't really mean unlimited (and … -
Replied To a Post in Can't find php_printer.dll anywhere
[Click Here](http://stackoverflow.com/questions/7916480/where-to-find-php-printer-dll)
The End.