« first day (706 days earlier)      last day (239 days later) » 

12:07 AM
Lol he approves
... still crashing my phone: (
 
yeah thats odd
whats funny is I did this like idk 2 years ago or so
just been porting old code to codepen
codepen seems to have a lot of high profile people checking it out though
/me hopes it could help in my job hunt next year
 
12:31 AM
Lol nice
 
 
1 hour later…
1:33 AM
anyone using mountain lion?
 
1:43 AM
@ChadScira I used a mountain lion once... the scars of our shattered romance still adorn my back. It was for the best however, she was after all a jungle cat, and me, a simple programmer. It was never meant to be.
 
 
2 hours later…
3:43 AM
Minitech's response reeks of the JS room.
 
4:09 AM
0
Q: is it safe to use jQuery and MooTools together?

user1179459I just neeed to know is it safe to use jQuery and MooTools Together in one web framework ? I am not trying create application using both of them, but i am in a situation where i need to modify mootool based application framework, so i am use to jquery, i dont want to waste my time learning mooto...

 
 
2 hours later…
6:35 AM
hi
 
6:54 AM
hi
can any one help in this
0
Q: Javascript Muilti Sub Array

vaahosti have a javascript code which generates dynimic sub array. function createArray() { var myArr = new Object(); myArr[0] = createSubArray('apple'); myArr[1] = createSubArray('Mango'); myArr[2] = createSubArray('Pineapple'); myArr[3] = createSubArray('Grape'); document.get...

 
new bounty worth +50 reputation stackoverflow.com/questions/12474730/…
 
@vaahost do you know that an object is not an array?
 
hi
yes i know that its not an array
 
7:57 AM
0
Q: C# Array Mutator Methods to mimic JavaScript Array Mutator Methods

smartcavemanBetween .NET's built-in collection libraries and LINQ extension methods, I never have to use arrays. An unfortunate consequence of this is that I am probably less competent in working with this very important Type than I should be. To help myself get a better grip on the Array class, I wrote so...

 
o/
 
o/
how ya doin
 
fine, didn't get enough sleep, but that's kinda normal for me these days.
how are you?
 
fine too
did I tell you I was engaged?
 
8:38 AM
Just gave myself a crash course on http content encodings for binary files without wanting to
 
@OctavianDamiean hi
 
div{
padding:1px 2px 1px 1px;
}
When writing padding like that is it top right left bottom or?
 
it's top right bottom left
like a clock.
 
Ahh thanks :)
Good way to remember hugs
Haha u have some fun stuff in that room desc one ;)
 
8:52 AM
Who sets the room desc? :)
 
lot of people
this one was rlemon iirc
all the room owners can set the desc
 
11111111111111111111 === 111111111111111110000; // true
How? O.o
 
@AmaanCheval Significant digits.. Javascript haz them
 
11111111111111111111 === 111111111111111110000; // true
because precision is lost over a certain number of digits
 
9:08 AM
because of the size of "int" I assume, and then instead of numberexception(java) then js just truncates the int to the most significant digits.
Please correct me if I am wrong though
 
@FlorianMargaine sorry, i was just stuck in a meeting. Congratulations, pal :) since when?
 
@GNi33 wednesday
@AndersMetnik integers limit is 2^53 iirc
 
congrats :)
 
thanks o/
 
Fast inverse square root (sometimes referred to as Fast InvSqrt() or by the hexadecimal constant 0x5f3759df) is a method of calculating x−½, the reciprocal (or multiplicative inverse) of a square root for a 32-bit floating point number in IEEE 754 floating point format. The algorithm was probably developed at Silicon Graphics in the early 1990s, and an implementation appeared in 1999 in the Quake III Arena source code, but the method did not appear on public forums such as Usenet until 2002 or 2003. At the time, the primary advantage of the algorithm came from avoiding computationally exp...
look at the "overview of the code" :D
 
9:22 AM
room topic changed to JavaScript: Math.max() < Math.min(); // true [css] [ecmascript] [html] [javascript] [node.js]
@Esailija rofl
 
@FlorianMargaine iirc ?
 
If I Remember Correctly
 
2
Q: Javascript Muilti Sub Array

vaahosti have a javascript code which generates dynamic sub arrays. function createArray() { var myArr = new Object(); myArr[0] = createSubArray('apple'); myArr[1] = createSubArray('Mango'); myArr[2] = createSubArray('Pineapple'); myArr[3] = createSubArray('Grape'); document.ge...

with bounty
 
Anyone know how to convert an url like 'attributes%5Bfield_colore%5D=Nero&attributes%5Bfield_taglia%5D=42&product_id=99' to an Json object?
 
9:33 AM
js or jquery
I have to retrieve elements from an ajax request:
$(document).ajaxSend(function(event, request, object){
// object.data contains the url, i need to check a specific key
}
 
so you just want a key?
 
Its a bit complex, i need to check if a key exists, if not, check for another key.. that's why i tought to build json obect instead of parsing the url-string directly
 
252
A: How can I get query string values?

999Improved version of Artem Barger's answer: function getParameterByName(name) { var match = RegExp('[?&]' + name + '=([^&]*)') .exec(window.location.search); return match && decodeURIComponent(match[1].replace(/\+/g, ' ')); } For more information on i...

there's no "put it all in an object" method, but you could easily write a method for this
 
9:52 AM
Hi people!
I have a dojo SVG Text problem,

When I create with the group element example:
var text = this.group.createText(...) a SVG Text,
I have the function: "getTextWidth()"

which gives me the length of the text in pixels. So far so good....

If I create a SVG Text object manually:

var text2 = gfx.shape.Text(),

sets the text, font and alignment, i don't have a similiar function to get the width of the text... any ideas?!
 
FB api sucks
 
FB ?!
 
@IvoWetzel well, you have to deal with it, especially in your job :x
 
batching API is a mess
 
how are you doing? :-)
 
9:57 AM
fine, although I'm WFH today, not feeling too good, guess a cold's around the corner...
FB api documentation sucks, and when you got to write mock tests for their stuff. uh
 
any of you guys are familiar with SVG coding on JS ?!
 
But yeah, the usual "you're always missing the one test which would have prevented the failure" scenario applies here
 
@IvoWetzel it always applies
:p
 
yeah :(
Can't we create a kickstarter that solves this problem?!?!?!
I mean it only takes 3 step: 1. Create Kickstarter 2. ??? 3. Profit
 
you've been reading kickstarted too much lately, haven't you?
 
10:03 AM
Hey all. Need a some quick help with a simple regular expression. I'm trying to find all file names that match something similar to the following (_trace could be anything): _trace.log2012-09-21. I need something at the beginning to match any number of characters before .log. This is what I have so far: \.log\d{4}-\d{2}-\d{2}
 
.*?
 
Simple as that. Cheers, Ivo!
 
10:17 AM
Goodbye!
 
@johnnyturbo3 you're welcome
 
@IvoWetzel so where is your node project baby at?
 
coming along well, some improvements here, some regression there (FB... rage)
and every now and then I add more obfuscation and minification to the build script :D
 
using jakefile iirc?
 
yes
 
10:40 AM
Hey. Anyone here? :)
 
@JoeyMorani Nope :)
 
Oh. ;)
Could you help me test something @AndersMetnik ? :)
It's like a remote desktop created using a canvas
 
no thanks
Don't have time atm sorry
 
:( Okay.
 
11:13 AM
heh, looks like that kid doesn't like jquery
 
Ohai Ivo
and hello all
 
@ThiefMaster -1 not enough jQuery, oh nvm
 
var stringDay = new Date(year, month, 0).getDate();
This should give me the last day of previous month.. 31 i get back.
But when I want maybe the last day of the x-month before that:
var stringDay = new Date(year, month-x, 0).getDate();
Doesn't work, any ideas?
0
Q: Last day of previous month

Anders MetnikI need the last day of last month, and the last day of x months back. var stringDay = new Date(year, month, 0).getDate(); This should give me the last day of previous month.. 31 i get back. But when I want maybe the last day of the x-month before that: var stringDay = new Date(year, month-...

 
11:33 AM
Seems to work for me. if I use "new Date(2012, 10-x, 0).getDate()" and x=1
I get 30
30 days in september.
 
Hmm thats weird :)
Try set it to feb please
Argh nvm my calculations was 1 off :-/
so hit jan and dec :P
 
Do you understand why it fails?
 
@JoeyMorani You still need a thing tested
@FlorianMargaine error 40 ;)
 
1 - 2 = -1
Well, error 40 ofc :p
 
11:39 AM
@AndersMetnik Na, I'm all good now thanks :)
 
Oki :)
 
@SVarun stop spamming
 
@FlorianMargaine Sorry due to some emergency i have send 2 message kindly help me please
 
emergency === want us to do your job asap?
sorry, that's not what SO's for
 
11:46 AM
@FlorianMargaine no no i am just asking some help i mean how i can do this some tips or some example i need .. again sorry
 
can anyone would like to help?
 
@Daljit can i know your question if possible i will help you
 
@Daljit One min i am checking
 
@Sv
@SVarun thanks for you time
your*
 
11:52 AM
@Daljit sorry i dont know about it any i will try
 
lol
 
@SVarun are you familiar with galleria plugin stackoverflow.com/questions/12528150/…
 
@Daljit no i am not much familiar with galleria
 
@SVarun okay could you get the problem?
 
11:59 AM
@Daljit yes
 
o/
 
@Loktar \o
 
you know what today is?
FRIDAY FRIDAY GOTTA GET DOWN ON FRIDAY
:P
 
i see u nd dievardump are on codepen.io
home page :D
 
yeah lol with my crazy one
 
12:01 PM
@Loktar guess what i did today
 
?
 
stayed awake in all 6 lectures in college
:D
 
haha nice
 
@SVarun are you looking on this
 
12:03 PM
i feel worthy :3
 
@Daljit Yes i will try to solve it
 
Hello there, I would like to know how to hide an element in a web page if I click a link from another page
 
@SVarun that would be great help
 
hi try putting an alert gallery.bind("fullscreen_exit", function(e) {
function
tell me if u get the alert
 
@Loktar YEAH!
yesterday was thursday, tomorrow is saturday sing
 
12:09 PM
@SVarun Yes i get the alert
 
ok one min
 
I tried this but I doe not seem to work to hide elements in another web page

$("#damn").click(function(){
$("#ini").css('display','none');
});
 
but setoptions does not work
 
can i get the full source so it will be more help full to solve this issue
put it in jsfiddle.net
 
ok let me
 
12:10 PM
ok
 
@Loktar
why you id ?
you realize .hitbox:nth-of-type(n){

}; will have save effect as #e-n
 
someone :<
 
@Daljit have u finished
 
it would take time
i have to host it somewhere
 
dont host it
just send it via jsfiddle.net
jsfiddle is free
 
12:16 PM
@Loktar dammit, now you made me listen to this...
 
so just put that page source and send
@Daljit i need to leave now
@Daljit i will be back in 2 hrs
@JesusAdolfo what you mean by someone :<
 
i know jsfiddle is free. can i reach you somewhere else ?
after sometime
 
did I ever say I love xkcd?
@dievardump this guy works at smile :p metal3d.org/index.php/blog/ticket/2012/09/05/…
 
@Daljit you can contact me via email : wwwvarunprotechnet@ymail.com / mobile : 9042248903
@Daljit Are You There
@Daljit Ok Buy Now
 
yes
okay
 
12:24 PM
Hello there, I would like to know how to hide an element in a web page if I click a link from another page
I tried this but I does not seem to work to hide elements in another web page

$("#damn").click(function(){
$("#ini").css('display','none');
});

also tried #ini.hide() with no results
 
$('#ini').hide()
 
@ThiefMaster "from another page"
I think there is a problem in what he asks
@JesusAdolfo short answer, with what you say, is: You can't.
 
@FlorianMargaine from next time i will keep my hands away when i show u the code
 
@Abhishek hahaha
 
12:36 PM
@Abhishek because Im not a css masta
 
@JesusAdolfo cookie
 
@Loktar yoda has just gave his voice of knowledge to you skywalker now go ahead and rock it on!
 
@Abhishek if ( 100 === a )
 
@dievardump hey
Love that demo, totally forgot about it
 
12:42 PM
room topic changed to JavaScript: if ( 'has spoken' === yoda ) [css] [ecmascript] [html] [javascript] [node.js]
 
Im thinking of making a halloween themed one, zombie arms reaching for a floating brain :P
 
@FlorianMargaine ??
 
@Loktar lol thanks.
I have another one, which looks like
 
maybe I should check back with Diablo III
 
12:48 PM
 
seems like the patched a ton of stuff
 
but the "heart" also follow the mouse and have different strenght
 
@IvoWetzel they havent really added fun to the patch yet
however Torchlight II is out :P
 
@FlorianMargaine , @dievardump you two gotta see this
 
@Loktar I didn't even make it to 60 back then
 
12:54 PM
me neither
I think I hit like 48
 
js weekly's out
 
@Ivo it is way better. Way more stable.
 
French people are quite creative
infact the busy farmer one is more or less decently close to reality
 
I have a 60+WD and a 60barb
 
we lost the interest at around 53, I mean, I don't mind a fair challenge. But this was ridiculous
Only thing you could do was to kite
and then you'd run into even more elites
so yeah, sorceress no fun :(
 
12:56 PM
 
@IvoWetzel they changed around all the stuff for each "class" to make it more even
nerfed some stuff, beefed some other stuff, capped some more .
 
am I the only one here playing Torchlight II ? :(
 
they also made it so once you hit 60 you can now still gain exp and "level" (you never really gain levels. you just add +n to your name, each + gives you +3mf/gf)
 
you guys are missing out if you dont check it out. The actual creators of Diablo made TL2
unlike the imposter D3 creators
 
@Loktar my bro wants to check it out. I barley have time for D3 let alone another game
 
12:59 PM
if you liked D1/D2 youd like it a lot
 

« first day (706 days earlier)      last day (239 days later) »