Options:
Previous day, Next day
- # Session Start: Wed Jan 07 00:00:00 2015
- # Session Ident: #html5
- # [00:00] * Joins: jottr (~jottr@unaffiliated/jottr)
- # [00:01] * Quits: squeakytoy (~squeakyto@h87-96-232-231.dynamic.se.alltele.net) (Read error: Connection reset by peer)
- # [00:02] * Joins: Christer_ (~Christer@185.13.92.20)
- # [00:02] * Quits: mellybean (~Adium@199.116.167.220) (Quit: Leaving.)
- # [00:02] * Quits: LucaTM (~Luca@ppp-1-85.33-151.iol.it) (Quit: To infinity and beyond...)
- # [00:05] * Quits: Christer (~Christer@unaffiliated/christer) (Ping timeout: 240 seconds)
- # [00:05] * Christer_ is now known as Christer
- # [00:06] * Joins: Xtrivity (~Insanity@S0106586d8ffa3c9b.va.shawcable.net)
- # [00:06] * Joins: david-theory (~david-the@c-174-63-191-121.hsd1.fl.comcast.net)
- # [00:08] <Xtrivity> Hi Guys, If I have an object that I fetch remotely say something like var obj = { "img": "img1.jpg", "video":"videoname1.mp4", "text":"text"} and I want to cache that using HTML5 caching... if that object is dynamic.. (say I ask it to pull again...) will it re-pull all of the images or does html5 do some magical checksum ot see if the files are the same?
- # [00:11] <moo-_-> Xtrivity: you set caching headers on actual image and video files
- # [00:11] * Joins: bannakaffalatta (~bannakaff@unaffiliated/hsaxon)
- # [00:11] <moo-_-> Xtrivity: and browsers won't reload them until the expire time passes
- # [00:12] <moo-_-> Xtrivity: if you need to expire the cache then you can do it by generating and extra query get parameter on url
- # [00:12] <Xtrivity> moo-_-, say I have a carousel scrolling through images and videos... If I hit the "update" on the backend, I want the page to pull only the new content and not have to re-download all of the old content.
- # [00:12] <Xtrivity> but if say img1.jpg changes to a new updated img1.jpg, I want to make sure that it pulls the new img1.jpg
- # [00:12] <moo-_-> Xtrivity: you will serve updated images and videos to different URL
- # [00:13] <moo-_-> Xtrivity: for example, by adding timestamp to image and video URL on save.
- # [00:13] <moo-_-> if the URL timestamp changes browser redownloads
- # [00:13] * Joins: Zebra111 (~quassel@sydnns0115w-156057001250.dhcp-dynamic.FibreOp.ns.bellaliant.net)
- # [00:13] <Xtrivity> moo-_-, yeah, I understand how using a get param can clear the cache, but I want to say ajax a new object and have it pull.
- # [00:14] <moo-_-> Xtrivity: ah
- # [00:14] <moo-_-> so you want to get notification when the backend updates and change the page in real time?
- # [00:14] <Xtrivity> I want to add new entries, but only ones that don't exist, and overwrite old ones.
- # [00:14] <Xtrivity> but if there are none ot replace, I want to keep the existing ones in place.
- # [00:14] <Xtrivity> essentailly almost version control like GIT, but that's overkill now that i've been looking at memcache's capabilities.
- # [00:15] <moo-_-> you diff the content of existing data and old data. then you act according to diff (add/update/remove)
- # [00:15] <moo-_-> how that happens is specific to your carousel data and I guess there is no general answer
- # [00:16] <Xtrivity> moo-_-, now I am wondering. is there a way to differentiate. To do this the long way I would add a checksum to each image and attach that image into
- # [00:16] <moo-_-> Xtrivity: yes
- # [00:16] <moo-_-> or timestamp when image was saved
- # [00:17] * Quits: Dimoff (~quassel@77.78.16.26) (Quit: zZZzZ)
- # [00:17] <moo-_-> both serve equally well
- # [00:18] <Xtrivity> moo-_-, now I wont cache the .js, simply the media files. If i pull an object but i'm using html5 caching, I can still pull new media such as a video from that object and it will populate the "carousel"
- # [00:18] <Xtrivity> or will I need to do a page load due to caching the images.
- # [00:18] <moo-_-> Xtrivity: I am not sure what are you asking here
- # [00:18] <moo-_-> do you mean you cache the .js with media data?
- # [00:20] <Xtrivity> Okay say i have img1, img2, img3 scrolling through my app. then using the backend I am going to want to replace img2 and add img4. Assuming I don't cache the .js file and only the images, will img4 download locally and populate, and is there a way to refresh img2 using the html5 cache properties. I've been digging a bit, but haven't seem to found an concrete answer.
- # [00:21] * Quits: VikeStep (~VikeStep@101.162.12.98) (*.net *.split)
- # [00:21] * Quits: wobblyjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl) (*.net *.split)
- # [00:21] * Quits: Haswell (~Haswell@unaffiliated/haswell) (*.net *.split)
- # [00:21] * Quits: Wildblue (~guy@unaffiliated/wildblue) (*.net *.split)
- # [00:21] * Quits: Whiskey (whiskey@31.44.232.185) (*.net *.split)
- # [00:21] * Quits: ghoti (~paul@hq.experiencepoint.com) (*.net *.split)
- # [00:21] * Quits: jeffw198_____ (sid28243@gateway/web/irccloud.com/x-gugyexamshlxwdmm) (*.net *.split)
- # [00:21] * Quits: df (df@digital.el8.net) (*.net *.split)
- # [00:21] * Quits: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net) (*.net *.split)
- # [00:21] * Quits: roentgen (~none@openvpn/community/support/roentgen) (*.net *.split)
- # [00:21] * Quits: Aim (~frank@paranoid.nl) (*.net *.split)
- # [00:21] * Quits: Ethylene (~Ethylene@unaffiliated/ethylene) (*.net *.split)
- # [00:21] * Quits: Zak (~Zak@unaffiliated/zak) (*.net *.split)
- # [00:21] * Quits: Charun (~Charun@unaffiliated/charun) (*.net *.split)
- # [00:21] * Quits: danielfilho (~danielfil@208.68.39.233) (*.net *.split)
- # [00:21] * Quits: antihaus (~antihaus@ec2-54-64-102-124.ap-northeast-1.compute.amazonaws.com) (*.net *.split)
- # [00:21] * Quits: alexwhitman (~alexwhitm@5751f6e6.skybroadband.com) (*.net *.split)
- # [00:21] * Quits: renetool__ (~quassel@h2197858.stratoserver.net) (*.net *.split)
- # [00:21] * Quits: ajf- (~ajf-@199.175.53.201) (*.net *.split)
- # [00:21] * Quits: sgentle (~sgentle@ec2-54-252-233-0.ap-southeast-2.compute.amazonaws.com) (*.net *.split)
- # [00:21] * Quits: dualbus (~dualbus@dualbus.me) (*.net *.split)
- # [00:21] * Quits: patson (~mirc@dyn68-133.yok.fi) (*.net *.split)
- # [00:21] * Quits: gnarf (~gnarf@unaffiliated/gnarf) (*.net *.split)
- # [00:21] * Quits: jory (~jory@supercu.be) (*.net *.split)
- # [00:21] * Quits: Johnny- (~null@unaffiliated/johnny-) (*.net *.split)
- # [00:21] * Quits: rascal999 (~rascal999@unaffiliated/rascal999) (*.net *.split)
- # [00:21] * Quits: sosby (~jsa@unaffiliated/sosby) (*.net *.split)
- # [00:21] * Quits: Christer (~Christer@185.13.92.20) (*.net *.split)
- # [00:21] * Quits: mezod_ (~mezod@219.Red-83-39-216.dynamicIP.rima-tde.net) (*.net *.split)
- # [00:21] * Quits: kborchers (kborchers@gateway/shell/jquery.com/x-otkzwhuftmufcegs) (*.net *.split)
- # [00:21] * Quits: RS232C (~null@24-217-220-88.dhcp.stls.mo.charter.com) (*.net *.split)
- # [00:21] * Quits: digital_samurai (~andyegan@178.Red-88-12-53.staticIP.rima-tde.net) (*.net *.split)
- # [00:21] * Quits: roger_raymond (~roger_ray@linode.lynch-raymond.com) (*.net *.split)
- # [00:21] * Quits: Probeus (~probeus@irc.probeus.no) (*.net *.split)
- # [00:21] * Quits: clamstar (~rx-ident@162.243.230.189) (*.net *.split)
- # [00:21] * Quits: DaGardner (~DaGardner@unaffiliated/dagardner) (*.net *.split)
- # [00:21] * Quits: conan_ (~conan@mdproctor.plus.com) (*.net *.split)
- # [00:21] * Quits: bray90820 (~bray90820@50-81-253-32.client.mchsi.com) (*.net *.split)
- # [00:21] * Quits: s3shs (~s3shs@ip68-99-253-150.ph.ph.cox.net) (*.net *.split)
- # [00:21] * Quits: CentaurWarchief (~CentaurWa@162.243.10.122) (*.net *.split)
- # [00:21] * Quits: astaves (~astaves@teamtrack.in) (*.net *.split)
- # [00:21] * Quits: Isigiel (~Isigiel@v22014011655016491.yourvserver.net) (*.net *.split)
- # [00:21] * Quits: MissionCritical (~MissionCr@unaffiliated/missioncritical) (*.net *.split)
- # [00:21] * Quits: derrida (~derrida-f@unaffiliated/deleuze) (*.net *.split)
- # [00:21] * Joins: sgentle (~sgentle@ec2-54-252-233-0.ap-southeast-2.compute.amazonaws.com)
- # [00:21] * Joins: Wildblue (~guy@unaffiliated/wildblue)
- # [00:21] * Joins: Ethylene (~Ethylene@2604:180:2:4d7::6666)
- # [00:21] * Joins: roentgen (~none@openvpn/community/support/roentgen)
- # [00:21] * Joins: df (df@digital.el8.net)
- # [00:21] * Joins: Charun (~Charun@rrcs-24-97-184-22.nys.biz.rr.com)
- # [00:21] * Joins: jeffw198_____ (sid28243@gateway/web/irccloud.com/x-qdjtlwchapqtvorj)
- # [00:21] * Joins: wobblyjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl)
- # [00:21] * Joins: VikeStep (~VikeStep@101.162.12.98)
- # [00:21] * Joins: gnarf (~gnarf@unaffiliated/gnarf)
- # [00:21] * Joins: jory (~jory@supercu.be)
- # [00:21] * Joins: antihaus (~antihaus@ec2-54-64-102-124.ap-northeast-1.compute.amazonaws.com)
- # [00:22] * Joins: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net)
- # [00:22] * Joins: Guest3760 (~Zak@103.4.17.174)
- # [00:22] * Joins: Haswell (~Haswell@unaffiliated/haswell)
- # [00:22] * Joins: patson (~mirc@dyn68-133.yok.fi)
- # [00:22] * Joins: Whiskey (whiskey@31.44.232.185)
- # [00:22] * Joins: dualbus (~dualbus@dualbus.me)
- # [00:23] * Joins: Christer (~Christer@185.13.92.20)
- # [00:23] * Joins: mezod_ (~mezod@219.Red-83-39-216.dynamicIP.rima-tde.net)
- # [00:23] * Joins: kborchers (kborchers@gateway/shell/jquery.com/x-otkzwhuftmufcegs)
- # [00:23] * Joins: RS232C (~null@24-217-220-88.dhcp.stls.mo.charter.com)
- # [00:23] * Joins: digital_samurai (~andyegan@178.Red-88-12-53.staticIP.rima-tde.net)
- # [00:23] * Joins: roger_raymond (~roger_ray@linode.lynch-raymond.com)
- # [00:23] * Joins: Probeus (~probeus@irc.probeus.no)
- # [00:23] * Joins: clamstar (~rx-ident@162.243.230.189)
- # [00:23] * Joins: conan_ (~conan@mdproctor.plus.com)
- # [00:23] * Joins: bray90820 (~bray90820@50-81-253-32.client.mchsi.com)
- # [00:23] * Joins: s3shs (~s3shs@ip68-99-253-150.ph.ph.cox.net)
- # [00:23] * Joins: CentaurWarchief (~CentaurWa@162.243.10.122)
- # [00:23] * Joins: astaves (~astaves@teamtrack.in)
- # [00:23] * Joins: Isigiel (~Isigiel@v22014011655016491.yourvserver.net)
- # [00:23] * Joins: derrida (~derrida-f@unaffiliated/deleuze)
- # [00:23] * Joins: sosby (~jsa@unaffiliated/sosby)
- # [00:23] * Joins: renetool_ (~quassel@h2197858.stratoserver.net)
- # [00:23] <moo-_-> Xtrivity: forget html5 cache
- # [00:23] * Joins: danielfilho (~danielfil@208.68.39.233)
- # [00:23] <moo-_-> what you are dealing with are HTTP response cache headers
- # [00:23] * Joins: alexwhitman (~alexwhitm@5751f6e6.skybroadband.com)
- # [00:23] <moo-_-> and most likely the answer to your question what you are thinking is "no"
- # [00:23] * Joins: DaGardner (~DaGardner@unaffiliated/dagardner)
- # [00:23] <moo-_-> you don't have explicit control over browser cache
- # [00:24] * Joins: Johnny- (~null@unaffiliated/johnny-)
- # [00:24] * Joins: rascal999 (~rascal999@unaffiliated/rascal999)
- # [00:25] * Quits: thecontrarian42 (sid31835@gateway/web/irccloud.com/x-dfvvdajbxthelppl) (Ping timeout: 268 seconds)
- # [00:25] * Quits: scheib (sid4467@gateway/web/irccloud.com/x-bplfseoiiqexzcbd) (Ping timeout: 268 seconds)
- # [00:25] <Xtrivity> moo-_-, I am working on an app, so I am more interested in html5 cache as opposed to response cache headers.
- # [00:26] * Quits: ewilliam (sid41579@gateway/web/irccloud.com/x-ehmbddnredpgypgh) (Ping timeout: 244 seconds)
- # [00:26] * Quits: monteslu (sid26442@gateway/web/irccloud.com/x-suxobhxtmtidfkev) (Ping timeout: 244 seconds)
- # [00:26] <moo-_-> Xtrivity: there is no API to tell html5 manifest cache or appCache to expire certain object
- # [00:26] <moo-_-> in fact whole html5 appcache is quite a mess and my suggestion is steer away from it if possible
- # [00:27] <moo-_-> there is work to replace it with more functioning solution in the future
- # [00:27] * Quits: indigoskies (~indigoski@gateway/tor-sasl/indigoskies) (Ping timeout: 250 seconds)
- # [00:27] * Joins: ghoti (~paul@hq.experiencepoint.com)
- # [00:27] * Joins: scheib (sid4467@gateway/web/irccloud.com/x-getpajdedydagpsq)
- # [00:27] * Joins: thecontrarian42 (sid31835@gateway/web/irccloud.com/x-hktwtfraxjofyuki)
- # [00:27] * Joins: ewilliam (sid41579@gateway/web/irccloud.com/x-eurqqzmvfslzgobt)
- # [00:27] * Quits: snowden (~snowden@gateway/tor-sasl/snowden) (Ping timeout: 250 seconds)
- # [00:27] * Quits: DrCode (~DrCode@gateway/tor-sasl/drcode) (Ping timeout: 250 seconds)
- # [00:27] * Quits: Fusl (~Fusl@gateway/tor-sasl/fusl) (Ping timeout: 250 seconds)
- # [00:27] * Quits: opsec (~opsec@gateway/tor-sasl/opsec) (Ping timeout: 250 seconds)
- # [00:28] * Joins: Fusl (Fusl@unaffiliated/fusl)
- # [00:28] * Joins: monteslu (sid26442@gateway/web/irccloud.com/x-mectxyhbkoitiava)
- # [00:29] * Joins: MissionCritical (~MissionCr@unaffiliated/missioncritical)
- # [00:32] * Quits: benjaminr (benjaminr@server2.shellfire.net) (Ping timeout: 256 seconds)
- # [00:35] * Quits: daze (~daze@unaffiliated/daze) (Remote host closed the connection)
- # [00:35] * Joins: sgen__ (~sgen@64.231.205.42)
- # [00:35] * Joins: daze (~daze@unaffiliated/daze)
- # [00:35] * Quits: VikeStep (~VikeStep@101.162.12.98) (Quit: Leaving)
- # [00:35] * Joins: VikeStep (~VikeStep@101.162.12.98)
- # [00:35] * Quits: sgen__ (~sgen@64.231.205.42) (Read error: Connection reset by peer)
- # [00:35] * Joins: codeman (~gabriel@187.75.123.134)
- # [00:35] * Quits: renetool_ (~quassel@h2197858.stratoserver.net) (Quit: No Ping reply in 180 seconds.)
- # [00:35] * Joins: renetool_ (~quassel@h2197858.stratoserver.net)
- # [00:35] * Joins: sgen_ (~sgen@64.231.205.42)
- # [00:35] <Xtrivity> thx moo-_- I'll do a bit more research and see what I conclude with
- # [00:35] * Joins: benjaminr (benjaminr@server2.shellfire.net)
- # [00:35] * Quits: demophoon (~bgresham@www.brittg.sexy) (Ping timeout: 264 seconds)
- # [00:35] * Joins: demophoon (~bgresham@www.brittg.sexy)
- # [00:35] * Quits: sgen_ (~sgen@64.231.205.42) (Read error: Connection reset by peer)
- # [00:37] * Quits: Christer (~Christer@185.13.92.20) (Quit: Going offline, see ya!)
- # [00:37] * Joins: mellybean (~Adium@199.116.167.220)
- # [00:38] * Joins: Christer (~Christer@185.13.92.20)
- # [00:38] * Quits: Christer (~Christer@185.13.92.20) (Changing host)
- # [00:38] * Joins: Christer (~Christer@unaffiliated/christer)
- # [00:38] * Quits: metr (~yourname@109.87.208.111) (Ping timeout: 265 seconds)
- # [00:39] * Joins: theweirdn8 (~TheNathan@98.226.236.231)
- # [00:40] * Joins: rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt)
- # [00:41] * Quits: io__jp (~Adium@p31162-ipngn9102marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving.)
- # [00:42] * Joins: buzzlewoo (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net)
- # [00:45] * Quits: rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt) (Ping timeout: 245 seconds)
- # [00:45] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [00:46] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [00:46] * Joins: asher^ (~textual@unaffiliated/asher/x-9381395)
- # [00:48] * Quits: oxhak (~OxHaK@unaffiliated/oxhak) (Ping timeout: 245 seconds)
- # [00:51] * Joins: habanany (~lazaro@cpe-142-255-42-254.nyc.res.rr.com)
- # [00:51] * Quits: Zebra111 (~quassel@sydnns0115w-156057001250.dhcp-dynamic.FibreOp.ns.bellaliant.net) (Remote host closed the connection)
- # [00:51] * Quits: habanany (~lazaro@cpe-142-255-42-254.nyc.res.rr.com) (Max SendQ exceeded)
- # [00:51] * Quits: VsDamon (~VsDamon@h-106-196.a183.priv.bahnhof.se) (Quit: Textual IRC Client: www.textualapp.com)
- # [00:52] * Joins: DrCode (~DrCode@gateway/tor-sasl/drcode)
- # [00:52] * Quits: vlad_starkov (~vlad_star@91.206.59.50) (Ping timeout: 244 seconds)
- # [00:52] * Joins: NickelFlavour (~NickelFla@cpc27-rdng20-2-0-cust103.15-3.cable.virginm.net)
- # [00:53] * Quits: bannakaffalatta (~bannakaff@unaffiliated/hsaxon) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [00:54] * Quits: mellybean (~Adium@199.116.167.220) (Quit: Leaving.)
- # [00:54] * Joins: vlad_starkov (~vlad_star@91.206.59.50)
- # [00:55] * Joins: ajf- (~ajf-@199.175.53.201)
- # [00:56] * Joins: Aim (~frank@paranoid.nl)
- # [00:56] * Quits: DrCode (~DrCode@gateway/tor-sasl/drcode) (Remote host closed the connection)
- # [00:57] * Joins: indigoskies (~indigoski@gateway/tor-sasl/indigoskies)
- # [00:57] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 264 seconds)
- # [01:00] * Quits: DreadKnight (~DreadKnig@unaffiliated/dreadknight) (Quit: #AncientBeast - Master Your Beasts ( www.AncientBeast.com ))
- # [01:01] * Quits: WillAmes (~py@ool-18b9b3ea.dyn.optonline.net) (Remote host closed the connection)
- # [01:01] * Joins: WillAmes (~py@ool-18b9b3ea.dyn.optonline.net)
- # [01:02] * Joins: mellybean (~Adium@199.116.167.220)
- # [01:02] * Joins: DrCode (~DrCode@gateway/tor-sasl/drcode)
- # [01:06] * Joins: opsec (~opsec@gateway/tor-sasl/opsec)
- # [01:06] * Joins: snowden (~snowden@gateway/tor-sasl/snowden)
- # [01:07] * Joins: ozanorhan (~ozanorhan@94.54.53.156)
- # [01:07] * Quits: indigoskies (~indigoski@gateway/tor-sasl/indigoskies) (Ping timeout: 250 seconds)
- # [01:07] * Joins: indigoskies (~indigoski@gateway/tor-sasl/indigoskies)
- # [01:07] * Joins: habanany (~lazaro@cpe-142-255-42-254.nyc.res.rr.com)
- # [01:08] * Parts: RS232C (~null@24-217-220-88.dhcp.stls.mo.charter.com) ("Leaving")
- # [01:08] * Quits: habanany (~lazaro@cpe-142-255-42-254.nyc.res.rr.com) (Max SendQ exceeded)
- # [01:08] * Quits: mezod_ (~mezod@219.Red-83-39-216.dynamicIP.rima-tde.net) (Remote host closed the connection)
- # [01:10] * Joins: habanany (~lazaro@cpe-142-255-42-254.nyc.res.rr.com)
- # [01:10] * Quits: habanany (~lazaro@cpe-142-255-42-254.nyc.res.rr.com) (Max SendQ exceeded)
- # [01:11] * Quits: ozanorhan (~ozanorhan@94.54.53.156) (Ping timeout: 244 seconds)
- # [01:13] * Joins: habanany (~lazaro@cpe-142-255-42-254.nyc.res.rr.com)
- # [01:14] * Parts: habanany (~lazaro@cpe-142-255-42-254.nyc.res.rr.com)
- # [01:16] * Quits: Haswell (~Haswell@unaffiliated/haswell) (Quit: Saliendo)
- # [01:21] * Quits: felixjet_ (~felixjet@247.Red-79-158-159.staticIP.rima-tde.net) (Read error: Connection reset by peer)
- # [01:23] * Joins: Vennril2 (~vennril@dslb-146-060-239-250.146.060.pools.vodafone-ip.de)
- # [01:24] * Quits: Vennril (~vennril@dslb-084-061-028-170.084.061.pools.vodafone-ip.de) (Ping timeout: 256 seconds)
- # [01:29] * Quits: Bwild (~irc@static-72-67-52-110.lsanca.fios.verizon.net) (Quit: leaving)
- # [01:30] * Quits: araujo (~araujo@gentoo/developer/araujo) (Read error: Connection reset by peer)
- # [01:31] * Joins: AndChat-189569 (~habanany@cpe-142-255-42-254.nyc.res.rr.com)
- # [01:31] * Quits: AndChat|189569 (~habanany@cpe-142-255-42-254.nyc.res.rr.com) (Read error: Connection reset by peer)
- # [01:31] * Joins: araujo (~araujo@gentoo/developer/araujo)
- # [01:31] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [01:31] * Quits: AndChat-189569 (~habanany@cpe-142-255-42-254.nyc.res.rr.com) (Max SendQ exceeded)
- # [01:31] * Quits: obsidian (~kvirc@50.59.173.54) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [01:31] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [01:35] * Quits: RizziCR (~rizzi@ip-109-91-88-201.hsi12.unitymediagroup.de) (Quit: Ich glaub ich muss weg… ;))
- # [01:35] * Joins: Wildblue` (~guy@unaffiliated/wildblue)
- # [01:37] * Joins: bannakaffalatta (~bannakaff@unaffiliated/hsaxon)
- # [01:38] * Quits: mellybean (~Adium@199.116.167.220) (Quit: Leaving.)
- # [01:39] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Ping timeout: 264 seconds)
- # [01:57] * Quits: zecho (~zecho@66-247-17-199.northern.mnscu.edu) (Remote host closed the connection)
- # [01:58] * Joins: zecho (~zecho@66-247-17-199.northern.mnscu.edu)
- # [01:59] * Joins: grimgryphon (~grimgryph@c-24-18-166-50.hsd1.wa.comcast.net)
- # [01:59] * Quits: bannakaffalatta (~bannakaff@unaffiliated/hsaxon) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [01:59] * Quits: pandaant (~batman@149.201.240.93) (Remote host closed the connection)
- # [02:00] * Joins: io__jp (~Adium@p7cdba468.tokyff01.ap.so-net.ne.jp)
- # [02:02] * Quits: eddief (~Eddie@c-24-22-33-249.hsd1.or.comcast.net) (Quit: Leaving.)
- # [02:06] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [02:06] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [02:12] * Quits: basiclaser_ (uid10861@gateway/web/irccloud.com/x-fhiladjfgjlobhix) (Quit: Connection closed for inactivity)
- # [02:12] * Joins: noriakioji (~noriakioj@108-246-206-219.lightspeed.sntcca.sbcglobal.net)
- # [02:12] * Joins: sgen_ (~sgen@64.231.205.42)
- # [02:14] * Quits: Christer (~Christer@unaffiliated/christer) (Ping timeout: 264 seconds)
- # [02:18] * Quits: turtlemansam (~turtleman@unaffiliated/turtlemansam) (Quit: turtle's out!)
- # [02:19] * Quits: noriakioji (~noriakioj@108-246-206-219.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving...)
- # [02:19] * Joins: hfp_ (~hfp@65.93.185.195)
- # [02:20] * Quits: hfp (~hfp@MTRLPQ0736W-LP130-04-1177930962.dsl.bell.ca) (Ping timeout: 245 seconds)
- # [02:20] * hfp_ is now known as hfp
- # [02:20] * Quits: hfp_work (~hfp_work@MTRLPQ0736W-LP130-04-1177930962.dsl.bell.ca) (Ping timeout: 244 seconds)
- # [02:21] * Joins: hfp_work (~hfp_work@65.93.185.195)
- # [02:33] * Quits: grimgryphon (~grimgryph@c-24-18-166-50.hsd1.wa.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [02:42] * Joins: ItsMeLenny (~Lenny@101.174.160.57)
- # [02:42] * Joins: Zebra111 (~quassel@sydnns0115w-156057001250.dhcp-dynamic.FibreOp.ns.bellaliant.net)
- # [02:45] * Quits: Zebra111 (~quassel@sydnns0115w-156057001250.dhcp-dynamic.FibreOp.ns.bellaliant.net) (Remote host closed the connection)
- # [02:45] * Joins: Zebra111 (~quassel@sydnns0115w-156057001250.dhcp-dynamic.FibreOp.ns.bellaliant.net)
- # [02:46] * Joins: k_sze[work] (~kvirc@unaffiliated/kira)
- # [02:46] * Quits: asher^ (~textual@unaffiliated/asher/x-9381395) (Quit: Textual IRC Client: www.textualapp.com)
- # [02:50] * Quits: checkit (hidden-use@wsip-68-225-29-133.oc.oc.cox.net) (Ping timeout: 264 seconds)
- # [02:54] * Joins: phrozensilver (~phrozensi@174-126-2-175.cpe.cableone.net)
- # [02:54] * Quits: Vennril2 (~vennril@dslb-146-060-239-250.146.060.pools.vodafone-ip.de) (Ping timeout: 265 seconds)
- # [02:56] * Joins: ozanorhan (~ozanorhan@94.54.53.156)
- # [02:58] * Quits: codeman (~gabriel@187.75.123.134) (Quit: #partiu)
- # [02:58] * Joins: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi)
- # [03:00] * Quits: ozanorhan (~ozanorhan@94.54.53.156) (Ping timeout: 256 seconds)
- # [03:07] * Quits: symb (~symb@2a02:8109:8980:540:1d1c:1685:970e:34d) (Quit: You should never underestimate the predictability of stupidity.)
- # [03:09] * Quits: George__ (~George__@97-102-59-201.res.bhn.net)
- # [03:13] * Quits: clincher (~quassel@cpe-76-168-138-8.socal.res.rr.com) (Read error: Connection reset by peer)
- # [03:15] * Joins: clincher (~quassel@cpe-76-168-138-8.socal.res.rr.com)
- # [03:15] * Joins: Squabbler (~smuxi@cpe-76-94-247-94.socal.res.rr.com)
- # [03:16] * Joins: hafeez3000 (~hafeez@183.83.167.101)
- # [03:17] * Quits: NickelFlavour (~NickelFla@cpc27-rdng20-2-0-cust103.15-3.cable.virginm.net) (Ping timeout: 264 seconds)
- # [03:18] * Joins: fatcat32594 (~fatcat325@pool-98-111-239-6.pitbpa.fios.verizon.net)
- # [03:20] * Joins: phrozensilver1 (~phrozensi@174-126-2-175.cpe.cableone.net)
- # [03:24] * Quits: phrozensilver (~phrozensi@174-126-2-175.cpe.cableone.net) (Ping timeout: 240 seconds)
- # [03:25] * Joins: Bwild (~irc@static-72-67-52-110.lsanca.fios.verizon.net)
- # [03:25] * Quits: richardbkr (~richardbk@ITFS-7JZH4J1-DT.ucsf.edu) (Ping timeout: 245 seconds)
- # [03:32] * Joins: parduse (~parduse@unaffiliated/parduse)
- # [03:44] * Quits: Fusl (Fusl@unaffiliated/fusl) (Quit: Contact: http://hallowe.lt/)
- # [03:46] * Quits: hafeez3000 (~hafeez@183.83.167.101) (Quit: hafeez3000)
- # [03:46] * Joins: Fusl (~Fusl@gateway/tor-sasl/fusl)
- # [03:47] * Quits: deasy (~deasy@109.89.126.76) (Quit: Nom d'un quark, c'est Edmonton !)
- # [03:49] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [03:49] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [03:51] * Joins: genediazjr (~genediazj@182.18.226.59)
- # [03:52] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [03:52] * Quits: buzzlewoo (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net) (Ping timeout: 244 seconds)
- # [03:52] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [03:54] * Quits: manuelbieh (~manuelbie@p57BD6FC7.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
- # [03:57] * Quits: genediazjr (~genediazj@182.18.226.59)
- # [03:57] * Joins: bannakaffalatta (~bannakaff@unaffiliated/hsaxon)
- # [03:57] * Joins: eBureau (~Bruno@181.164.77.172)
- # [03:58] * Quits: Ducki (~Ducki@191.233.66.1) (Remote host closed the connection)
- # [03:59] * Joins: George___ (~George__@97-102-59-201.res.bhn.net)
- # [04:00] * Quits: sgen_ (~sgen@64.231.205.42) (Quit: Leaving)
- # [04:06] * Joins: turtlemansam (~turtleman@unaffiliated/turtlemansam)
- # [04:10] * Joins: george88_ (~george888@c-50-132-64-181.hsd1.wa.comcast.net)
- # [04:16] * Quits: phrozensilver1 (~phrozensi@174-126-2-175.cpe.cableone.net) (Ping timeout: 264 seconds)
- # [04:16] * Joins: phrozensilver (~phrozensi@174-126-2-175.cpe.cableone.net)
- # [04:19] * Quits: theweirdn8 (~TheNathan@98.226.236.231) (Quit: Leaving.)
- # [04:20] * Joins: theweirdn8 (~TheNathan@98.226.236.231)
- # [04:22] * Quits: Squabbler (~smuxi@cpe-76-94-247-94.socal.res.rr.com) (Ping timeout: 255 seconds)
- # [04:23] * Quits: fandi (~fandi@101.255.36.66) (Quit: Leaving)
- # [04:28] * Quits: ItsMeLenny (~Lenny@101.174.160.57) (Quit: Leaving)
- # [04:31] * Joins: dik_dak (~dik_dak@216.207.42.140)
- # [04:32] * Quits: Ethylene (~Ethylene@2604:180:2:4d7::6666) (Changing host)
- # [04:33] * Joins: Ethylene (~Ethylene@unaffiliated/ethylene)
- # [04:40] * Quits: say2joe (~Adium@198-101-119-98.static-ip.telepacific.net) (Quit: Leaving.)
- # [04:44] * Joins: Squabbler (~smuxi@cpe-76-94-247-94.socal.res.rr.com)
- # [04:45] * Joins: ozanorhan (~ozanorhan@94.54.53.156)
- # [04:45] * Quits: wobblyjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
- # [04:48] * Quits: theweirdn8 (~TheNathan@98.226.236.231) (Read error: Connection reset by peer)
- # [04:49] * Quits: ozanorhan (~ozanorhan@94.54.53.156) (Ping timeout: 264 seconds)
- # [04:51] * Joins: LiENUS (~LiENUS@ip72-219-28-141.br.br.cox.net)
- # [04:51] * Quits: irae_ (~irae_@nat/yahoo/x-nxiwgpjowsemscwt) (Quit: irae_)
- # [04:52] * Joins: theweirdn8 (~TheNathan@98.226.236.231)
- # [04:53] * Quits: patrykn (~patrykn@195.171.203.84) (Ping timeout: 276 seconds)
- # [04:53] * Quits: Livadi (~julien@195.171.203.84) (Ping timeout: 276 seconds)
- # [04:56] * Joins: richardbkr (~richardbk@73.15.207.74)
- # [04:58] * Quits: richardbkr (~richardbk@73.15.207.74) (Remote host closed the connection)
- # [05:00] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [05:08] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
- # [05:09] * Quits: Squabbler (~smuxi@cpe-76-94-247-94.socal.res.rr.com) (Ping timeout: 245 seconds)
- # [05:09] * Quits: phrozensilver (~phrozensi@174-126-2-175.cpe.cableone.net) (Ping timeout: 264 seconds)
- # [05:13] * Quits: Xtrivity (~Insanity@S0106586d8ffa3c9b.va.shawcable.net) (Quit: Leaving)
- # [05:16] * Parts: theweirdn8 (~TheNathan@98.226.236.231)
- # [05:21] * Joins: jitendravyas (~textual@122.171.73.222)
- # [05:31] * Joins: in2rd (~in2rd@gateway/vpn/privateinternetaccess/in2rd)
- # [05:32] * Joins: hafeez3000 (~hafeez@183.82.3.50)
- # [05:32] * Joins: kapil__ (uid36151@gateway/web/irccloud.com/x-xcxbhtmtyieadwpj)
- # [05:37] * Joins: asher^ (~textual@unaffiliated/asher/x-9381395)
- # [05:37] * Quits: asher^ (~textual@unaffiliated/asher/x-9381395) (Max SendQ exceeded)
- # [05:38] * Joins: dik_dak_ (~dik_dak@161.170.193.101)
- # [05:38] * Quits: turtlemansam (~turtleman@unaffiliated/turtlemansam) (Quit: turtle's out!)
- # [05:39] * Joins: asher^ (~textual@unaffiliated/asher/x-9381395)
- # [05:39] * Joins: Madison (~Madison@unaffiliated/phalanxia)
- # [05:39] * Quits: dik_dak_ (~dik_dak@161.170.193.101) (Client Quit)
- # [05:41] * Joins: turtlemansam (~turtleman@unaffiliated/turtlemansam)
- # [05:42] * Quits: Madi (~Madison@unaffiliated/phalanxia) (Ping timeout: 244 seconds)
- # [05:42] * Quits: dik_dak (~dik_dak@216.207.42.140) (Ping timeout: 265 seconds)
- # [05:44] * Quits: jitendravyas (~textual@122.171.73.222) (Remote host closed the connection)
- # [05:44] * Joins: jitendravyas (~textual@122.171.73.222)
- # [05:45] * Joins: aesinv (~aesinv@pool-173-53-108-31.rcmdva.fios.verizon.net)
- # [05:46] * Joins: mepowers (~mepowers6@unaffiliated/mepowers)
- # [05:46] * Joins: Madi (~Madison@unaffiliated/phalanxia)
- # [05:47] * Quits: in2rd (~in2rd@gateway/vpn/privateinternetaccess/in2rd)
- # [05:48] * Quits: Milk_weed (~Milkweeds@cpc69833-shep12-2-0-cust153.8-3.cable.virginm.net) (Read error: Connection reset by peer)
- # [05:50] * Quits: Madison (~Madison@unaffiliated/phalanxia) (Ping timeout: 255 seconds)
- # [05:50] * Joins: CssNoob (~CssN00b@124.6.169.145)
- # [05:58] * Parts: mepowers (~mepowers6@unaffiliated/mepowers)
- # [05:59] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [06:00] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [06:00] * Joins: Isi_Basilius (~Isi_Basil@115.99.151.130)
- # [06:00] * Joins: in2rd (~in2rd@gateway/vpn/privateinternetaccess/in2rd)
- # [06:02] * Quits: jitendravyas (~textual@122.171.73.222) (Quit: Textual IRC Client: www.textualapp.com)
- # [06:02] * Joins: jitendravyas (~textual@122.171.73.222)
- # [06:06] * Joins: dik_dak (~dik_dak@161.170.193.101)
- # [06:09] * Quits: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi) (Ping timeout: 256 seconds)
- # [06:09] * Quits: FullContactCoder (~Timothy@92-108-55-154.dynamic.upc.nl) (Ping timeout: 264 seconds)
- # [06:11] * Quits: george88_ (~george888@c-50-132-64-181.hsd1.wa.comcast.net)
- # [06:12] * Quits: aesinv (~aesinv@pool-173-53-108-31.rcmdva.fios.verizon.net)
- # [06:13] * Joins: Squabbler (~smuxi@cpe-76-94-247-94.socal.res.rr.com)
- # [06:13] * Quits: digitalfiz_ (sid533@gateway/web/irccloud.com/x-ffrorsjifntxcixx)
- # [06:14] * Joins: digitalfiz (sid533@gateway/web/irccloud.com/x-oarwdywxcydgvrti)
- # [06:14] * Quits: digitalfiz (sid533@gateway/web/irccloud.com/x-oarwdywxcydgvrti) (Changing host)
- # [06:14] * Joins: digitalfiz (sid533@unaffiliated/digitalfiz)
- # [06:14] * Quits: digitalfiz (sid533@unaffiliated/digitalfiz) (Changing host)
- # [06:14] * Joins: digitalfiz (sid533@gateway/web/irccloud.com/x-oarwdywxcydgvrti)
- # [06:16] * Quits: jitendravyas (~textual@122.171.73.222) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [06:19] * Joins: ManikM (~quassel@14.139.122.114)
- # [06:19] * Joins: jitendravyas (~textual@122.171.73.222)
- # [06:21] * Quits: jitendravyas (~textual@122.171.73.222) (Client Quit)
- # [06:28] * Joins: io__jp1 (~Adium@p7cdba468.tokyff01.ap.so-net.ne.jp)
- # [06:28] * Quits: io__jp (~Adium@p7cdba468.tokyff01.ap.so-net.ne.jp) (Read error: Connection reset by peer)
- # [06:34] * Joins: ozanorhan (~ozanorhan@94.54.53.156)
- # [06:35] * Quits: Squabbler (~smuxi@cpe-76-94-247-94.socal.res.rr.com) (Ping timeout: 264 seconds)
- # [06:36] * Joins: jitendravyas (~textual@117.96.0.128)
- # [06:37] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [06:38] * Quits: ozanorhan (~ozanorhan@94.54.53.156) (Ping timeout: 244 seconds)
- # [06:39] * Quits: jitendravyas (~textual@117.96.0.128) (Read error: Connection reset by peer)
- # [06:39] * Joins: jitendravyas (~textual@117.96.0.128)
- # [06:50] * Quits: hafeez3000 (~hafeez@183.82.3.50) (Ping timeout: 245 seconds)
- # [06:52] * Joins: hafeez3000 (~hafeez@183.82.3.50)
- # [07:02] * Joins: richardbkr (~richardbk@73.15.207.74)
- # [07:09] * Quits: LiENUS (~LiENUS@ip72-219-28-141.br.br.cox.net) (Ping timeout: 245 seconds)
- # [07:14] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [07:14] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [07:16] * Quits: richardbkr (~richardbk@73.15.207.74) (Remote host closed the connection)
- # [07:16] * Quits: io__jp1 (~Adium@p7cdba468.tokyff01.ap.so-net.ne.jp) (Quit: Leaving.)
- # [07:23] * Quits: dik_dak (~dik_dak@161.170.193.101) (Quit: Textual IRC Client: www.textualapp.com)
- # [07:24] * Quits: turtlemansam (~turtleman@unaffiliated/turtlemansam) (Quit: turtle's out!)
- # [07:30] * Joins: sourcecube (~concepbak@static-87-79-71-168.netcologne.de)
- # [07:33] * Joins: Oracle (~Ethylene@27.54.168.226)
- # [07:39] * Quits: asher^ (~textual@unaffiliated/asher/x-9381395) (Quit: Textual IRC Client: www.textualapp.com)
- # [07:49] * Quits: jitendravyas (~textual@117.96.0.128) (Read error: Connection reset by peer)
- # [07:51] * Joins: Ninerian (~Ninerian@p5099f789.dip0.t-ipconnect.de)
- # [07:51] * Quits: kapil__ (uid36151@gateway/web/irccloud.com/x-xcxbhtmtyieadwpj) (Quit: Connection closed for inactivity)
- # [07:51] * Quits: araujo (~araujo@gentoo/developer/araujo) (Read error: Connection reset by peer)
- # [07:52] * Joins: araujo (~araujo@gentoo/developer/araujo)
- # [07:58] * Joins: jitendravyas (~textual@117.96.0.128)
- # [07:58] * Joins: kapil__ (uid36151@gateway/web/irccloud.com/x-efgfigjrsvphdgqc)
- # [08:00] * Joins: mr_lou (~sirlou@80-62-116-236-mobile.dk.customer.tdc.net)
- # [08:01] * Joins: oxhak (~OxHaK@unaffiliated/oxhak)
- # [08:01] * Joins: asher^ (~textual@unaffiliated/asher/x-9381395)
- # [08:09] * Quits: oxhak (~OxHaK@unaffiliated/oxhak) (Ping timeout: 256 seconds)
- # [08:09] * Quits: DrCode (~DrCode@gateway/tor-sasl/drcode) (Ping timeout: 250 seconds)
- # [08:12] * Joins: Click66 (~Click66@94.143.188.0)
- # [08:14] * Joins: Ducki (~Ducki@191.233.66.1)
- # [08:16] * Joins: soee (~marcin@ihe33.internetdsl.tpnet.pl)
- # [08:16] * Joins: wobblingjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl)
- # [08:18] * Quits: sourcecube (~concepbak@static-87-79-71-168.netcologne.de) (Ping timeout: 265 seconds)
- # [08:19] * Quits: George___ (~George__@97-102-59-201.res.bhn.net) (Remote host closed the connection)
- # [08:19] * Joins: Manny (~quassel@14.139.122.114)
- # [08:19] * Quits: ManikM (~quassel@14.139.122.114) (Read error: Connection reset by peer)
- # [08:23] * Quits: jitendravyas (~textual@117.96.0.128) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [08:27] * Joins: richardbkr (~richardbk@73.15.207.74)
- # [08:30] * Quits: Oracle (~Ethylene@27.54.168.226) (Ping timeout: 244 seconds)
- # [08:31] * Quits: richardbkr (~richardbk@73.15.207.74) (Ping timeout: 245 seconds)
- # [08:33] * Joins: LucaTM (~Luca@ppp-1-85.33-151.iol.it)
- # [08:35] * Joins: jitendravyas (~textual@117.96.0.128)
- # [08:38] * Quits: david-theory (~david-the@c-174-63-191-121.hsd1.fl.comcast.net) (Remote host closed the connection)
- # [08:39] * Joins: io__jp (~Adium@p7cdba468.tokyff01.ap.so-net.ne.jp)
- # [08:40] * Quits: fatcat32594 (~fatcat325@pool-98-111-239-6.pitbpa.fios.verizon.net) (Quit: Leaving)
- # [08:56] * Joins: sourcecube (~concepbak@static-87-79-71-168.netcologne.de)
- # [08:59] * Joins: jochen__ (jochen@nat/google/x-dclvurroexmlpbmc)
- # [09:00] * Joins: fandi (~fandi@115.124.89.250)
- # [09:00] * Joins: PcMojo (~jj@99-174-72-74.lightspeed.stlsmo.sbcglobal.net)
- # [09:00] * Joins: Versality (~Versality@212.93.97.111)
- # [09:01] * Joins: rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt)
- # [09:04] * Joins: sgen__ (~sgen@65.93.179.52)
- # [09:05] * Joins: oxhak (~OxHaK@unaffiliated/oxhak)
- # [09:06] * Quits: rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt) (Ping timeout: 244 seconds)
- # [09:09] * Joins: thalfeld (~thalfeld@86.58.204.130)
- # [09:09] * Quits: sgen__ (~sgen@65.93.179.52) (Ping timeout: 245 seconds)
- # [09:09] * Joins: Christer (~Christer@unaffiliated/christer)
- # [09:10] * Quits: asher^ (~textual@unaffiliated/asher/x-9381395) (Quit: Textual IRC Client: www.textualapp.com)
- # [09:11] * Joins: ozanorhan (~ozanorhan@78.187.7.207)
- # [09:16] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Ping timeout: 256 seconds)
- # [09:16] * Quits: in2rd (~in2rd@gateway/vpn/privateinternetaccess/in2rd)
- # [09:18] * Joins: Ms2ger (~Ms2ger@91.182.16.148)
- # [09:28] * Quits: soee (~marcin@ihe33.internetdsl.tpnet.pl) (Quit: Konversation terminated!)
- # [09:28] * Joins: soee (~marcin@ihe33.internetdsl.tpnet.pl)
- # [09:28] * Quits: indigoskies (~indigoski@gateway/tor-sasl/indigoskies) (Quit: indigoskies)
- # [09:29] * Quits: Bryzzle (~Bryzzle@ip98-176-140-2.sd.sd.cox.net)
- # [09:31] * Joins: laurensclaessen (~laurenscl@81.83.22.74)
- # [09:33] * Quits: laurensclaessen (~laurenscl@81.83.22.74) (Client Quit)
- # [09:37] * Joins: Mia (~Mia@unaffiliated/mia)
- # [09:39] * Quits: wobblingjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl) (Quit: boops boops)
- # [09:44] * Quits: jitendravyas (~textual@117.96.0.128) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [09:47] * Joins: jottr (~jottr@unaffiliated/jottr)
- # [09:47] * Joins: Merkss (~Merkss@dhcp-089-098-150-090.chello.nl)
- # [09:49] * Joins: metr (~yourname@109.87.208.111)
- # [09:55] * Joins: mstalfoort (~manuchill@83.232.96.217)
- # [09:57] * Quits: jottr (~jottr@unaffiliated/jottr) (Quit: WeeChat 1.0.1)
- # [09:59] * Joins: encod3 (~encod3@81.30.42.83)
- # [10:03] * Joins: will_richards (~anonymous@195.171.92.84)
- # [10:04] * Joins: Joanet (~juanito@77.231.116.49)
- # [10:10] * Joins: Christer_ (~Christer@77.241.105.50)
- # [10:13] * Quits: Christer (~Christer@unaffiliated/christer) (Ping timeout: 240 seconds)
- # [10:13] * Christer_ is now known as Christer
- # [10:15] * Joins: Christer_ (~Christer@77.241.105.50)
- # [10:17] * Quits: Versality (~Versality@212.93.97.111) (Read error: Connection reset by peer)
- # [10:17] * Joins: Versality (~Versality@212.93.97.111)
- # [10:17] * Quits: Versality (~Versality@212.93.97.111) (Client Quit)
- # [10:18] * Quits: Christer (~Christer@77.241.105.50) (Ping timeout: 244 seconds)
- # [10:18] * Christer_ is now known as Christer
- # [10:19] * Quits: Manny (~quassel@14.139.122.114) (Read error: Connection reset by peer)
- # [10:19] * Joins: ManikM (~quassel@14.139.122.114)
- # [10:22] * Joins: DRSK (~DRSK@unaffiliated/drsk)
- # [10:26] * Joins: david-theory (~david-the@c-174-63-191-121.hsd1.fl.comcast.net)
- # [10:31] * Quits: david-theory (~david-the@c-174-63-191-121.hsd1.fl.comcast.net) (Ping timeout: 255 seconds)
- # [10:38] * Quits: io__jp (~Adium@p7cdba468.tokyff01.ap.so-net.ne.jp) (Quit: Leaving.)
- # [10:41] * Joins: mezod (~mezod@unaffiliated/mezod)
- # [10:42] * Quits: ManikM (~quassel@14.139.122.114) (Ping timeout: 244 seconds)
- # [10:45] * Joins: jitendravyas (~textual@223.180.70.103)
- # [10:49] * Joins: ManikM (~quassel@14.139.122.114)
- # [11:01] * Quits: ManikM (~quassel@14.139.122.114) (Quit: No Ping reply in 180 seconds.)
- # [11:07] * Joins: ManikM (~quassel@14.139.122.114)
- # [11:15] * Joins: symb (~symb@ip5b400f75.dynamic.kabel-deutschland.de)
- # [11:18] * Quits: KingMe (~KingMe@unaffiliated/kingme)
- # [11:18] * Quits: Merkss (~Merkss@dhcp-089-098-150-090.chello.nl)
- # [11:20] * Quits: Fusl (~Fusl@gateway/tor-sasl/fusl) (Quit: Contact: http://hallowe.lt/)
- # [11:23] * Joins: Fusl (~Fusl@gateway/tor-sasl/fusl)
- # [11:26] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [11:29] * Quits: hafeez3000 (~hafeez@183.82.3.50) (Ping timeout: 245 seconds)
- # [11:30] * Joins: hafeez3000 (~hafeez@183.82.3.50)
- # [11:36] * Joins: razieliyo (~razieliyo@unaffiliated/razieliyo)
- # [11:36] <razieliyo> hi
- # [11:38] <razieliyo> is anyone familiar with schema.org for adding semantics to a site?
- # [11:41] <razieliyo> I just wanted to know if it's ok with splitting semantic info in the same page in several divs
- # [11:42] * Quits: will_richards (~anonymous@195.171.92.84) (Quit: will_richards)
- # [11:42] * Quits: mr_lou (~sirlou@80-62-116-236-mobile.dk.customer.tdc.net) (Quit: Ex-Chat)
- # [11:47] * Joins: Dimoff (~quassel@77.78.16.26)
- # [11:48] * Joins: roelmonnens (~roelmonne@d54C3DE32.access.telenet.be)
- # [11:49] * Joins: will_richards (~anonymous@195.171.92.84)
- # [11:50] * Joins: manuelbieh (~manuelbie@p57BD61EC.dip0.t-ipconnect.de)
- # [11:54] * Joins: schhetri (~roguechhe@117.223.148.21)
- # [11:56] <razieliyo> said nothing :D
- # [11:59] * Quits: ManikM (~quassel@14.139.122.114) (Read error: Connection reset by peer)
- # [12:05] * Quits: k_sze[work] (~kvirc@unaffiliated/kira) (Ping timeout: 245 seconds)
- # [12:07] * Joins: DOm__ (051433d7@gateway/web/freenode/ip.5.20.51.215)
- # [12:08] <DOm__> hey guys
- # [12:08] <DOm__> i have a question
- # [12:09] <DOm__> how do i make grid like this with bootstrap
- # [12:09] <DOm__> http://prntscr.com/5phycb
- # [12:15] * Joins: DomantasD (DomantasD@data-51-215.cgates.lt)
- # [12:15] <DomantasD> Hey guys
- # [12:16] * Joins: david-theory (~david-the@c-174-63-191-121.hsd1.fl.comcast.net)
- # [12:16] <DomantasD> http://prntscr.com/5phycb how to make grid like this
- # [12:17] <DomantasD> any advices
- # [12:17] <DomantasD> bootstrap
- # [12:17] * Quits: DomantasD (DomantasD@data-51-215.cgates.lt) (Client Quit)
- # [12:18] * Joins: DomantasD (DomantasD@data-51-215.cgates.lt)
- # [12:20] * Quits: DOm__ (051433d7@gateway/web/freenode/ip.5.20.51.215) (Ping timeout: 246 seconds)
- # [12:20] * Quits: david-theory (~david-the@c-174-63-191-121.hsd1.fl.comcast.net) (Ping timeout: 245 seconds)
- # [12:21] * Joins: ManikM (~quassel@14.139.122.114)
- # [12:27] * Quits: ManikM (~quassel@14.139.122.114) (Read error: Connection reset by peer)
- # [12:27] * Joins: ManikM (~quassel@14.139.122.114)
- # [12:32] * Quits: ManikM (~quassel@14.139.122.114) (Remote host closed the connection)
- # [12:34] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [12:34] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [12:35] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [12:35] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [12:36] * Joins: ehalas (~ehalas@188.49.73.248)
- # [12:39] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [12:39] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [12:40] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [12:41] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [12:46] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [12:49] * Quits: Bwild (~irc@static-72-67-52-110.lsanca.fios.verizon.net) (Ping timeout: 264 seconds)
- # [13:03] * Quits: hafeez3000 (~hafeez@183.82.3.50) (Ping timeout: 244 seconds)
- # [13:03] * Joins: wobblingjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl)
- # [13:04] * Quits: jitendravyas (~textual@223.180.70.103) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [13:08] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [13:08] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [13:08] * Quits: fandi (~fandi@115.124.89.250) (Remote host closed the connection)
- # [13:12] * Joins: VsDamon (~VsDamon@h-106-196.a183.priv.bahnhof.se)
- # [13:16] * Joins: pilva (~pilva@a81-84-68-34.cpe.netcabo.pt)
- # [13:17] * Joins: thalfeld_ (~thalfeld@86.58.204.130)
- # [13:18] * Quits: thalfeld (~thalfeld@86.58.204.130) (Ping timeout: 256 seconds)
- # [13:21] * Quits: ehalas (~ehalas@188.49.73.248) (Quit: ehalas)
- # [13:22] * Quits: thalfeld_ (~thalfeld@86.58.204.130) (Remote host closed the connection)
- # [13:23] * Joins: thalfeld_ (~thalfeld@86.58.204.130)
- # [13:25] * Quits: thalfeld_ (~thalfeld@86.58.204.130) (Remote host closed the connection)
- # [13:25] * Joins: Varengas (~Varengas@213-193-155-246.perm.easynet.be)
- # [13:25] * Joins: thalfeld (~thalfeld@86.58.204.130)
- # [13:26] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [13:26] * Quits: schhetri (~roguechhe@117.223.148.21) (Quit: Lost terminal)
- # [13:28] * Quits: Click66 (~Click66@94.143.188.0) (Read error: Connection reset by peer)
- # [13:29] * Quits: Varengas (~Varengas@213-193-155-246.perm.easynet.be) (Client Quit)
- # [13:29] * Joins: thalfeld_ (~thalfeld@86.58.204.130)
- # [13:30] * Quits: thalfeld (~thalfeld@86.58.204.130) (Read error: Connection reset by peer)
- # [13:32] * Quits: encod3 (~encod3@81.30.42.83) (Remote host closed the connection)
- # [13:32] * Joins: encod3 (~encod3@81.30.42.83)
- # [13:36] * Quits: Isi_Basilius (~Isi_Basil@115.99.151.130) (Quit: Textual IRC Client: www.textualapp.com)
- # [13:36] * Joins: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi)
- # [13:37] * Quits: encod3 (~encod3@81.30.42.83) (Ping timeout: 252 seconds)
- # [13:37] * Joins: jitendravyas (~textual@223.180.70.103)
- # [13:44] * Joins: RizziCR (~rizzi@ip-109-91-88-201.hsi12.unitymediagroup.de)
- # [13:47] * Quits: roelmonnens (~roelmonne@d54C3DE32.access.telenet.be) (Read error: Connection reset by peer)
- # [13:47] * Joins: roelmonnens (~roelmonne@d54c3de32.access.telenet.be)
- # [13:50] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [13:50] * Joins: Smilerut (~CoasterTo@188.24.145.83)
- # [13:50] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [13:51] * Joins: fandi (~fandi@101.255.36.66)
- # [13:51] * Quits: mstalfoort (~manuchill@83.232.96.217) (Ping timeout: 245 seconds)
- # [13:52] * Quits: VikeStep (~VikeStep@101.162.12.98) (Quit: Leaving)
- # [13:54] * Joins: hafeez3000 (~hafeez@183.82.3.50)
- # [13:54] * Joins: mstalfoort (~manuchill@83.232.96.217)
- # [13:59] * Quits: mezod (~mezod@unaffiliated/mezod) (Remote host closed the connection)
- # [14:04] * Joins: david-theory (~david-the@c-174-63-191-121.hsd1.fl.comcast.net)
- # [14:05] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [14:06] * Joins: encod3 (~encod3@81.30.42.83)
- # [14:07] * Quits: jitendravyas (~textual@223.180.70.103) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [14:08] * Joins: jitendravyas (~textual@223.180.70.103)
- # [14:08] * Quits: jitendravyas (~textual@223.180.70.103) (Client Quit)
- # [14:09] * Quits: david-theory (~david-the@c-174-63-191-121.hsd1.fl.comcast.net) (Ping timeout: 240 seconds)
- # [14:11] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [14:11] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [14:11] * Joins: Click66 (~Click66@94.143.188.0)
- # [14:15] * Quits: oxhak (~OxHaK@unaffiliated/oxhak) (Ping timeout: 244 seconds)
- # [14:26] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [14:26] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [14:27] * Quits: DomantasD (DomantasD@data-51-215.cgates.lt)
- # [14:29] * Joins: grimgryphon (~grimgryph@c-24-18-166-50.hsd1.wa.comcast.net)
- # [14:30] * grimgryphon is now known as cfurlin
- # [14:31] * Parts: cfurlin (~grimgryph@c-24-18-166-50.hsd1.wa.comcast.net)
- # [14:32] * Quits: ozanorhan (~ozanorhan@78.187.7.207) (Remote host closed the connection)
- # [14:34] * Joins: cfurlin (~cfurlin@c-24-18-166-50.hsd1.wa.comcast.net)
- # [14:37] * Joins: spyderman4g63 (spyderman4@nat/ibm/x-crywuxflhownobcx)
- # [14:38] * Joins: richardbkr (~richardbk@73.15.207.74)
- # [14:40] * Joins: AciD` (~gni@jau72-5-78-223-56-21.fbx.proxad.net)
- # [14:41] * Quits: cfurlin (~cfurlin@c-24-18-166-50.hsd1.wa.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [14:42] * Joins: mepowers (~mepowers6@unaffiliated/mepowers)
- # [14:44] * Quits: AciD` (~gni@jau72-5-78-223-56-21.fbx.proxad.net) (Changing host)
- # [14:44] * Joins: AciD` (~gni@unaffiliated/acid/x-7368316)
- # [14:45] * Quits: richardbkr (~richardbk@73.15.207.74)
- # [14:45] * Joins: encod3_ (~encod3@81.30.42.83)
- # [14:48] * Quits: roelmonnens (~roelmonne@d54c3de32.access.telenet.be)
- # [14:48] * Quits: encod3 (~encod3@81.30.42.83) (Ping timeout: 255 seconds)
- # [14:50] * Joins: ehalas2 (~Eihab@94.97.192.147)
- # [14:53] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [14:56] * Parts: mepowers (~mepowers6@unaffiliated/mepowers)
- # [15:00] * Quits: zecho (~zecho@66-247-17-199.northern.mnscu.edu) (Remote host closed the connection)
- # [15:00] * Joins: zecho (~zecho@66-247-17-199.northern.mnscu.edu)
- # [15:02] * Quits: jm116 (~jm116@unaffiliated/majortennis) (Read error: Connection reset by peer)
- # [15:08] * Quits: bannakaffalatta (~bannakaff@unaffiliated/hsaxon) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [15:09] * Joins: MajorTennis (~jm116@193.32.22.254)
- # [15:10] * Quits: MajorTennis (~jm116@193.32.22.254) (Changing host)
- # [15:10] * Joins: MajorTennis (~jm116@unaffiliated/majortennis)
- # [15:11] * Quits: parduse (~parduse@unaffiliated/parduse) (Ping timeout: 264 seconds)
- # [15:13] * Joins: jerryitt (uid17132@gateway/web/irccloud.com/x-eqgkuqcfptbcrzjo)
- # [15:13] * Joins: parduse (~parduse@unaffiliated/parduse)
- # [15:23] * Joins: basiclaser_ (uid10861@gateway/web/irccloud.com/x-oicuglnibrtbvzao)
- # [15:30] * Quits: Ninerian (~Ninerian@p5099f789.dip0.t-ipconnect.de) (Remote host closed the connection)
- # [15:30] * Joins: Rno (~rno@195-132-80-59.rev.numericable.fr)
- # [15:30] * Joins: Ninerian (~Ninerian@p5099f789.dip0.t-ipconnect.de)
- # [15:30] * Joins: deasy (~deasy@109.89.126.76)
- # [15:31] * Joins: Paradisee (~quassel@93-42-67-147.ip85.fastwebnet.it)
- # [15:33] * Quits: Ninerian (~Ninerian@p5099f789.dip0.t-ipconnect.de) (Remote host closed the connection)
- # [15:34] * Joins: jaredwilli (~jaredwill@64.206.121.41)
- # [15:36] * Joins: Merkss (~Merkss@dhcp-089-098-150-090.chello.nl)
- # [15:36] * Quits: PcMojo (~jj@99-174-72-74.lightspeed.stlsmo.sbcglobal.net) (Quit: Elvis has left the building and I went to find him.)
- # [15:36] * Quits: Rno (~rno@195-132-80-59.rev.numericable.fr)
- # [15:37] * Joins: amiuhle (~amiuhle@business-176-094-037-178.static.arcor-ip.net)
- # [15:38] * Joins: Xonaerys_ (~Xonaerys@31-151-115-86.dynamic.upc.nl)
- # [15:39] * Joins: prosper_ (~prosper@user3-84-222.wireless.utoronto.ca)
- # [15:41] * Joins: jitendravyas (~textual@122.171.73.222)
- # [15:42] * Quits: Xonaerys_ (~Xonaerys@31-151-115-86.dynamic.upc.nl) (Quit: Leaving)
- # [15:42] * Joins: Xonaerys (~Xonaerys@31-151-115-86.dynamic.upc.nl)
- # [15:42] * Joins: Rno (~rno@195-132-80-59.rev.numericable.fr)
- # [15:43] * Quits: spyderman4g63 (spyderman4@nat/ibm/x-crywuxflhownobcx) (Read error: Connection reset by peer)
- # [15:44] * Joins: mezod (~mezod@unaffiliated/mezod)
- # [15:46] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [15:46] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [15:47] * Joins: NickelFlavour (~NickelFla@cpc27-rdng20-2-0-cust103.15-3.cable.virginm.net)
- # [15:47] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [15:48] * Joins: spyderman4g63 (spyderman4@nat/ibm/x-kvysfdgglmrghrgw)
- # [15:48] * Joins: AciD`` (~gni@jau72-5-78-223-56-21.fbx.proxad.net)
- # [15:49] * Parts: Rno (~rno@195-132-80-59.rev.numericable.fr)
- # [15:50] * Joins: Paradisee_ (~quassel@93-42-67-147.ip85.fastwebnet.it)
- # [15:50] * Joins: Rno (~rno@195-132-80-59.rev.numericable.fr)
- # [15:51] * Quits: Rno (~rno@195-132-80-59.rev.numericable.fr) (Client Quit)
- # [15:51] * Quits: Merkss (~Merkss@dhcp-089-098-150-090.chello.nl)
- # [15:52] * Quits: jitendravyas (~textual@122.171.73.222) (Quit: Textual IRC Client: www.textualapp.com)
- # [15:52] * Quits: Paradisee (~quassel@93-42-67-147.ip85.fastwebnet.it) (Ping timeout: 252 seconds)
- # [15:53] * Joins: david-theory (~david-the@c-174-63-191-121.hsd1.fl.comcast.net)
- # [15:54] * Quits: soee (~marcin@ihe33.internetdsl.tpnet.pl) (Quit: Konversation terminated!)
- # [15:57] * Joins: julienrbt (~julienrbt@unaffiliated/julienrbt)
- # [15:57] * Joins: MariusRumpf (~MariusRum@p5793DC73.dip0.t-ipconnect.de)
- # [15:57] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [15:57] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [15:58] * Quits: david-theory (~david-the@c-174-63-191-121.hsd1.fl.comcast.net) (Ping timeout: 244 seconds)
- # [15:58] * Joins: aesinv (~aesinv@pool-173-53-108-31.rcmdva.fios.verizon.net)
- # [15:58] * Joins: felipedvorak (~ucud33@unaffiliated/felipedvorak)
- # [16:01] * Quits: aesinv (~aesinv@pool-173-53-108-31.rcmdva.fios.verizon.net) (Remote host closed the connection)
- # [16:03] * Joins: aesinv (~aesinv@pool-173-53-108-31.rcmdva.fios.verizon.net)
- # [16:03] * Joins: ozanorhan (~ozanorhan@94.54.53.156)
- # [16:07] * Quits: dangerousdave (~dangerous@78.156.71.46) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [16:10] * Joins: andyinuk (~andyinuk@dab-ntm1-h-6-6.dab.02.net)
- # [16:12] * Quits: Click66 (~Click66@94.143.188.0) (Quit: (null))
- # [16:12] * Joins: Vennril (~vennril@dslb-146-060-239-250.146.060.pools.vodafone-ip.de)
- # [16:14] * Quits: andyinuk (~andyinuk@dab-ntm1-h-6-6.dab.02.net) (Client Quit)
- # [16:18] * Joins: prosper__ (~prosper@199-7-157-98.eng.wind.ca)
- # [16:19] * Quits: aesinv (~aesinv@pool-173-53-108-31.rcmdva.fios.verizon.net)
- # [16:22] * Joins: buzzlewoo (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net)
- # [16:22] * Quits: prosper_ (~prosper@user3-84-222.wireless.utoronto.ca) (Ping timeout: 265 seconds)
- # [16:23] * Joins: andyinuk (~andyinuk@dab-ntm1-h-6-6.dab.02.net)
- # [16:25] * Joins: bannakaffalatta (~bannakaff@unaffiliated/hsaxon)
- # [16:28] * Joins: jferrie (~Adium@static-71-183-236-56.nycmny.fios.verizon.net)
- # [16:29] * Parts: jferrie (~Adium@static-71-183-236-56.nycmny.fios.verizon.net)
- # [16:30] * Joins: LiENUS (~LiENUS@108-242-135-1.lightspeed.btrgla.sbcglobal.net)
- # [16:31] * Quits: kapil__ (uid36151@gateway/web/irccloud.com/x-efgfigjrsvphdgqc) (Quit: Connection closed for inactivity)
- # [16:32] * Quits: Fusl (~Fusl@gateway/tor-sasl/fusl) (Ping timeout: 250 seconds)
- # [16:32] * Joins: oxhak (~OxHaK@unaffiliated/oxhak)
- # [16:33] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
- # [16:35] * Quits: andyinuk (~andyinuk@dab-ntm1-h-6-6.dab.02.net) (Remote host closed the connection)
- # [16:35] * Joins: andyinuk (~andyinuk@dab-ntm1-h-6-9.dab.02.net)
- # [16:37] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [16:37] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [16:39] * Parts: MariusRumpf (~MariusRum@p5793DC73.dip0.t-ipconnect.de) ("Leaving...")
- # [16:40] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [16:40] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [16:41] * Quits: andyinuk (~andyinuk@dab-ntm1-h-6-9.dab.02.net) (Remote host closed the connection)
- # [16:41] * Joins: Milkweed (~Milkweeds@cpc69833-shep12-2-0-cust153.8-3.cable.virginm.net)
- # [16:41] * Quits: hafeez3000 (~hafeez@183.82.3.50) (Ping timeout: 255 seconds)
- # [16:45] * Joins: newb_ (6cb093c3@gateway/web/freenode/ip.108.176.147.195)
- # [16:45] * Joins: gimiki (~gimiki@ppp-144-137.24-151.libero.it)
- # [16:46] * Joins: Harrit (~BOANN@ip51ceb71a.adsl-surfen.hetnet.nl)
- # [16:46] * Joins: andyinuk (~andyinuk@dab-ntm1-h-6-3.dab.02.net)
- # [16:46] * Joins: indigoskies (~indigoski@gateway/tor-sasl/indigoskies)
- # [16:49] * Quits: Kage (~kage@unaffiliated/kage) (Quit: leaving)
- # [16:50] * Joins: ehynds (~ehynds@64.206.121.41)
- # [16:52] * Quits: andyinuk (~andyinuk@dab-ntm1-h-6-3.dab.02.net) (Quit: andyinuk)
- # [16:52] * Quits: thalfeld_ (~thalfeld@86.58.204.130) (Quit: Leaving...)
- # [16:54] * Quits: newb_ (6cb093c3@gateway/web/freenode/ip.108.176.147.195) (Quit: Page closed)
- # [16:58] * Quits: Christer (~Christer@77.241.105.50) (Remote host closed the connection)
- # [17:00] * Joins: kristofferR (~kristoffe@208.37-191-147.fiber.lynet.no)
- # [17:02] * Quits: DRSK (~DRSK@unaffiliated/drsk) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [17:02] * Quits: MajorTennis (~jm116@unaffiliated/majortennis) (Read error: Connection reset by peer)
- # [17:02] * Joins: Fusl (~Fusl@gateway/tor-sasl/fusl)
- # [17:02] * Joins: andyinuk (~andyinuk@dab-ntm1-h-6-4.dab.02.net)
- # [17:03] * Joins: Trekka12 (~Trekka12@c-cbf1e355.226-2-64736c11.cust.bredbandsbolaget.se)
- # [17:04] * Joins: rafaelcpalmeida (~rafaelcpa@a89-154-180-236.cpe.netcabo.pt)
- # [17:04] * Joins: PhoenixFuze (~PhoenixFu@174.140.78.168)
- # [17:04] * Quits: mstalfoort (~manuchill@83.232.96.217) (Quit: kthxbai)
- # [17:07] * Quits: buzzlewoo (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net) (Remote host closed the connection)
- # [17:07] * Joins: jitendravyas (~textual@122.171.73.222)
- # [17:10] * Quits: Charun (~Charun@rrcs-24-97-184-22.nys.biz.rr.com) (Changing host)
- # [17:10] * Joins: Charun (~Charun@unaffiliated/charun)
- # [17:12] * Quits: andyinuk (~andyinuk@dab-ntm1-h-6-4.dab.02.net) (Quit: andyinuk)
- # [17:13] * Quits: PhoenixFuze (~PhoenixFu@174.140.78.168) (Remote host closed the connection)
- # [17:13] * Joins: PhoenixFuze (~PhoenixFu@174.140.78.168)
- # [17:15] * Joins: jfmercer (~jfmercer@204.77.251.190)
- # [17:24] * Joins: david-theory (~david-the@c-174-63-191-121.hsd1.fl.comcast.net)
- # [17:25] * Joins: PcMojo (~jj@99-174-72-74.lightspeed.stlsmo.sbcglobal.net)
- # [17:25] * Quits: Marble68 (~Marble68@68-113-213-86.static.ftwo.tx.charter.com) (Ping timeout: 265 seconds)
- # [17:27] * Joins: Leo2014 (~Leo2014@2a02:8070:24c6:e400:155a:33f6:360c:8c1f)
- # [17:28] * Quits: jitendravyas (~textual@122.171.73.222) (Ping timeout: 240 seconds)
- # [17:29] * Quits: NickelFlavour (~NickelFla@cpc27-rdng20-2-0-cust103.15-3.cable.virginm.net) (Ping timeout: 264 seconds)
- # [17:29] * Joins: MajorTennis (~jm116@193.32.22.254)
- # [17:31] * Joins: eddief (~Eddie@c-24-22-33-249.hsd1.or.comcast.net)
- # [17:33] * Joins: jitendravyas (~textual@122.172.143.192)
- # [17:37] * Joins: affa09 (~textual@198.105.45.134)
- # [17:37] * Quits: prosper__ (~prosper@199-7-157-98.eng.wind.ca) (Ping timeout: 264 seconds)
- # [17:43] * Joins: peterp (~textual@108-240-29-38.lightspeed.cicril.sbcglobal.net)
- # [17:43] <peterp> Hello all. I have a select box with a list of options. Issue is when nothing is selected, it still POSTS to the server with the first value. Is there a way around this?
- # [17:44] * Joins: andyinuk (~andyinuk@dab-ell1-h-19-1.dab.02.net)
- # [17:44] * Joins: prosper_ (~prosper@142.150.23.90)
- # [17:45] * Quits: sourcecube (~concepbak@static-87-79-71-168.netcologne.de) (Quit: Leaving)
- # [17:48] * Quits: andyinuk (~andyinuk@dab-ell1-h-19-1.dab.02.net) (Remote host closed the connection)
- # [17:48] * Joins: Juxtapositional (~Juxtaposi@bas1-montreal19-1177820967.dsl.bell.ca)
- # [17:48] * Quits: julienrbt (~julienrbt@unaffiliated/julienrbt) (Quit: Leaving)
- # [17:49] * Joins: richardbkr (~richardbk@2601:9:281:8854:fc2f:8328:a973:c8e0)
- # [17:55] * Quits: juhq (~juhq@91.90.51.220) (Ping timeout: 245 seconds)
- # [17:55] * Joins: juhq (~juhq@91.90.51.220)
- # [18:02] * Quits: basiclaser_ (uid10861@gateway/web/irccloud.com/x-oicuglnibrtbvzao) (Quit: Connection closed for inactivity)
- # [18:02] * Quits: spyderman4g63 (spyderman4@nat/ibm/x-kvysfdgglmrghrgw) (Ping timeout: 245 seconds)
- # [18:02] * Quits: jitendravyas (~textual@122.172.143.192) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [18:04] * Quits: rafaelcpalmeida (~rafaelcpa@a89-154-180-236.cpe.netcabo.pt) (Read error: Connection reset by peer)
- # [18:04] * Joins: rafaelcpalmeida (~rafaelcpa@a89-154-180-236.cpe.netcabo.pt)
- # [18:05] * Quits: EoN (~EoN@unaffiliated/eon) (Ping timeout: 265 seconds)
- # [18:07] * Joins: turtlemansam (~turtleman@unaffiliated/turtlemansam)
- # [18:09] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
- # [18:09] * Joins: max__ (~max@177.43.149.193.dynamic.adsl.gvt.net.br)
- # [18:09] * max__ is now known as Guest49876
- # [18:10] * Quits: prosper_ (~prosper@142.150.23.90) (Remote host closed the connection)
- # [18:10] * Quits: Joanet (~juanito@77.231.116.49) (Quit: Be back later ...)
- # [18:11] * Joins: Joanet (~juanito@77.231.116.49)
- # [18:12] * Quits: AciD`` (~gni@jau72-5-78-223-56-21.fbx.proxad.net) (Ping timeout: 244 seconds)
- # [18:12] * Quits: AciD` (~gni@unaffiliated/acid/x-7368316) (Ping timeout: 252 seconds)
- # [18:13] * Quits: max_dev1 (~max@179.187.105.59.dynamic.adsl.gvt.net.br) (Ping timeout: 265 seconds)
- # [18:13] * Joins: win32vb1 (~win32vb@rrcs-74-218-65-70.central.biz.rr.com)
- # [18:13] * Quits: ehalas2 (~Eihab@94.97.192.147) (Read error: Connection reset by peer)
- # [18:14] * Joins: ehalas2 (~Eihab@94.97.192.147)
- # [18:14] * Joins: eddief1 (~Eddie@c-24-22-33-249.hsd1.or.comcast.net)
- # [18:15] * Quits: eddief (~Eddie@c-24-22-33-249.hsd1.or.comcast.net) (Ping timeout: 264 seconds)
- # [18:15] * Quits: win32vb (~win32vb@rrcs-74-218-65-70.central.biz.rr.com) (Read error: Connection reset by peer)
- # [18:15] * Joins: AciD` (~gni@jau72-5-78-223-56-21.fbx.proxad.net)
- # [18:16] * Joins: AciD`` (~gni@jau72-5-78-223-56-21.fbx.proxad.net)
- # [18:18] * Quits: AciD` (~gni@jau72-5-78-223-56-21.fbx.proxad.net) (Changing host)
- # [18:18] * Joins: AciD` (~gni@unaffiliated/acid/x-7368316)
- # [18:19] * Joins: prosper_ (~prosper@142.150.23.90)
- # [18:19] * Joins: jitendravyas (~textual@122.172.143.192)
- # [18:22] * Joins: Caiters1 (~Caitlin@wsip-68-15-80-137.oc.oc.cox.net)
- # [18:24] * Joins: mellybean (~Adium@199.116.167.220)
- # [18:25] * Quits: Charun (~Charun@unaffiliated/charun) (Ping timeout: 265 seconds)
- # [18:26] * Quits: jitendravyas (~textual@122.172.143.192) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [18:28] * Quits: prosper_ (~prosper@142.150.23.90) (Read error: Connection reset by peer)
- # [18:29] * Joins: Charun (~Charun@rrcs-24-97-184-22.nys.biz.rr.com)
- # [18:30] * Joins: prosper_ (~prosper@142.150.23.90)
- # [18:30] * Joins: spyderman4g63 (spyderman4@nat/ibm/x-xjcjqxmnzxjopxzl)
- # [18:33] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
- # [18:34] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [18:35] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [18:36] * Joins: dafol (~Miranda@p2003004B0E128500A82A123DB33E08FE.dip0.t-ipconnect.de)
- # [18:39] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [18:39] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [18:48] * Joins: Juxtapoe (~Juxtaposi@bas1-montreal19-1177820967.dsl.bell.ca)
- # [18:50] * Quits: Juxtapositional (~Juxtaposi@bas1-montreal19-1177820967.dsl.bell.ca) (Ping timeout: 244 seconds)
- # [18:52] * Quits: will_richards (~anonymous@195.171.92.84) (Quit: will_richards)
- # [18:54] * Quits: kristofferR (~kristoffe@208.37-191-147.fiber.lynet.no) (Quit: Textual IRC Client: www.textualapp.com)
- # [18:54] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [18:57] * Quits: Juxtapoe (~Juxtaposi@bas1-montreal19-1177820967.dsl.bell.ca) (Ping timeout: 252 seconds)
- # [18:59] * Quits: prosper_ (~prosper@142.150.23.90) (Remote host closed the connection)
- # [18:59] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [19:00] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [19:02] * Joins: Juxtapositional (~Juxtaposi@bas1-montreal19-1177820967.dsl.bell.ca)
- # [19:02] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [19:03] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [19:04] * Quits: Juxtapositional (~Juxtaposi@bas1-montreal19-1177820967.dsl.bell.ca) (Max SendQ exceeded)
- # [19:04] * Quits: Paradisee_ (~quassel@93-42-67-147.ip85.fastwebnet.it) (Remote host closed the connection)
- # [19:04] * Quits: rafaelcpalmeida (~rafaelcpa@a89-154-180-236.cpe.netcabo.pt) (Read error: Connection reset by peer)
- # [19:04] * Joins: Juxtapositional (~Juxtaposi@bas1-montreal19-1177820967.dsl.bell.ca)
- # [19:04] * Joins: rafaelcpalmeida (~rafaelcpa@a89-154-180-236.cpe.netcabo.pt)
- # [19:06] * Quits: Juxtapositional (~Juxtaposi@bas1-montreal19-1177820967.dsl.bell.ca) (Read error: Connection reset by peer)
- # [19:07] * Joins: Juxtapositional (~Juxtaposi@bas1-montreal19-1177820967.dsl.bell.ca)
- # [19:07] * Quits: Juxtapositional (~Juxtaposi@bas1-montreal19-1177820967.dsl.bell.ca) (Max SendQ exceeded)
- # [19:12] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
- # [19:15] * Joins: irae_ (~irae_@nat/yahoo/x-owkzzdmjjdeuljjt)
- # [19:16] * Joins: Juxtapositional (~Juxtaposi@bas1-montreal19-1177820967.dsl.bell.ca)
- # [19:17] * Joins: shepard_88188 (~shepard_8@c-76-103-90-83.hsd1.ca.comcast.net)
- # [19:17] * Joins: rafaelcp_ (~rafaelcpa@a89-154-180-236.cpe.netcabo.pt)
- # [19:18] * Joins: mepowers (~mepowers6@unaffiliated/mepowers)
- # [19:18] * shepard_88188 is now known as javickjokes
- # [19:20] * javickjokes is now known as javik
- # [19:20] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
- # [19:20] * javik is now known as iamjavik
- # [19:20] * Quits: rafaelcpalmeida (~rafaelcpa@a89-154-180-236.cpe.netcabo.pt) (Ping timeout: 244 seconds)
- # [19:21] * Joins: asdofindia (~akshay@unaffiliated/asdofindia)
- # [19:21] * Quits: asdofindia (~akshay@unaffiliated/asdofindia) (Max SendQ exceeded)
- # [19:22] * Parts: iamjavik (~shepard_8@c-76-103-90-83.hsd1.ca.comcast.net)
- # [19:22] * Quits: MajorTennis (~jm116@193.32.22.254) (Quit: Leaving)
- # [19:23] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [19:23] * Quits: Leo2014 (~Leo2014@2a02:8070:24c6:e400:155a:33f6:360c:8c1f)
- # [19:26] * Quits: Xonaerys (~Xonaerys@31-151-115-86.dynamic.upc.nl) (Ping timeout: 265 seconds)
- # [19:31] * Joins: Marble68 (~Marble68@devmail.ordertalk.net)
- # [19:34] * Quits: encod3_ (~encod3@81.30.42.83) (Remote host closed the connection)
- # [19:35] * Joins: encod3 (~encod3@81.30.42.83)
- # [19:35] * Joins: B-Minus (~B-Minus@d54C2D5EA.access.telenet.be)
- # [19:36] * Joins: Xonaerys (~Xonaerys@31-151-115-86.dynamic.upc.nl)
- # [19:38] * Quits: encod3 (~encod3@81.30.42.83) (Remote host closed the connection)
- # [19:38] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
- # [19:39] * Quits: turtlemansam (~turtleman@unaffiliated/turtlemansam) (Quit: turtle's out!)
- # [19:39] * Quits: jfmercer (~jfmercer@204.77.251.190) (Quit: Textual IRC Client: www.textualapp.com)
- # [19:41] * Joins: Juxtapoe (~Juxtaposi@bas1-montreal19-1177820967.dsl.bell.ca)
- # [19:44] * Quits: Juxtapositional (~Juxtaposi@bas1-montreal19-1177820967.dsl.bell.ca) (Ping timeout: 255 seconds)
- # [19:47] * Joins: jfmercer (~jfmercer@204.77.251.190)
- # [19:47] * Joins: prosper_ (~prosper@user3-82-248.wireless.utoronto.ca)
- # [19:48] * Quits: mepowers (~mepowers6@unaffiliated/mepowers) (Remote host closed the connection)
- # [19:58] * Quits: ehynds (~ehynds@64.206.121.41)
- # [20:01] * Quits: wobblingjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
- # [20:01] * Quits: Marble68 (~Marble68@devmail.ordertalk.net) (Quit: I'm outta here!)
- # [20:02] * Joins: Bryzzle (~Bryzzle@ip98-176-140-2.sd.sd.cox.net)
- # [20:02] * Quits: rafaelcp_ (~rafaelcpa@a89-154-180-236.cpe.netcabo.pt) (Remote host closed the connection)
- # [20:03] * Quits: mellybean (~Adium@199.116.167.220) (Quit: Leaving.)
- # [20:03] * Joins: wobblingjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl)
- # [20:03] * Joins: julienrbt (~julienrbt@unaffiliated/julienrbt)
- # [20:08] * Joins: mellybean (~Adium@199.116.167.220)
- # [20:09] * Joins: Jayflux (~Jason@78.144.71.255)
- # [20:09] * Quits: Jayflux (~Jason@78.144.71.255) (Changing host)
- # [20:09] * Joins: Jayflux (~Jason@unaffiliated/jayflux)
- # [20:10] * Quits: jaredwilli (~jaredwill@64.206.121.41) (Remote host closed the connection)
- # [20:14] * Quits: PcMojo (~jj@99-174-72-74.lightspeed.stlsmo.sbcglobal.net) (Quit: Elvis has left the building and I went to find him.)
- # [20:14] * Joins: buzzlewo_ (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net)
- # [20:20] * Joins: zzz_Ridley (~NA@2001:41d0:52:cff::12d8)
- # [20:20] * zzz_Ridley is now known as Ridley5
- # [20:20] * Quits: Ridley5 (~NA@2001:41d0:52:cff::12d8) (Changing host)
- # [20:20] * Joins: Ridley5 (~NA@unaffiliated/ridley5)
- # [20:22] * Joins: FullContactCoder (~Timothy@92-108-55-154.dynamic.upc.nl)
- # [20:23] * Quits: zecho (~zecho@66-247-17-199.northern.mnscu.edu)
- # [20:26] * Joins: George__ (~George__@97-102-59-201.res.bhn.net)
- # [20:26] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [20:26] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [20:28] * Joins: coellobranco (~FoRcEr@23.189.116.91.dynamic.mundo-r.com)
- # [20:30] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [20:30] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [20:31] * Quits: Charun (~Charun@rrcs-24-97-184-22.nys.biz.rr.com) (Ping timeout: 255 seconds)
- # [20:31] * Joins: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net)
- # [20:33] * Quits: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net) (Read error: Connection reset by peer)
- # [20:35] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [20:36] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [20:37] * Quits: buzzlewo_ (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net)
- # [20:37] * Joins: jaredwilli (~jaredwill@64.206.121.41)
- # [20:39] * Joins: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net)
- # [20:41] * Quits: Fusl (~Fusl@gateway/tor-sasl/fusl) (Ping timeout: 250 seconds)
- # [20:41] * Joins: zecho (~zecho@66-247-17-199.northern.mnscu.edu)
- # [20:44] * Joins: Fusl (~Fusl@gateway/tor-sasl/fusl)
- # [20:46] * Quits: mellybean (~Adium@199.116.167.220) (Quit: Leaving.)
- # [20:47] * Joins: mellybean (~Adium@199.116.167.220)
- # [20:48] * Quits: bannakaffalatta (~bannakaff@unaffiliated/hsaxon) (Ping timeout: 244 seconds)
- # [20:49] * Quits: LiENUS (~LiENUS@108-242-135-1.lightspeed.btrgla.sbcglobal.net) (Ping timeout: 244 seconds)
- # [20:49] * Quits: Bryzzle (~Bryzzle@ip98-176-140-2.sd.sd.cox.net) (Ping timeout: 245 seconds)
- # [20:52] * Quits: mellybean (~Adium@199.116.167.220) (Client Quit)
- # [20:52] * Joins: Marble68 (~Marble68@71.41.225.18)
- # [20:54] * Quits: CssNoob (~CssN00b@124.6.169.145) (Quit: Leaving)
- # [20:54] * Quits: RizziCR (~rizzi@ip-109-91-88-201.hsi12.unitymediagroup.de) (Quit: Ich glaub ich muss weg… ;))
- # [20:55] * Quits: richardbkr (~richardbk@2601:9:281:8854:fc2f:8328:a973:c8e0) (Remote host closed the connection)
- # [20:57] * Quits: pilva (~pilva@a81-84-68-34.cpe.netcabo.pt) (Ping timeout: 245 seconds)
- # [20:58] * Quits: win32vb1 (~win32vb@rrcs-74-218-65-70.central.biz.rr.com) (Read error: Connection reset by peer)
- # [20:58] * Joins: win32vb (~win32vb@rrcs-74-218-65-70.central.biz.rr.com)
- # [20:59] * Quits: B-Minus (~B-Minus@d54C2D5EA.access.telenet.be) (Quit: leaving)
- # [21:00] * Joins: speshh (~Adam@host86-177-166-233.range86-177.btcentralplus.com)
- # [21:07] * Quits: ehalas2 (~Eihab@94.97.192.147) (Ping timeout: 255 seconds)
- # [21:09] * Joins: speshhh (~A@host86-177-166-233.range86-177.btcentralplus.com)
- # [21:10] * Quits: zecho (~zecho@66-247-17-199.northern.mnscu.edu)
- # [21:11] * Quits: speshh (~Adam@host86-177-166-233.range86-177.btcentralplus.com) (Quit: Leaving...)
- # [21:11] * Joins: Bryzzle (~Bryzzle@ip98-176-140-2.sd.sd.cox.net)
- # [21:13] * speshhh is now known as speshh
- # [21:15] * Joins: zecho (~zecho@66-247-17-199.northern.mnscu.edu)
- # [21:17] * Quits: fandi (~fandi@101.255.36.66) (Remote host closed the connection)
- # [21:18] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [21:18] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [21:20] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [21:23] * Quits: speshh (~A@host86-177-166-233.range86-177.btcentralplus.com) (Quit: speshh)
- # [21:23] * Joins: speshhh (~A@host86-177-166-233.range86-177.btcentralplus.com)
- # [21:25] * Joins: Guest61063 (~Babi@c-76-119-118-99.hsd1.ct.comcast.net)
- # [21:25] * Quits: speshhh (~A@host86-177-166-233.range86-177.btcentralplus.com) (Client Quit)
- # [21:25] <Guest61063> Hi guys
- # [21:25] <Guest61063> Active channel?
- # [21:25] * Joins: speshhh (~A@host86-177-166-233.range86-177.btcentralplus.com)
- # [21:28] * Joins: turtlemansam (~turtleman@unaffiliated/turtlemansam)
- # [21:28] * Joins: rashkov (~rashkov@38.100.174.226)
- # [21:29] * Quits: rashkov (~rashkov@38.100.174.226) (Client Quit)
- # [21:31] * Quits: prosper_ (~prosper@user3-82-248.wireless.utoronto.ca) (Read error: Connection reset by peer)
- # [21:31] * Quits: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi)
- # [21:31] * Quits: Gege (gege@future.deferred.io) (Ping timeout: 252 seconds)
- # [21:31] * Quits: kaotiko (~0xFF@unaffiliated/kaotiko) (Ping timeout: 252 seconds)
- # [21:31] * Joins: kaotiko (~0xFF@142.4.213.169)
- # [21:31] * Quits: Jayflux (~Jason@unaffiliated/jayflux) (Ping timeout: 255 seconds)
- # [21:32] * Quits: Ms2ger (~Ms2ger@91.182.16.148) (Quit: nn)
- # [21:32] * Joins: Gege (gege@future.deferred.io)
- # [21:32] * Quits: speshhh (~A@host86-177-166-233.range86-177.btcentralplus.com) (Quit: speshhh)
- # [21:33] * Joins: speshhh (~A@host86-177-166-233.range86-177.btcentralplus.com)
- # [21:35] * Quits: speshhh (~A@host86-177-166-233.range86-177.btcentralplus.com) (Client Quit)
- # [21:35] * Quits: coellobranco (~FoRcEr@23.189.116.91.dynamic.mundo-r.com) (Quit: Arch User...)
- # [21:36] * Joins: speshhh (~A@host86-177-166-233.range86-177.btcentralplus.com)
- # [21:37] * Joins: fandi (~fandi@101.255.36.66)
- # [21:40] * Quits: ozanorhan (~ozanorhan@94.54.53.156) (Remote host closed the connection)
- # [21:45] * Joins: rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt)
- # [21:48] * Quits: kaotiko (~0xFF@142.4.213.169) (Changing host)
- # [21:48] * Joins: kaotiko (~0xFF@unaffiliated/kaotiko)
- # [21:48] * Joins: spyderma_ (~spyderman@198-51-174-5.jabil.com)
- # [21:50] * Quits: spyderman4g63 (spyderman4@nat/ibm/x-xjcjqxmnzxjopxzl) (Ping timeout: 264 seconds)
- # [21:50] * Joins: spyderm__ (spyderman4@nat/ibm/x-mntkvrmdofumnbuc)
- # [21:53] * Guest3760 is now known as Zak
- # [21:53] * Quits: spyderma_ (~spyderman@198-51-174-5.jabil.com) (Ping timeout: 252 seconds)
- # [21:53] * Quits: Zak (~Zak@103.4.17.174) (Changing host)
- # [21:53] * Joins: Zak (~Zak@unaffiliated/zak)
- # [21:53] * Joins: ozanorhan (~ozanorhan@94.54.53.156)
- # [21:55] * Joins: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi)
- # [21:56] * Joins: richardbkr (~richardbk@2601:9:281:8854:fc2f:8328:a973:c8e0)
- # [21:59] * Quits: julienrbt (~julienrbt@unaffiliated/julienrbt) (Quit: Leaving)
- # [21:59] * Joins: julienrbt (~julienrbt@unaffiliated/julienrbt)
- # [21:59] * Joins: bannakaffalatta (~bannakaff@unaffiliated/hsaxon)
- # [22:00] <Guest61063> Hi
- # [22:01] * Quits: PhoenixFuze (~PhoenixFu@174.140.78.168) (Quit: PhoenixFuze)
- # [22:01] * Quits: Aim (~frank@paranoid.nl) (Ping timeout: 264 seconds)
- # [22:04] * Quits: Juxtapoe (~Juxtaposi@bas1-montreal19-1177820967.dsl.bell.ca) (Ping timeout: 255 seconds)
- # [22:05] * Quits: George__ (~George__@97-102-59-201.res.bhn.net)
- # [22:05] * Quits: Marble68 (~Marble68@71.41.225.18) (Quit: I'm outta here!)
- # [22:06] * Joins: Aim (~frank@paranoid.nl)
- # [22:06] * Joins: George__ (~George__@97-102-59-201.res.bhn.net)
- # [22:07] * Joins: sgen__ (~sgen@TNHLON4048W-LP140-07-1177649208.dsl.bell.ca)
- # [22:07] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [22:07] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [22:08] * Quits: George__ (~George__@97-102-59-201.res.bhn.net) (Client Quit)
- # [22:09] * Joins: George__ (~George__@97-102-59-201.res.bhn.net)
- # [22:10] * Quits: Smilerut (~CoasterTo@188.24.145.83) (Read error: Connection reset by peer)
- # [22:11] * Quits: George__ (~George__@97-102-59-201.res.bhn.net) (Client Quit)
- # [22:11] * Joins: George__ (~George__@97-102-59-201.res.bhn.net)
- # [22:16] * Quits: dafol (~Miranda@p2003004B0E128500A82A123DB33E08FE.dip0.t-ipconnect.de) (Quit: dafol)
- # [22:17] * Quits: Guest61063 (~Babi@c-76-119-118-99.hsd1.ct.comcast.net) (Quit: Leaving)
- # [22:18] * Joins: mellybean (~Adium@199.116.167.220)
- # [22:21] * Joins: Bwild (~irc@static-72-67-52-110.lsanca.fios.verizon.net)
- # [22:22] * Quits: mellybean (~Adium@199.116.167.220) (Client Quit)
- # [22:23] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [22:24] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [22:25] * Joins: mellybean (~Adium@199.116.167.220)
- # [22:26] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [22:26] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [22:27] * Joins: Juxtapositional (~Juxtaposi@bas1-montreal19-1177820967.dsl.bell.ca)
- # [22:28] * Quits: wobblingjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl) (Ping timeout: 252 seconds)
- # [22:28] * Joins: prosper_ (~prosper@user3-82-248.wireless.utoronto.ca)
- # [22:33] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [22:34] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [22:42] * Joins: dik_dak (~dik_dak@216.207.42.140)
- # [22:46] * Joins: Marble68 (~Marble68@71.41.225.18)
- # [22:47] * Quits: prosper_ (~prosper@user3-82-248.wireless.utoronto.ca) (Ping timeout: 244 seconds)
- # [22:51] * Quits: jaredwilli (~jaredwill@64.206.121.41) (Remote host closed the connection)
- # [22:52] * Quits: Ducki (~Ducki@191.233.66.1) (Ping timeout: 244 seconds)
- # [22:52] * Quits: julienrbt (~julienrbt@unaffiliated/julienrbt) (Quit: Leaving)
- # [22:57] * Quits: LucaTM (~Luca@ppp-1-85.33-151.iol.it) (Quit: To infinity and beyond...)
- # [22:58] * Joins: Fractal (~r2d2@cpe-31-15-203-224.cable.telemach.net)
- # [22:59] <Fractal> Anyone working on something interesting? :)
- # [23:01] * Quits: PaulCapestany (~PaulCapes@204.28.124.82)
- # [23:02] * Quits: Xonaerys (~Xonaerys@31-151-115-86.dynamic.upc.nl) (Quit: Leaving)
- # [23:03] * Quits: modeswitch (~ANONYMOUS@modeswitch.net) (Ping timeout: 264 seconds)
- # [23:04] * Joins: modeswitch (~ANONYMOUS@modeswitch.net)
- # [23:05] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
- # [23:06] * Quits: mellybean (~Adium@199.116.167.220) (Quit: Leaving.)
- # [23:07] * Joins: KingMe (~KingMe@unaffiliated/kingme)
- # [23:11] * Quits: Milkweed (~Milkweeds@cpc69833-shep12-2-0-cust153.8-3.cable.virginm.net) (Ping timeout: 245 seconds)
- # [23:12] * Quits: George__ (~George__@97-102-59-201.res.bhn.net) (Remote host closed the connection)
- # [23:13] * Quits: Fractal (~r2d2@cpe-31-15-203-224.cable.telemach.net) (Quit: Leaving)
- # [23:13] * Quits: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
- # [23:13] * Joins: Cyph3r (~Cyph3r@71-84-66-147.dhcp.rvsd.ca.charter.com)
- # [23:17] * Quits: Juxtapositional (~Juxtaposi@bas1-montreal19-1177820967.dsl.bell.ca) (Quit: Leaving)
- # [23:18] * Joins: mellybean (~Adium@199.116.167.220)
- # [23:21] * Quits: Bwild (~irc@static-72-67-52-110.lsanca.fios.verizon.net) (Ping timeout: 265 seconds)
- # [23:33] * Joins: wobblingjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl)
- # [23:37] * Quits: turtlemansam (~turtleman@unaffiliated/turtlemansam) (Quit: turtle's out!)
- # [23:38] * Quits: mellybean (~Adium@199.116.167.220) (Quit: Leaving.)
- # [23:39] * Quits: bannakaffalatta (~bannakaff@unaffiliated/hsaxon) (Ping timeout: 245 seconds)
- # [23:39] * Joins: Charun (~Charun@rrcs-24-97-184-22.nys.biz.rr.com)
- # [23:40] * Joins: grantg (~chatzilla@2601:3:8000:c710:e813:2a4e:7f93:27f2)
- # [23:47] * Joins: julienrbt (~julienrbt@unaffiliated/julienrbt)
- # [23:49] * Quits: Dimoff (~quassel@77.78.16.26) (Ping timeout: 264 seconds)
- # [23:49] * Quits: julienrbt (~julienrbt@unaffiliated/julienrbt) (Client Quit)
- # [23:50] * Quits: Trekka12 (~Trekka12@c-cbf1e355.226-2-64736c11.cust.bredbandsbolaget.se) (Ping timeout: 265 seconds)
- # [23:56] * Quits: affa09 (~textual@198.105.45.134) (Quit: Textual IRC Client: www.textualapp.com)
- # Session Close: Thu Jan 08 00:00:00 2015
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn