var MyNamespace = MyNamespace  || {};
MyNamespace.BingMap = {
    BingMapCredentials: 'xxxxxxxxx', // should be a default setting (null)
...

JavaScript Convert simple Javascript t...

by Chase Florell, February 04, 2012 09:12, 3 refactorings, tagged with javascript, jquery, bing maps

I've been working on a simp...

F9d6a814ab6823fbaa7898d23ad8df1b Talk
var spanish = ["arbol", "casa", "el", "la", "quintas", "es", "verde", "y", "roja"];
var english = ["tree", "house", "the", "the", "crack", "is", "green", "and", "red"];
var traductor = function () {
...

JavaScript Learning JS

by claimid.com/ompemi, January 25, 2012 11:43, 5 refactorings

that's it

55502f40dc8b7c769880b10874abc9d0 Talk
// First layer initialization with OpenLayers (removed 2 through 6 for cleanliness... but they are hii_2, hii_3,...,hii_6)
    hii_1 = new OpenLayers.Layer.MapServer("Land Cover","../../cgi-bin/mapserv.exe",{
        map:'C:/ms4w/Apache/htdocs/hii/hii_landcover.map'},{
...

JavaScript Multiple jQuery Sliders &am...

by https://www.google.com/accounts/o8/id?id=AItOawkpq_fK9eTyv4kT_L9oOdZmIj8FDIXXM58, January 13, 2012 22:18, 3 refactorings, tagged with jQuery, OpenLayers

I am having trouble refacto...

446fad1f42523db25d60d587b592c9f0 Talk
/*
 * 
 *  
...

JavaScript How to refactor this Polygo...

by basit74.myopenid.com, November 29, 2011 07:47, No refactoring

I am trying to create a Wra...

40f83fc990800c254b7c51f700cad710 Talk
<script type="text/javascript">
  $(document).ready(function() {
    //Google Maps
...

JavaScript How to refactor these codes...

by https://www.google.com/accounts/o8/id?id=AItOawmtgNQLhMhoJUmyhCy8HPqfVypPSJFOsXA, November 09, 2011 08:05, 2 refactorings, tagged with google maps

I am a noob in Javascripts,...

55502f40dc8b7c769880b10874abc9d0 Talk
<html>
<head>
<title>Rock Paper Scisscors</title>
...

JavaScript Rock Paper Scissors

by brianp12.myopenid.com, November 05, 2011 19:27, 3 refactorings, tagged with javascript, loops, while, rock, paper, scissors, rock paper scissors, do while, while loop

My professor has told me I ...

55502f40dc8b7c769880b10874abc9d0 Talk
"use strict";
Ext.ns('util', 'util.rounding');

...

JavaScript Rounding in JS

by https://www.google.com/accounts/o8/id?id=AItOawmy1k1YUTtY3BmTuwxJXqvauEIbvQhbwas, October 22, 2011 19:35, 3 refactorings

If there's a library that c...

55502f40dc8b7c769880b10874abc9d0 Talk
$(function(){
  $("a").each(function(){
    var _this = $(this);
...

JavaScript Rewrite amazon URL's with J...

by jspr, October 20, 2011 00:28, 3 refactorings, tagged with speed, jquery

I use this with dotjs to re...

3ec52e31343e4baa96af6bb001465f30 Talk
Valley Garden Landscapes design process allows you to explore all avenues open and offer alternative solutions. We aim to exceed our client’s expectations through every stage of the process.
landscape contractors, garden makeovers, landscaping in Sydney, Sydney landscape design, Sydney landscapers, garden design Sydney, landscape architect Sydney, modern landscapes, landscape architecture Sydney, Sydney landscape designer

JavaScript Landscape Contractors, Gard...

Valley Garden Landscapes de...

55502f40dc8b7c769880b10874abc9d0 Talk
<script type="text/javascript">

            var name = prompt("İsminizi giriniz", "");
...

JavaScript if statement

by https://www.google.com/accounts/o8/id?id=AItOawklsPC-zdgQIYnufSjvbkRUA4yDrplBbBc, September 26, 2011 01:33, 3 refactorings, tagged with short

how do ı write short?

55502f40dc8b7c769880b10874abc9d0 Talk
var date_fmt="yyyy-mm-dd";
...

JavaScript Modularize jquery code to a...

by mhd.myopenid.com, September 22, 2011 00:47, 1 refactoring, tagged with jquery

I want to modularize code i...

55502f40dc8b7c769880b10874abc9d0 Talk
function processFormChange(formPanel, treePanel){
	var changed = false;
	var form = formPanel.getForm();
...

JavaScript Process Form Change

by https://www.google.com/accounts/o8/id?id=AItOawnvtFGh-r9ibK5ZHTYiZh2UzxDww7-bwI0, September 01, 2011 03:54, 1 refactoring

Suggestions for refactoring...

55502f40dc8b7c769880b10874abc9d0 Talk
$(document).ready(function () {

        $('input[type=button], assignUser').click(function () {
...

JavaScript add/remove elements from table

by uferdamm, August 19, 2011 06:11, 13 refactorings

Hi there,

is there any b...

D41d8cd98f00b204e9800998ecf8427e Talk
$(document).ready(function(){
    $(".group-1").hide();
    $(".group-2").hide();
...

JavaScript agn jq

by https://www.google.com/accounts/o8/id?id=AItOawmBovf6ofC4iSqFeIy1U8B51cqVP5IlD6s, August 15, 2011 02:51, No refactoring

bugs

55502f40dc8b7c769880b10874abc9d0 Talk
$.fn.tatFocus = function () {
    console.log("tatFocus", this)
    $(this).focus(function(){
...

JavaScript remove text on focus input

by zodman, August 04, 2011 09:35, No refactoring, tagged with input, jquery, focus

remove text on focus input

A1c5fdec1dd6e17d609f21033fdf122e Talk
<script>
var img = new Array(
    "image1.jpg",
...

JavaScript Cycle through images with a...

by https://www.google.com/accounts/o8/id?id=AItOawkUyOZvbsz-76w1Zz0ETUUDVL3dg36eE-U, July 21, 2011 18:49, 3 refactorings, tagged with optimize speed short

Images change via a mouse c...

55502f40dc8b7c769880b10874abc9d0 Talk
var description = {
  show : function(event) {
    var $div = $(this).find('.description'),
...

JavaScript Remove duplicate declaratio...

by nicholas.henry.myopenid.com, July 01, 2011 05:07, 9 refactorings

I would like to remove the ...

833fbd3f58a8ebbeb43756e8634334ed Talk
.
.
.
...

JavaScript Creating DOM elements in a ...

by https://www.google.com/accounts/o8/id?id=AItOawn4VBTJWio9c9HU8aELBjkIu53LWMVjhqc, June 19, 2011 13:43, No refactoring, tagged with jquery, dom, node creation

On the cusp of graduating f...

55502f40dc8b7c769880b10874abc9d0 Talk
/**
* 
*/
...

JavaScript Refactor jquery key event &...

by Zoltran, May 31, 2011 00:17, 1 refactoring, tagged with javascript, jquery, keydown

How i can optimize this code?

D5303b0c98c5046f64ebb02445e85809 Talk
var isAudience = false;

var isolateRecordMain = function(){
...

JavaScript jquery causing Internet Exp...

by Adrigen, April 05, 2011 01:48, No refactoring, tagged with javascript jquery

My page loads a table from ...

3dcf8426d63b2f0a31853795b5514df7 Talk
var flipflop=1;
var storedata;
var auctionUpdateTime = 1000;
...

JavaScript Optimization

by curb.myopenid.com, March 11, 2011 20:48, 4 refactorings, tagged with javascript, optimize

Hi new here.

I know this...

6471f361a4583e7cc8dd5622400ac463 Talk
var hoverTableRow = function () {
        var $rows = $('#messagesTable tr.message');

...

JavaScript jQuery clickable table row,...

by Ole Marius, January 16, 2011 10:51, 2 refactorings, tagged with table jquery hover event bubbling

This script is for a table ...

De4dc37a6560ae11dd732dff1ab3020a Talk
/**
 * Functions that aim to help you write in English Prime.
 * For information on English Prime see:
...

JavaScript A tool to help you write pr...

by https://www.google.com/accounts/o8/id?id=AItOawkeXeStLgFDerpxiu5tJ26jJMGgdYKwtTE, January 14, 2011 00:43, No refactoring, tagged with bookmarklet

I felt like a bad programme...

834c73f64e7b60e2d323030aef9a0467 Talk
<html>

<head>
...

JavaScript Simple Dropdown Menu I'm Wo...

by Bryan Hadaway, January 02, 2011 12:42, 2 refactorings, tagged with javascript, html, css, dropdown menu, minimalist

The menu now is CSS/HTML on...

8bc1f3e41b672b03a339d56f81c8e253 Talk
function deinterleave(base4_arr)
{
	var x='',y='',rc;
...

JavaScript De-interleaving bits

by acmesquares.myopenid.com, January 01, 2011 12:08, 2 refactorings, tagged with speed, javascript, interleave, bitwise

Function takes an array of ...

1731ed1957835d6573324dba9e4774e3 Talk