Keyword Tool External As A Free Service For Some Of Clients Automation
Oct 12, 2010
First of all excuse me if I posted this thread in the wrong forum, I really have no clue where to put this but I've had some minor experience with js so I hope it can be solved this way. I check websites and/or keywords in googles Keyword Tool External as a free service for some of my clients. The thing is that more and more clients like this service and it's becoming very time-consuming for me to do this for all of them.
Is there a way to let my clients fill in the keywords or url they like researched in a form on my website, then let those words be researched and return a specified number of results in a pdf or something? My biggest concern is the captcha code. If I can't find a way to partially or fully automate this process, I'll be forced to either charge for or completely give up this service.
I'm trying to write a simple javascript and am having some difficulties. The purpose of the script is to send an xml document to the service. The response is not important.
I have been banging my head on the desk trying to figure this out for half a day, so I thought it was time to ask some experts for advice.What I am trying to do is upgrade a website for work that has a large number of HTML files manually linked with <back | next> links. Currently, every time I have to add pages, it is a huge pain to re-link every link so that the order is correct.I have been trying to make a JavaScript applet that can automatically link the next/back link from the file-names or from an array or text file.The best thing I have gotten to work so far is by using numerical (001.html, 002.html) filenames, as coded below.
I've been working to fix this error for awhile and have tried everything I can find on the web. I have the below code that pulls selected data from checkboxed rows in a table and puts it in to a 2-D array. It then takes it and creates an excel file that the user should be able to "Save As.." When I click the button which calls the below function, I get this error "Automation Server Can't Create Object" I have enabled ActiveX wide open on my IE for testing, tried several Microsoft fixes, no beans.
I wish to automate the population of a page by prefilling form values such as select boxes as well as fire off the change event after the value has been set. However there are at least 3/4 select boxes on one page which need populating automatically.
This works fine for the first element but not for subsequent elements all in one go when use the Trigger method of Jquery.
I think it's okay to ask this question in this group, but if not please point me to the correct one!
How does one go about doing asynchronous updates between two web clients? Take Google Chat for example... how does Google Chat update a chatter's chat window with text entered by the other chatter?
I am looking for an example/code to get MAC Address with JavaScript or any other technology for a php based web application. The collected MAC Address will be stored in a MySQL table, 'login' to generate reports. I have found some php scripts helping me do this but it does not get the client computers MAC Address. And these examples work only on localhost. While running it on the server the MAC Address is different than the local one.Can we find out the MAC Address for a clients computer anyways to use in the application and which will be cross browser compatible?
I am looking for an example/code to get MAC Address with JavaScript or any other technology for a php based web application. The collected MAC Address will be stored in a MySQL table, 'login' to generate reports. I have found some php scripts helping me do this but it does not get the client computers MAC Address. And these examples work only on localhost. While running it on the server the MAC Address is different than the local one. Can we find out the MAC Address for a clients computer anyways to use in the application and which will be cross browser compatible?
Looking for something for my clients, they want to upload and change images on their image gallery but I don't really want to make a CMS program for them since it's a low budget website.
I am wondering what is the way around when the javascript is disabled?
For example, I am creating menu with bunch of drop down lists. The lists are dependant on the others. So, when I change the selection on the previous list, the elements on the next list should change. Of course this won't happen when the javascript is turned off.
I want to make an extensive browser/fileupload script inspired on windows Explorer... A server side listing of the files and directories with the home directory specified in the script and a listing of the clients files. The server side part can be found on http://vegeta.evilkalah.be ... The idea now is to make it possible to upload or download (maybe drag and drop) files from on side to the other. I don't know how I best make the client side. So on this part any help is welcome...
ok im getting tired of looking for an answer and coming up short with scripts that dont work. i have a application that uses GMT for all its times and needs the clients timeoffset for showing the correct times for everything. i use date.getTimezoneOffset() which works fine and shows the daylight savings time correct value of -4 since im in eastern standard time and its daylight savings time right now. well eastern standard time is normally -5 and my dropdown populates with the -4 showing atlanta time. which will confuse the user and then they will pick -5 eastern time which will make everything an hour off. i have a disclaimer now, but i just want to know what the easiest way to display the users time zone name useing the getTimezoneOffset() value. i really want to be able to detect if the user has the adjust for daylight savings checked for their machine.
I'm sure you are all familiar with this free uploadscript, if not i'm happy to post the sourcecode. I use this to upload files to the server, but it doens't check wether the file already exists or not. Anyone knows how to add this into the script? It's also possible to do it onformsubmit and return false if the file already exists, but what is the scriptcode?
Let me introduce free PHP IDE with available JQuery plug-in (paid):
Codelobster PHP Edition ([url]) - has all standart abilities for editing code - PHP/HTML/CSS/JavaScript highlighting, autocomplete, code structure - PHP debugger - code folding, tooltips, help and etc.
And it has special JQuery features: - autocomplete for JQuery library - context and dynamic help for JQuery library
I want a standard looking dropdown select box what allows me to enter free text as well (ie the option is not in the list so the user can type in something else). I saw the UIauto complete plugin which is close but not exactly what I want.
My project simulation takes lot of time so I cant monitor that continuously,. I want to send a SMS whenever some simulation is done/ progress / throws an error to my mobile through SMS when I'm away from the PC.. I dont know how to start with this.. how to do this I want to use free online SMS service to do this..
i am trying to use mscomm in html and javascript to communicate with a device over the serial port but when i run a test of the activex object in a .hta file i get the error "Automation server can't create object". does anybody know why its doing this? it gives the error on the line with var mscomm = new activex.........
I am modifying the suckerfish dropdown code to use settimeout to have a slight pause before the menus disappear to make it more user friendly. I have hit a snag with the following statement:
out of the settimeout function, it works. (w/o the pause, obviously). With the settimeout function, I get "this.getElementByTagName is not a function" error.
I have tried putting this.getElementsByTagName("UL")[0] is a variable and then using that in the settimeout function, but then each li will only open the very last menu in the list. (ie all the menu items open the last sub menu) Code: