• Web Development - WAYWO - #8
    5,514 replies, posted
[QUOTE=Svenskunganka;42216409]The font of "Home" "Customers" and "Our products and services".[/QUOTE] Seems to be a windows issue - it is fine on Chrome on OSX. Probs won't be able to use small caps then: [url]https://github.com/volcanicpixels/volcanicpixels/blob/new/volcanicpixels/frontend/modules/helpers/typography.less[/url] Which is a shame because I really like it, thanks for pointing that out.
[QUOTE=daniel_c;42216395]Which bit in particular are you referring to?[/QUOTE] It's a chrome font rendering issue, there's a fix for it but I can't remember what it is. But google is your friend.
[QUOTE=Dorkslayz;42216563]It's a chrome font rendering issue, there's a fix for it but I can't remember what it is. But google is your friend.[/QUOTE] -snip- That doesn't work anymore it seems Check this out: [URL]http://stackoverflow.com/questions/8605194/improve-css3-text-rotation-quality[/URL]
[url]https://github.com/browserstate/history.js/issues/338[/url] Can anyone suggest a history API wrapper that doesn't suck ass? Since the history API is inconsistent across browsers, it's pretty necessary, and I really just go off and decide to make my own right now.
Fixed the issue with using small-caps by adding some extra digits to the font-size declaration, it must force chrome to use a different renderer or something. I'll probably remove small-caps at some point anyway (try and replicate it in css) as using it means I have to send the extended charset for the font and it isn't supported by all browsers anyway.
Automatic breadcrumb generation. The url: /groups/28-test/devices/1-google/scans is turned into: [IMG]http://i.imgur.com/HowHa5i.png[/IMG] Based on this route tree: [CODE] [ { controller: 'groups', module: 'root', params: [ ':group' ], type: 'controller' }, { controller: 'devices', module: 'root', params: [ ':device' ], type: 'controller' }, { controller: 'device-scans', module: 'handler-scan-manager', params: [ ':scan' ], type: 'controller' }, { controller: 'device-scans', module: 'handler-scan-manager', params: [ ':scan' ], action: 'index', type: 'action' } ] [/CODE]
[QUOTE=Jelly;42232870]Automatic breadcrumb generation. The url: /groups/28-test/devices/1-google/scans is turned into: [IMG]http://i.imgur.com/HowHa5i.png[/IMG] Based on this route tree: [CODE] [ { controller: 'groups', module: 'root', params: [ ':group' ], type: 'controller' }, { controller: 'devices', module: 'root', params: [ ':device' ], type: 'controller' }, { controller: 'device-scans', module: 'handler-scan-manager', params: [ ':scan' ], type: 'controller' }, { controller: 'device-scans', module: 'handler-scan-manager', params: [ ':scan' ], action: 'index', type: 'action' } ] [/CODE][/QUOTE] What framework is this? Custom?
[URL="http://spelunkyexplorers.com/"][img]http://puu.sh/4upDq.png[/img][/URL] How does this look? Any ideas for what to improve? Getting the Steam OpenID signin working was an ordeal; the server's written in C# so my first attempt was using DotNetOpenAuth, which doesn't seem to work on Mono at the moment. I ended up implementing the OpenID transaction myself.
I would make the archive thing on the right a calendar instead of a list, it'll make it a lot faster for people to find specific days if they want to.
[QUOTE=KmartSqrl;42234775]I would make the archive thing on the right a calendar instead of a list, it'll make it a lot faster for people to find specific days if they want to.[/QUOTE] I'll give it a go, although I might struggle to style it to match the rest of the site. Is there a standard calendar implementation you would recommend?
[QUOTE=Ziks;42234975]I'll give it a go, although I might struggle to style it to match the rest of the site. Is there a standard calendar implementation you would recommend?[/QUOTE] jQuery UI has a pretty good calendar. If it were me I'd probably try sticking the whole thing in one big stone block first.
I haven't tried styling it yet, but I agree that it's a ton more functional. [IMG]http://puu.sh/4utai.png[/IMG] [editline]18th September 2013[/editline] In fact, would anyone be interested in collaborating? I haven't got much experience with graphic or web design, and would be much more comfortable working on the back-end. Ideally you'd need experience with C# for the server-side stuff, and play Spelunky. I can't really offer anything apart from co-ownership of the site (for whatever that's worth to you), and potentially half of any donations if we get that far.
Working on a MOTD page for a gmod server, the old page: [t]http://i.imgur.com/63OcHqK.png[/t] 1999 called, they wanted their xhtml back And the WIP new page: [t]http://i.imgur.com/RKof0vu.png[/t]
[QUOTE=KmartSqrl;42234539]What framework is this? Custom?[/QUOTE] Yeah it's custom. Routing is done by express and I've got a framework that handles the rest: route building, controllers, models, views, etc.
I've been continiuing to make workarounds for Garry's Mod and servers in general, so I made this [URL="http://facepunch.com/showthread.php?t=1308430"]very small script[/URL] in PHP that converts [URL="http://facepunch.com/showthread.php?t=1228438"]Pointshop[/URL] SQLite database structure to MySQL structure. That way, pointshop data won't get lost if a server owner is porting over from SQLite to MySQL. Not much of a code but it does its job :v: EDIT: I'm bored and gonna increase the functionality and features of this script. [U]What I have in mind:[/U] [B] 1. Adding support for DarkRP SQLite to MySQL. (Suggest some other gamemodes/addons?) 2. Adding support to get converted SQLite structure in 2 diffrent ways: ---2a) Converted structure will be pasted to [URL="http://pastebin.com/"]Pastebin[/URL] using [URL="http://pastebin.com/api"]Pastebin's API[/URL]. ---2b) Converted structure will be send directly to the client as an SQL file (converted.sql). 3. Script will allow entire sv.db file to be uploaded, where sqlite3 linux command will dump the required tables so it's readable by the PHP script. [/B]
[t]http://i.imgur.com/SXOcQQ9.png[/t]
[QUOTE=Jelly;42241449][t]http://i.imgur.com/SXOcQQ9.png[/t][/QUOTE] Would be interesting to send alerts when scan results change, like if nmap notices something different since the last run.
I making a game so I made a website for it, can I get some c&c? [url]knights-errant.com/[/url]
[QUOTE=KmartSqrl;42244046]Would be interesting to send alerts when scan results change, like if nmap notices something different since the last run.[/QUOTE] Yeah that's exactly what it's going to let you do. It'll even eventually detect anomalous/suspicious activity.
[QUOTE=Jelly;42241449]img[/QUOTE] you use pt sans, right?
[QUOTE=/dev/sda1;42247630]you use pt sans, right?[/QUOTE] It's [URL=http://www.google.com/fonts/specimen/Raleway]Raleway[/URL]. Should've probably stated that it's the heavily-customised Bootstrap theme [URL=http://code.divshot.com/bootstrap-theme-white-plum/]White Plum[/URL]. Hopefully I'll find a designer to design a theme specifically for NYX but for now you can select from 16 different themes.
[img_thumb]http://puu.sh/4vtef.jpg[/img_thumb]
Are you working with Monkeys on that or is it just a project you're doing on your own?
[QUOTE=Agent766;42249203]Are you working with Monkeys on that or is it just a project you're doing on your own?[/QUOTE] ive spoken to monkeys about it yeah
Anyone know how to do this in jQuery? Drag two separate elements (of numerous element options) into the same drop container and then change what's being displayed based on which two elements the user chose to drag to the container.
[URL=http://curate.im][IMG]http://i.imgur.com/QIy9WNpl.jpg[/IMG][/URL] [url]www.curate.im[/url] Use the code 'BL001' to sign up if you want :)
[QUOTE=Benji;42256680]Anyone know how to do this in jQuery? Drag two separate elements (of numerous element options) into the same drop container and then change what's being displayed based on which two elements the user chose to drag to the container.[/QUOTE] Yeah, it isn't too difficult. Take a look into the jQuery sortable library, once you get that setup etc then you can go about using some of the event hooks the library offers (ones that trigger once something has been dropped) to add the ID/Class/whatever to a variable and then do whatever based on what's in that variable.
[QUOTE=Alcapwne;42257983][URL=http://curate.im][IMG]http://i.imgur.com/QIy9WNpl.jpg[/IMG][/URL] [url]www.curate.im[/url] Use the code 'BL001' to sign up if you want :)[/QUOTE] Awesome! But what's with the comic sans. [IMG]https://i2.wp.com/s3-eu-west-1.amazonaws.com/curateapp/defaultprofile.png?ssl=1[/IMG]
[QUOTE=benbb;42262823]Awesome! But what's with the comic sans. [IMG]https://i2.wp.com/s3-eu-west-1.amazonaws.com/curateapp/defaultprofile.png?ssl=1[/IMG][/QUOTE] Incentive to "Change your profile pic", obviously :v:
[QUOTE=Rayjingstorm;42262966]Incentive to "Change your profile pic", obviously :v:[/QUOTE] Curate.IM's already detected my Gravatar, still showing that ugly comic sans though :v
Sorry, you need to Log In to post a reply to this thread.