Michael Posted June 2, 2013 Report Posted June 2, 2013 You know some sites which you can click on a button and you can use your microphone (Laptop, Phone) to talk and it will recognize it.. Well I believe this would be a good feature request for the future. MemoryX2 1
MemoryX2 Posted June 2, 2013 Report Posted June 2, 2013 You know some sites which you can click on a button and you can use your microphone (Laptop, Phone) to talk and it will recognize it.. Well I believe this would be a good feature request for the future. That would be pretty slick.. May be some time off in the future though
hostingDifferent-Scott Posted June 3, 2013 Report Posted June 3, 2013 It might be easiest to implement a sitewide google search as it already has this ability.
Scott Horsley Posted June 3, 2013 Report Posted June 3, 2013 It might be easiest to implement a sitewide google search as it already has this ability. Except that would require Google to have unfettered access to your Blesta instance.. Not sure that's cool. :| John 1
Michael Posted June 3, 2013 Author Report Posted June 3, 2013 Except that would require Google to have unfettered access to your Blesta instance.. Not sure that's cool. :| No it doesn't aha, that's like saying they have access to the other websites, mobile apps & forums.. http://cubicwebs.com.clearwebstats.com/ so Google has access to that website?
Michael Posted June 3, 2013 Author Report Posted June 3, 2013 It might be easiest to implement a sitewide google search as it already has this ability. But that's not where you can say what your looking for. If I wanted a client, I knew his name, I'd click that and say the name it's searched it instantly.
Scott Horsley Posted June 3, 2013 Report Posted June 3, 2013 so Google has access to that website? I'm obviously missing something here. So basically this about doing speech to text rather than having google do the search.
Michael Posted June 3, 2013 Author Report Posted June 3, 2013 Yes and after it will search it like clicking enter.
Paul Posted June 3, 2013 Report Posted June 3, 2013 I still feel awkward talking to Siri Infralliance 1
Michael Posted June 3, 2013 Author Report Posted June 3, 2013 I still feel awkward talking to Siri Haha asked her to marry you yet mate
Paul Posted June 3, 2013 Report Posted June 3, 2013 Haha asked her to marry you yet mate I don't think my wife would be too happy about that MemoryX2 1
Michael Posted June 3, 2013 Author Report Posted June 3, 2013 I don't think my wife would be too happy about that Haha it's funny the Android S is funny as-well
Bit Bayou Posted July 16, 2013 Report Posted July 16, 2013 It's already possible. Just add x-webkit-speech to the end of the input field. Then you can add a simple javascript timer/delay that would submit the form (to search) after it detects a value in the field... Scott Horsley, Michael and MemoryX2 3
MemoryX2 Posted July 17, 2013 Report Posted July 17, 2013 It's already possible. Just add x-webkit-speech to the end of the input field. Then you can add a simple javascript timer/delay that would submit the form (to search) after it detects a value in the field... Bit Bayou 1
Paul Posted July 18, 2013 Report Posted July 18, 2013 It's already possible. Just add x-webkit-speech to the end of the input field. Then you can add a simple javascript timer/delay that would submit the form (to search) after it detects a value in the field... It's a feature exclusive to webkit browsers I'm assuming. Do you think people would use this on a regular basis?
Michael Posted July 18, 2013 Author Report Posted July 18, 2013 It's a feature exclusive to webkit browsers I'm assuming. Do you think people would use this on a regular basis? I would I'm lazy haha
Bit Bayou Posted July 18, 2013 Report Posted July 18, 2013 It's a feature exclusive to webkit browsers I'm assuming. Do you think people would use this on a regular basis? Yeah, I caught on to the "webkit" part of the code... I don't know..it seems cool in theory, but it might get confusing if you have clients with crazy spelled names? I mean, I may not know how to spell it, and it may not know either! lol
Paul Posted July 18, 2013 Report Posted July 18, 2013 Yeah, so far I see this as a kinda neat feature, but perhaps not terribly useful. Maybe we should revisit this one later, do a poll or something and gauge feedback.
Michael Posted July 18, 2013 Author Report Posted July 18, 2013 Yeah, so far I see this as a kinda neat feature, but perhaps not terribly useful. Maybe we should revisit this one later, do a poll or something and gauge feedback. To search a client say their first name a dropdown shows the clients with the name, say 145 and it shows the invoices & clients under that number 3.1? Added a poll.
MemoryX2 Posted July 19, 2013 Report Posted July 19, 2013 This can quickly and easily be changed by changing /app/views/admin/default/structure.pdt: <?php $this->Form->fieldText("search", "", array('class' => "search", 'placeholder'=>$this->Html->ifSet($search_options[$this->Html->ifSet($default_search_option, "smart")]))); ?> to: <input type="text" name="search" value="" class="search" placeholder="Smart Search" x-webkit-speech> Michael 1
Tyson Posted July 19, 2013 Report Posted July 19, 2013 This can quickly and easily be changed by changing /app/views/admin/default/structure.pdt: <?php $this->Form->fieldText("search", "", array('class' => "search", 'placeholder'=>$this->Html->ifSet($search_options[$this->Html->ifSet($default_search_option, "smart")]))); ?> You can still use the Form component: $this->Form->fieldText("search", "", array('class' => "search", 'x-webkit-speech' => "x-webkit-speech", 'placeholder'=>$this->Html->ifSet($search_options[$this->Html->ifSet($default_search_option, "smart")]))); Bit Bayou 1
Gualter Posted July 19, 2013 Report Posted July 19, 2013 There are ideas that are a waste of time, and this is one of them. OMG speak to seach lool buy a Iphone and use siri. ezpnet 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now