=== RULER_ is now known as catsceo [00:21] anyone know how to copy a folder from the commandline to a webdav folder? === catsceo is now known as Catsceo [04:21] hey guys, anyone looking for a php position in the tampa area? [04:44] Not I [14:21] Morning Everyone [14:42] i need a new screen theme [14:42] what are you guys using? [15:29] hey does anyone know how to configure your own fonts for a web app? [15:30] I know you can use the google font directory for it but I want to be able to do it from within my server [15:34] dantalizing: you mean for byobu? [15:34] reya276: css? [15:34] mhall119: yes, sry meant byobu [15:35] I just use the default [15:35] or one of the provided themes [15:35] CSS, what is it you need? [15:35] reya276: i'm saying you should specify your fonts in your css [15:36] reya276: maybe i'm misunderstanding yoru question [15:36] yes I know, but how do I point them to my fonts on my server instead of google [15:37] you need some kind of API which points to your server, at least that is what google does [15:37] yeah i'm lost [15:37] i thought h2: {font: Ubuntu,Arial,whatever} was good enough [15:38] works for me [15:49] reya276: i see what you're saying now ... you want to force users to download the font if they dont already have it ... i think [15:50] yes [15:50] i think @font-face: {url:foo} works for modern browses [15:50] so probably not ie [15:50] or maybe thats a webkit thing [15:50] so google has this font directory which does that but they have some kind of API which you have to add to your pages/CSS [15:51] oh I don't care about IE as this will be an internal tool [15:51] Chrome/FF only [15:51] yeah google just added all the fancy schmancy so that you get the right code in different browsers [15:52] if you control the browsers being used, you should be able to gen the correct @font-face yourself [15:53] google's first search result for "@font-face" is good enough to show you what you need [20:04] mhall119: are you around? [20:26] yup [20:26] tiemonster: [20:29] mhall119: do you guys do SCRUM at work? [20:29] no [20:29] not my group anyway [20:29] Do you use any kind of project management software? [20:29] nope [20:29] well, we have enterprise project management [20:29] but it just tracks our time against a project [20:30] ok [20:30] you guys looking to implement something like that? [20:30] we have some really basic project mangement software that I wrote [20:32] I was looking to either expand or replace it [20:33] oh well. back to your regularly scheduled programming. [20:41] oh, and thank you for your time :-) [20:51] np [21:38] i was just reading that skype has released a version of its client for mac that is currently on par with all the features found in the windows version. (Version release number wise are both labeled 5.x) Where is the linux love. We have basic and bad skype quality with a super outdated client. [22:01] skype has no linux love [22:01] mhall119: ?? [22:01] mhall119: nm [22:01] there's like a 3 year old version [22:02] I wonder what Skype's market share on Linux looks like. [22:02] and I haven't heard of them having any plans to update it [22:02] I wonder how much Skype on Android relies on the Skype on Linux code. [22:12] Is there a way, from the CLI, to have a file opened with its default program. [22:12] Like ./file.doc [22:12] And that open in LibreOffice [22:36] nm, I found a better solution. [23:18] Hey guys how can you output PHP content that is in a DB column such as "Today is $foo, Day!" [23:19] I tried doing a Replace function on like doing "Today is #foo, Day!" then replacing the # for $ so that I can out put it but does not work