Espruino setinterval jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    129 espruino setinterval jobs found

    This project is the DATABASE MILESTONE ONLY for a broader project described below. Given the information below, please describe how you'd complete this task, how many hours it will take you to complete, the duration it will take you to complete the ...pre-configured WiFi network(s) 8) Minimal reports 9) Testing 10) Fluent English -speaking and writing The chosen hardware is to be programmed in JavaScript and only holds 512kb of writeable memory. All hardware is Arduino compatible and the intent is to use the Johnny Five Arduino library to code the Arduino compatible hardware in JavaScript from the Espruino. The Espruino Wifi is compatible with all Windows, Mac, and Linux operating systems. The Espruino can also be programmed through a web IDE for convenience. I...

    £16 / hr Average bid
    £16 / hr Avg Bid
    5 bids

    We're developing the minimum viable product for a patented and trademarked system called Pythia (PITH-ee-uh). It will verbally deliver step-by-step directions to a wearable computer/headphone (think mobile Amazon Echo) on demand, in any language, th...Speech libraries > GitHub for testing, code repository, and communication with team > Conversational speech interface > Javascript and/or C++ The chosen hardware is to be programmed in JavaScript. All hardware is Arduino compatible and the intent is to use the Johnny Five Arduino library to code the Arduino compatible hardware in JavaScript from the Espruino. The Espruino WiFi is compatible with all Windows, Mac, and Linux operating systems. The Espruino can also be programmed through a web IDE for convenie...

    £23 / hr Average bid
    £23 / hr Avg Bid
    7 bids

    We're developing the minimum viable product for a patented and trademarked system called Pythia (PITH-ee-uh). It will verbally deliver step-by-step directions to a wearable computer/head...via pre-configured WiFi network(s) 8) Reports 9) Testing 10) Fluent English -speaking and writing The chosen hardware is to be programmed in JavaScript and only holds 512kb of writeable memory. All hardware is Arduino compatible and the intent is to use the Johnny Five Arduino library to code the Arduino compatible hardware in JavaScript from the Espruino. The Espruino Wifi is compatible with all Windows, Mac, and Linux operating systems. The Espruino can also be programmed through a web IDE for convenience. Information: Skills Required: C++ Programming, Javascript, Git, ...

    £26 / hr Average bid
    £26 / hr Avg Bid
    6 bids

    We're developing the minimum viable product for a patented and trademarked system called Pythia (PITH-ee-uh). It will verbally deliver step-by-step directions to a wearable computer/headphone...via pre-configured WiFi network(s) 8) Reports 9) Testing 10) Fluent English -speaking and writing The chosen hardware is to be programmed in JavaScript and only holds 512kb of writeable memory. All hardware is Arduino compatible and the intent is to use the Johnny Five Arduino library to code the Arduino compatible hardware in JavaScript from the Espruino. The Espruino Wifi is compatible with all Windows, Mac, and Linux operating systems. The Espruino can also be programmed through a web IDE for convenience. Information: Skills Required: C++ Programming, Javascript, ...

    £31 / hr Average bid
    £31 / hr Avg Bid
    5 bids

    We're developing the minimum viable product for a patented and trademarked system called Pythia (PITH-ee-uh). It will verbally deliver step-by-step directions to a wearable computer/headphone (think mobile Amazon Echo) on demand, in any language, then ...via pre-configured WiFi network(s) 8) Reports 9) Testing 10) Fluent English -speaking and writing The chosen hardware is to be programmed in JavaScript and only holds 512kb of writeable memory. All hardware is Arduino compatible and the intent is to use the Johnny Five Arduino library to code the Arduino compatible hardware in JavaScript from the Espruino. The Espruino Wifi is compatible with all Windows, Mac, and Linux operating systems. The Espruino can also be programmed through a web IDE for convenience. In...

    £39 / hr Average bid
    £39 / hr Avg Bid
    8 bids

    I need to add a timer between 5 functions. I have a javascript code that changes a geometry at the canvas everytime I press PageDown. But now I want to add something like a timer that waits 4 second and display next geometry. I try setTimeout, setInterval, but I don’t have the experience to make it happen. I need this for today. USA Eatern time.

    £103 Average bid
    £103 Avg Bid
    17 bids

    ...tons of similar request over and over.... I want to track the last change in a Mysql Table with a AJAX querry from the page. then refresh only the repport table div if the reurned value form the Ajax request have changed.. I tried different ways but my knowledge of javascript & Jquerry are insuffisant to make it work. Code: <script language="Javascript"> setInterval(function() { ///here I update a unix stamp every 5 sec .. works. $('#lastupdatetotable').load(''); }, 5000); /// here i would like to update the <div id="tablereservation"> /// on change of the lastupdatetotable value... but .. that is not the right way to do it ..... ...

    £16 / hr Average bid
    £16 / hr Avg Bid
    14 bids

    It is core php application where system check db update with setinterval ajax. Now i want to convert into . Anyone who can help me to do the task. ping me fast.

    £6 / hr Average bid
    £6 / hr Avg Bid
    18 bids

    ...have ionic1 project, and I would like to pass JSON data var from my server by script tag in html page, JavaScript is countdown, Output : NaNd NaNh NaNm NaNs <html> <body> <div>{{ }}</div> <script> // Set the date we're counting down to var countDownDate = new Date({{ }}).getTime(); // Update the count down every 1 second var x = setInterval(function() { // Get todays date and time var now = new Date().getTime(); // Find the distance between now an the count down date var distance = countDownDate - now; // Time calculations for days, hours, minutes and seconds var days = (distance / (1000 * 60 * 60 * 24)); var hours = ((distance % (1000 * 6...

    £28 Average bid
    £28 Avg Bid
    14 bids

    I have a table in MySQL with the columns 'temperature', 'moisture' and 'date'. I would like to present this on a line chart usi...which is formatted date('Y/m/d H:i:s'), and on the y-axis will be temperature and moisture. I would also like for this line chart to update itself every 60 seconds to reflect new data saved in the database, without having to reload the entire page. New data points should appear on the chart in real time, with old data points automatically scrolling out of view. Apparently you can use $.ajax and setInterval to simulate real time updates, but maybe you know a better way? I'm expecting that this could be done within a couple of hours and I would like it done as soon as possible please, great opportunity for some...

    £30 Average bid
    £30 Avg Bid
    14 bids

    var cashoutID ; var intID = setInterval(ajaxLoop, 1800); var thread = 0 ; setTimeout(launchCashoutLoop, 5000); function launchCashoutLoop() { cashoutID = setInterval(cashoutLoop, 20000); } function ajaxLoop() { $.ajax({ type: "POST" , url: '' , data: 'thread=' + thread , dataType: 'json' , success: function(data, textStatus, jqXHR) { $('#usdt').text(); $('#btc').text(); $('#log').append(); $('#orders-log').append(data.orders_log); }, error: function(jqXHR, textStatus, errorThrown) { $('#log').append("Main procedure timeout...<br/>"); } }); thread ++ ; if (thread == ...

    £16 Average bid
    £16 Avg Bid
    10 bids

    var cashoutID ; var intID = setInterval(ajaxLoop, 1800); var thread = 0 ; setTimeout(launchCashoutLoop, 5000); function launchCashoutLoop() { cashoutID = setInterval(cashoutLoop, 20000); } function ajaxLoop() { $.ajax({ type: "POST" , url: '' , data: 'thread=' + thread , dataType: 'json' , success: function(data, textStatus, jqXHR) { $('#usdt').text(); $('#btc').text(); $('#log').append(); $('#orders-log').append(data.orders_log); }, error: function(jqXHR, textStatus, errorThrown) { $('#log').append("Main procedure timeout...<br/>"); } }); thread ++ ; if (thread == ...

    £26 Average bid
    £26 Avg Bid
    29 bids

    I have a new website being made atm, the game being made on the site once it starts has sounds playing, the sound audio file we have (Mp3) needs to be fixed. The...file we have (Mp3) needs to be fixed. The following is what is required to be done to the audio file. Scenerion 1 HTML5 Have <audio> tag to play sound & this will definitely work fine , Not any issue with how longer your sound have . Scenerio 2 If you will run same <audio> tag in "setInterval(functionname(),1000);" this will repeat sound at every second & its definitely right because "setInterval" function is for that . Requirement => We want to play this sound well in "setInterval" function even if function have interval of 1 second . ...

    £29 / hr Average bid
    £29 / hr Avg Bid
    7 bids

    I have a new website being made atm, the game being made on the site once it starts has sounds playing, the sound audio file we have (Mp3) needs to be fixed. The ...sound audio file we have (Mp3) needs to be fixed. The following is what is required to be done to the audio file. Scenerion 1 HTML5 Have <audio> tag to play sound & this will definitely work fine , Not any issue with how longer your sound have . Scenerio 2 If you will run same <audio> tag in "setInterval(functionname(),1000);" this will repeat sound at every second & its definitely right because "setInterval" function is for that . Requirement => We want to play this sound well in "setInterval" function even if function have interval of 1 second ...

    £11 / hr Average bid
    £11 / hr Avg Bid
    13 bids

    I have this super simple component: Need to convert it to pure Angular 2 (Angular 4) component. Should take about an hour to do. So instead of it using HTML IDs, it should all use Angular2 events just as (click) or (focus) and not "onmousedown="intIncrement=setInterval(increment,80)"" basically this very simple component an Angular 2 pure / compatbible component with the same behavior it has today. regards Sean

    £51 Average bid
    £51 Avg Bid
    3 bids

    Intro: A chat group to be used by about 10 people simultaneously. For the user to see new messages appear straight away. ** This is actually a simple project. I would like you to demonstrat...database. The server-side scripts are written in ASP/VBScript (these can be replaced with Node.JS if you wish). What we must have: 1. Web page (to show the messages) 2. Database (with a table storing the messages and date) 3. Server code to get it working (**this is your main task**) Do not want: XHR AJAX request loading every 3 seconds using javascript's "SetInterval" = too mushc waste on the server. Solutions: - AJAX SetInterval 3 seconds (NO) - Long polling (Plan B) - Websocket (Plan A preferable) - Another better way? Reply with your chosen soluti...

    £204 Average bid
    £204 Avg Bid
    6 bids

    ...null, color: null, font_family: null, delay_after: 3e3 }; (n, t); var r = e(this); var i = (); (":first").hide(); ("direction", ); ("font-size", t.font_size); ("color", ); ("font-family", t.font_family); timer = setInterval(function () { var e = (); (":first").hide(); var n = (0); var i = (1); if ( == "slide") { (); (function () { ().appendTo(r) }) } if ( == "fade") { n

    £17 Average bid
    £17 Avg Bid
    7 bids

    ...could make use of the HTTP Strict Transport Security header to enforce the use of HTTPS at all times. 3. Form Missing CAPTCHA Controls Add a CAPTCHA to the website form (We can do this if your only a system admin) 4. Clickjacking This script should be added to all pages. <script> try { } catch (e) { var f = function() { = ''; } setInterval(f, 1); if () = f; } </script> 5. Use of Security-Related HTTP Response Headers Recommendation: Consideration should be given to implementing these features, by returning the following HTTP headers: *X-XSS-Protection: 1; mode=block *Strict-Transport-Security: max-age=31536000; includeSubDomains *X-Content-Type-Options: nosniff *Cache-control:

    £118 Average bid
    £118 Avg Bid
    11 bids

    I need a one setinterval page uploaded on my website

    £9 Average bid
    £9 Avg Bid
    8 bids

    ...video(webcam) or screen(most important). And the registered users can chat ( Probably using in real time - see in: ) - Filters for most recent rooms and most viewed rooms, in that showing all rooms with pagination ( all the layout was already done, just do reiterate). - The rooms seen in should have the image of what's going throught the broadcast ( some kind of setInterval to change the screens see in: ). - Followers and Following system, as little social networks users that broacasts and all of other users can be followed and follow users. - The rooms in index should be have the these info too: main hashtags, number of likes and how many people are watching. - Search on the top of the site look for users and rooms Probably

    £509 Average bid
    £509 Avg Bid
    4 bids

    ...video(webcam) or screen(most important). And the registered users can chat ( Probably using in real time - see in: ) - Filters for most recent rooms and most viewed rooms, in that showing all rooms with pagination ( all the layout was already done, just do reiterate). - The rooms seen in should have the image of what's going throught the broadcast ( some kind of setInterval to change the screens see in: ). - Followers and Following system, as little social networks users that broacasts and all of other users can be followed and follow users. - The rooms in index should be have the these info too: main hashtags, number of likes and how many people are watching. - Search on the top of the site look for users and rooms

    £925 Average bid
    £925 Avg Bid
    11 bids

    I need assistance in creating a function which will run in the background based on the following plugin: The plugin in its current state runs constantly in the background and tracks the device's area based on user generated geofences. I need to add a function based on the current code base to run (setinterval) every 5 minutes to return if the user is in the fence still or not. This function should trigger a ajax request which I have the code for to an external server each time it is executed.

    £170 Average bid
    £170 Avg Bid
    5 bids

    ...within seconds of each other, the first user to successful check out should get the spot and the second user should be hit with an error to stop over enrollling The problem is, it does not do this , instead it lets both users check the spot out which is a huge problem for me I need a work around, I was thinking of injecting some javascript into the source code to handle this situation like : setInterval(function(){ ('myIFrame').(); },1000) But I need some guidance which would be greatly appreciated Please review all details before contacting me with a proposal you should take a look at the website jotform along with my form to ensure you can complete this task, please do not waste my time if you can not do it

    £97 Average bid
    £97 Avg Bid
    10 bids

    Hello! I would like help editing an html file please. What I would like to do is add a Pause/Start button that would stop and start a setInterval. The Pause/Start .gif button is already made and just has to be added to the centre of the website. (If possible I would like that the button only appear when the cursor moves)

    £19 Average bid
    £19 Avg Bid
    4 bids

    ...shall embed the code from Optinmonster (popup) into my prestashop files. The popup should show op on every page. The code I want to be embedded looks like this: <!-- This site is converting visitors into subscribers and customers with OptinMonster - --><div id="omj9lid-holder"></div><script>var boj9lid_poll=function(){var r=0;return function(n,l){clearInterval(r),r=setInterval(n,l)}}();!function(e,t,n){if((n)){b4j9lid_poll(function(){if(window['om_loaded']){if(!b49lid){b4oj9lid=new OptinMonsterApp();return ({u:"132",staging:0,dev:0});}}},25);return;}var d=false,o=(t);o.id=n,o.src="//",o.onload=o.onreadystatechange=function(){if(!d){if(!||this.readyState==="loaded"||

    £30 Average bid
    £30 Avg Bid
    4 bids

    Need a small script for a carousel slider that displays images full screen. Right now all I find is jQuery or long, very long and often obfuscated, pieces of code. I have a recursive fade-in display already (where one function calls another) but I need to convert it to a slide left with setTimeOut or setInterval. It's not a big project, but I'm stuck and have no time left. Need help. Thanks..

    £28 Average bid
    £28 Avg Bid
    8 bids

    This Script not functioning well. I need someone can modify this script to some creative ways! <script> function init() { var count=7;var counter=setInterval(timer,1000); function timer(){ count=count-1; if(count<0){ alert("Alert") = "#"; return; } } } = init; </script>

    £16 Average bid
    £16 Avg Bid
    18 bids

    ...displays div based on scroll height, If you could change it to display automatically after 1 minute it would be better [8/5/2015 11:59:00 PM] Keli Reyes: 2. I'd like to display a countdown in the div [8/5/2015 11:59:19 PM] Keli Reyes: I found some code you may be able to use: [8/5/2015 11:59:20 PM] Keli Reyes: function startTimer(duration, display) { var timer = duration, minutes, seconds; setInterval(function () { minutes = parseInt(timer / 60, 10); seconds = parseInt(timer % 60, 10); minutes = minutes < 10 ? "0" + minutes : minutes; seconds = seconds < 10 ? "0" + seconds : seconds; = minutes + ":" + seconds; if (--timer < 0) { timer = duration; } }, 10...

    £29 Average bid
    £29 Avg Bid
    1 bids

    First of all, to test these scripts you need the Greasemonkey plugin for firefox installed, https://a...div:first-child').remove(); } else { $().text(cLinksAlive) .next().text(cLinksDead) .next().text(cLinksUnava) .next().text(cLinksprem) .next().text(cLinksTotal - cLinksProcessed); } } } function check_all_links() { add_WARLC_style(); if (Show_progress_stats) { initProgressBox(); intervalId = setInterval(function(){updateProgress();}, Progress_box_refresh_rate); } startBulkCheck(null); start(null); if (!containers_processed) { processContainers(); } } how can i call this function to inside the DW_link scanner? The scripts on the attached

    £24 Average bid
    £24 Avg Bid
    2 bids

    I need a google map in jsp page that real time cars mov...google map. Project is a where is my bus project. Website language is JSP. And Coordinates come from GPSes to MSSQL database. I will give the queries, just I need map. 1) Datas come from MSSQL server. 2) Page language is JSP so MSSQL connections have to be in JSP (I can give my connections) 3) Google Map have to show cars locations. Cars have to be move without no refresh page. SetInterval is the function that you have to be use. 4) Google Map also show my kmz file which information come from MSSQL server. 5) Google Map also show car stop points which information come from MSSQL server. I attached sample map that I made. No milestone accepted. Payment after project finished. ...

    £131 Average bid
    £131 Avg Bid
    5 bids

    I need a google map in jsp page that real time cars moves show in the map which taking co...google map. Project is a where is my bus project. Website language is JSP. And Coordinates come from GPSes to MSSQL database. I will give the queries, just I need map. 1) Datas come from MSSQL server. 2) Page language is JSP so MSSQL connections have to be in JSP (I can give my connections) 3) Google Map have to show cars locations. Cars have to be move without no refresh page. SetInterval is the function that you have to be use. 4) Google Map also show my kmz file which information come from MSSQL server. 5) Google Map also show car stop points which information come from MSSQL server. I attached sample map that I made. No milestone accepted. Payment after project...

    £41 Average bid
    £41 Avg Bid
    1 bids

    I have a jsp web page. I can show in that page car locations, kmz paths and stop points on the google map. But I can not show car locations in real time on the google map that I can not figure setInterval. I attached two files. "google" is my google code. This code have to show live car moves (arackoord) and show kmz path (kmzkoord) and stop points (toplamdurak). "jsp" is my jsp page code that all datas come from mssql database and this is arackoord datas. My gps devices sending coordinates every 3 seconds. If need jsp code change, also I want that too. The point is, I want to show live car moves, show kmz path, show stop points.

    £23 Average bid
    £23 Avg Bid
    4 bids

    I want you decrypt the javascript code below. Need it asap. eval(function(p,a,...00|x38|x61|x3D|x54|35|window|32|return|_0x8d85x14|x3B|x67|popOK800x600|try|_0x8d85x12|catch|x6B|parent|true|_0x8d85x17|x6D|x2C|popMaxCounter|popInt|x66|x76|||||||||||_0x8d85x1a|popCount|_0x8d85x1d|popName800x600|popTime|33|34|36|_0x8d85x20|x75|popOpen800x600|x62|_0x8d85x1c|x6f|_0x8d85x11|_0x8d85x16|_0x8d85x19|_0x8d85x1b|x2f|_0x8d85x15|winClose|x2e|x4F|x29|setCookie800x600|x20|screen|x45|x6d|setInterval|x4C|x77|x32|30|x57|popRefTime|getCookie800x600|x28|x31|popWidth800x600|popInstall800x600|popHeight800x600|100|x37|for|31|toString|x6c|x3d|x3f|null|x6b|||||||||||39|1000|x2D|x3a|37|38|Date|new|x53|x4D|setOpen800x600|setRefresh800x600|240000|setTracker800x600|x47|x59|x43|x50|clearInterval|x41|x58|200...

    £31 Average bid
    £31 Avg Bid
    3 bids

    ...smoothly and cause the lowest possible cpu utilization. The framework should use an array of UNIX timestamps as an input parameter to create the countdowns. It should create one countdown for each timestamp in the list and map it to the corresponding div. countdown0, countdown1, countdownN... Performance Hint: With each cycle all countdowns should be updated in one callback (reffering to the setInterval method in JS), instead of initiating a callback for each countdown, unless you come up with a better solution. The performance goal is: 1000 simultaneously running countdowns should run with at least 1 frame per second in the Google Chrome browser. My current prototype attached has about 10 frames per second. ...

    £36 Average bid
    £36 Avg Bid
    3 bids

    Simple application for experienced titanium developer. Problem: We have a web based app that uses javascript to store string information in lo..., keyToSave); if( (dataToSave) ){ // write to the file return true;} )}; }); This is sample of how the remote client html would look: <html> <head> <script> var GET_KEY = ""; var SET_KEY = ""; var SET_DATA = ""; var GET_RETURN = null; function get(){ $.trigger( "Custom-Event-GET" ); // here i setInterval and keep checking GET_RETURN until its not null because your titanium set it UNLESS WE CAN PASS DATA BACK AND FORTH IN EVENTS! PLEASE CHECK! } function set(){ $.trigger( "Custom-Event-SET"...

    £707 Average bid
    £707 Avg Bid
    6 bids

    ...way to display an animation that will be responsive (and not use flash) - it will always fill the screen width and scale properly when the browser is resized. I have an implementation today but it is resource heavy and slows the site down too much. my current implementations is to use the javascript setTimeout function and load each frame (.jpg) every x milliseconds as follows: setInterval(function() { i++; var idx = ''; $("#slide1-animation").attr("src","images/slider/video1frame"+i+".jpg"); $("#slide2-animation").attr("src","images/slider/video2frame"+i+".jpg"); if(i>=25) { i=0; } },100); I have two videos, they are...

    £21 Average bid
    £21 Avg Bid
    4 bids

    I have a link sharing site where members surf links to earn credits. All links are displayed in a window with 2 frames. The top frame has a timer and ...will recognise a site with a framebreaker script and will remove that link from my site. Here is a script that is nearly there. The only problem is when the user clicks the next link this script thinks it is a framebreaker trying to break out from the frame. [code] <script type="text/javascript"> var prevent_bust = 0 = function() { prevent_bust++ } setInterval(function() { if (prevent_bust > 0) { prevent_bust -= 2 = '<?php echo $link_id;?>' } }, 1) </script> [/code]

    £19 Average bid
    £19 Avg Bid
    4 bids

    Hi, so I am trying to make a code that basically auto clicks on shoes size and than clicks on the add to cart. This is the code, I am stuck on the highlighted part the size is not being selected. [code]({action: "isRecordingOn"}, function(response) { if( == 'true'){ var size = ; $(function(){ vv = setInterval(function(){ [COLOR="#FF8C00"]$('select[class="radio-value"] option:contains('+size+')').first().attr('selected', true);[/COLOR] // Picks the shoes size try{ ('button btn-cart')[0].click(); // Clicks on the add to cart button clearInterval(vv); }catch(err){ ("erreur: "+err); } },100); }); } });[/code] [url=http:/...

    £24 Average bid
    £24 Avg Bid
    9 bids

    Hi, so I am trying to make a code that basically auto clicks on shoes size and than clicks on the add to cart. This is the code, I am stuck on the highlighted part the size is not being selected. [code]({action: "isRecordingOn"}, function(response) { if( == 'true'){ var size = ; $(function(){ vv = setInterval(function(){ [COLOR="#FF8C00"]$('select[class="radio-value"] option:contains('+size+')').first().attr('selected', true);[/COLOR] // Picks the shoes size try{ ('button btn-cart')[0].click(); // Clicks on the add to cart button clearInterval(vv); }catch(err){ ("erreur: "+err); } },100); }); } });[/code] [url=http:/...

    £43 Average bid
    £43 Avg Bid
    6 bids

    ...getElementById) temp= else temp= if (alt==0) alt=2 else alt=1 if (alt==0) curpos1=temp else curpos2=temp if (curpos1!=curpos2){ if () currentpos=document.body.scrollTop+speed else currentpos=window.pageYOffset+speed (0,currentpos) } else{ currentpos=0 (0,currentpos) } } function startit(){ setInterval("scrollwindow()",50) } window.onload=initialize </SCRIPT> This code goes at the bottom of the page above the </body> tag: <script> $(window).scroll(function () { if ($(window).scrollTop() >= $(document).height() - $(window).height() - 10) { //alert('end of page'); setTimeout(function(){ var base_url = "<?php echo get_base_url();?>"; var id = "<?php echo

    £27 Average bid
    Urgent
    £27 Avg Bid
    13 bids

    ...project! I need a working Framebraker script without the alert window (asking if you want to stay or leave this page). The Anti - Framebraker Script example (that can be used): var prevent_bust = 0; // Event handler to catch execution of the busting script. = function() { prevent_bust++ }; // Continuously monitor whether busting script has fired. setInterval(function() { if (prevent_bust > 0) { // Yes: it has fired. prevent_bust -= 2; // Avoid further action. // Get a 'No Content' status which keeps us on the same page. = ''; } }, 1); My problem is the to get the 204 error respond or Im not

    £180 Average bid
    £180 Avg Bid
    1 bids

    To sum up what I want, we're all familiar with how when you receive a message on Facebook you receive a notification in a little red box showing a number representin...created in a "notifications" table showing userA sent userB a message. While userB is on the website, without having to leave the page a live notification should appear letting userB know a new message has been received. When userB opens new messages or clicks on the notification it should disappear and delete the notification record from the database. To check for notification I'm guessing use setInterval(), but not sure of the best method. If you know a better method, feel free to bid and share. Here's a reference to something as to what I'm looking for:

    £90 Average bid
    £90 Avg Bid
    13 bids

    ...project! I need a working Framebraker script without the alert window (asking if you want to stay or leave this page). The Anti - Framebraker Script example (that can be used): var prevent_bust = 0; // Event handler to catch execution of the busting script. = function() { prevent_bust++ }; // Continuously monitor whether busting script has fired. setInterval(function() { if (prevent_bust > 0) { // Yes: it has fired. prevent_bust -= 2; // Avoid further action. // Get a 'No Content' status which keeps us on the same page. = ''; } }, 1); My problem is the to get the 204 error respond or Im not

    £74 Average bid
    £74 Avg Bid
    2 bids

    I need a working Framebraker script without the alert window (asking if you want to stay or leave this page). The Anti - Framebraker Script example (that can be used): var prevent_bust = 0; // Event handler to catch execution of the busting script. = function() { prevent_bust++ }; // Continuously monitor whether busting script has fired. setInterval(function() { if (prevent_bust > 0) { // Yes: it has fired. prevent_bust -= 2; // Avoid further action. // Get a 'No Content' status which keeps us on the same page. = ''; } }, 1); My problem is the to get the 204 error respond or Im not sure if this

    £82 Average bid
    £82 Avg Bid
    2 bids

    I currently have a page that uses on a timer to load an external php scr...then jquery can check to see if it matches the current content, if so, just ignore it. If it doesnt, then update the div which will cause the page to refresh to the new map location. -------- <script src=""></script> <script> $(document).ready(function() { $("#timediv1").load(''); var refreshId = setInterval(function() { $("#timediv1").load(''); }, 5000); $.ajaxSetup({ cache: false }); }); </script> -------- returns echos an iframe tag with the embedded googlemap. I can write the php to match whatever the jquery is looking for, i'm open to suggesions.

    £20 Average bid
    £20 Avg Bid
    1 bids

    In need of someone able to look at and fix a file/code that has some problems. File is: • Flash CS5 • Actionscript 2.0 • XML driven photo gallery with slideshow, on, off, next, previous, and thumbnail controls Problems are: • something with the setInterval… (?) slideshow works fine at first but once you start turning it on and off and going through other galleries, it starts to become glitchy (i.e. skipping slides, jumping around, not keeping the 4 second delay and not going in order) • thumbnails do not load in the right order

    £103 Average bid
    £103 Avg Bid
    5 bids

    Hello All, I need a little hand with this script, it updates my table without refreshing the page just fine, but, the issue is on the previously loaded content, I can't get refresh it unless I reload the page, or using a setInterval load refresh function script to update the DIV area, but unfortunately I can't use this last one either, as it seems to always require to load it's content from an external page.php. I need to find a way to keep submitting the form, updating the mysql table without refreshing the page and then after submitting it, get the new data from the mysql table and show it, all without refreshing the page. I can provide a copy of the scripts I'm using to submit forms without refreshing. Feel free to ask questions

    £12 Average bid
    £12 Avg Bid
    1 bids