• Web Development - WAYWO - #8
    5,514 replies, posted
Writing webapps in lua is super awesome: [IMG]http://i.imgur.com/q6j1soz.png[/IMG] [URL="fcpn.ch"]fcpn.ch[/URL] [URL="http://openresty.org/"]openresty.org/[/URL]
real eyes realize real bored [img]http://i.imgur.com/WJGaaoM.png[/img] i need my os x font rendering back ;(
[QUOTE=ifaux;44897872]real eyes realize real bored [IMG]http://i.imgur.com/WJGaaoM.png[/IMG] i need my os x font rendering back ;([/QUOTE] In your URL bar on Chrome, type in 'chrome://flags', then enable DirectWrite, that should be what you're looking for. [editline]24th May 2014[/editline] Also, profile page! [t]https://dl.dropboxusercontent.com/u/20973870/Screenshot 2014-05-24 23.25.39.png[/t] Might I mention that all this is fully functioning, creating accounts, etc. Banner, profile picture and slogan are customisable.
I made a simple new tab page, it's my first time using Javascript. It uses local storage to save what you type, so you can leave notes there and read them at any time. [t]http://i.imgur.com/u1FrB4X.png[/t] The bookmarks on the side are hardcoded though, and really terribly.
got some advanced codings here [img]http://i.gyazo.com/1c812529b603c26198f48f9f82bb1574.png[/img]
Sorry but I don't find that funny at all, guess I just don't have the same sense of humor as you. But on a productive note, you're using the deprecated <center> tag
Is it just me, or is that text unreadable? [IMG]http://i.gyazo.com/23b5eb61f2231ea28aa1072f83b2099d.png[/IMG]
Actually it's worse than just using deprecated tags, what are you even doing? [code] <style> h1 { font-size: 10000%; font-family: Arial; } </style> <center> <h1> no porno here, sorry. </h1> </center>[/code] Google some tutorials on how to make an HTML webpage, otherwise you're depending on browsers to figure out what you mean (which is bad, dangerous, and should be avoided no matter what.)
text-align:center; instead isn't that hard to use :) I still don't understand why <center> is deprecated.
[QUOTE=dexon;44905134]text-align:center; instead isn't that hard to use :) I still don't understand why <center> is deprecated.[/QUOTE] HTML is meant for content and CSS for styling
Yesterday I started learning Flask so I could stop putting myself through the pain of dealing with web.py and it's awful documentation. I don't have anything interesting to show, though so far it does pretty much everything I did with web.py and I got it to work the first time. It's going to take some getting used to, since it uses some concepts I haven't used much in python before, like the with keyword. Their "g" object seems a little strange to me, but seems useful at least.
Finally the backend for my fp link shortener is done: [URL="http://fcpn.ch/f1q5/dcz9l"]fcpn.ch/f1q5/dcz9l[/URL] (It's 2.5x shorter than [url]http://facepunch.com/showthread.php?t=1396421&p=44905557#post44905557[/url]) Works as follows: fcpn.ch/base62threadid/base62postid (my base 62 goes from lowecase a to z then upper case A to Z then 0 to 9) Now I just have to make the website and code browser extensions and a user script
-snip- edit: fuck why didn't the posts merge
[QUOTE=LennyPenny;44907833] edit: fuck why didn't the posts merge[/QUOTE] Posts don't merge after 2 hours AFAIK
-snip wrong thread-
[QUOTE=benjgvps;44905471]Yesterday I started learning Flask so I could stop putting myself through the pain of dealing with web.py and it's awful documentation. I don't have anything interesting to show, though so far it does pretty much everything I did with web.py and I got it to work the first time. It's going to take some getting used to, since it uses some concepts I haven't used much in python before, like the with keyword. Their "g" object seems a little strange to me, but seems useful at least.[/QUOTE] with is the best
I realized I havent been optimizing what I grab from the database and checked how many query i was running [img]http://i.imgur.com/L3PlrEj.png[/img] :suicide: I've been working on it the last 10 minutes :dance: [img]http://i.imgur.com/SgMygK5.png[/img] [editline]26th May 2014[/editline] It's still being worked on :eng101:
2318 ON EACH PAGE ? :v:
[QUOTE=davidaap;44917874]2318 ON EACH PAGE ? :v:[/QUOTE] no just 1 page, and then there was ~100 on 2 of the pages. :v:
Mystery on the page [url]http://112.149.126.151:8080/indexutil.html[/url] Just done screenshot viewer and some leaderboards. google translate it if you really want to know what's going on
[QUOTE=rebel1324;44918869]Mystery on the page [url]http://112.149.126.151:8080/indexutil.html[/url] Just done screenshot viewer and some leaderboards. google translate it if you really want to know what's going on[/QUOTE] it looks like your mysql doesnt support foreign characters. you should use utf8mb4_unicode_ci It feels cool knowing that I can still read korean Only korean education I got was up to 1st grade :v:
[t]http://i.imgur.com/2JgnyAs.png[/t] The copytext is pretty iffy and I'm working on rewording it but can I get some feedback on the design/feeling/vibe/whatever? Thanks!
[QUOTE=Jelly;44920566][t]http://i.imgur.com/2JgnyAs.png[/t] The copytext is pretty iffy and I'm working on rewording it but can I get some feedback on the design/feeling/vibe/whatever? Thanks![/QUOTE] Is it live somewhere so we can try it out, a little bit easier to feedback something live apart from a picture if you ask me.
[QUOTE=rebel1324;44918869]Mystery on the page [url]http://112.149.126.151:8080/indexutil.html[/url] Just done screenshot viewer and some leaderboards. google translate it if you really want to know what's going on[/QUOTE] [url]http://112.149.126.151:8080/svimage.php?search=%3Ch1%3Ehi%20:3%3C/h1%3E[/url]
[QUOTE=Mega1mpact;44920756][url]http://112.149.126.151:8080/svimage.php?search=%3Ch1%3Ehi%20:3%3C/h1%3E[/url][/QUOTE] ~i don't know what to do~
[QUOTE=Jelly;44920566][t]http://i.imgur.com/2JgnyAs.png[/t] The copytext is pretty iffy and I'm working on rewording it but can I get some feedback on the design/feeling/vibe/whatever? Thanks![/QUOTE] I like it, but I think you could cut the copy down a bit (I know you're working on that still). A tiny bit more breathing room around everything would probably be good too.
[QUOTE=TrinityX;44882047]As in loading/saving files to git repositories? That's going to take quite a while, so i'll have to postpone that a bit. [url]https://github.com/TrinityX/web-sublime[/url] Woo, first GitHub repository! :dance: I really need help on this, so please do contribute![/QUOTE] I know this is late, but I've only just repo'd it. On the install bit, (yep, that's only as far as I've got to), it doesn't have a 'next' button or anything similar to go onto the next step once I've filled out my database credentials. I'm not sure what I'm meant to be doing to get past this. [IMG_THUMB]http://puu.sh/95Z0Y/9318cd6701.png[/IMG_THUMB]
[QUOTE=BeatAlex;44939641]I know this is late, but I've only just repo'd it. On the install bit, (yep, that's only as far as I've got to), it doesn't have a 'next' button or anything similar to go onto the next step once I've filled out my database credentials. I'm not sure what I'm meant to be doing to get past this.[/QUOTE] My bad, it was probably due to a rushed initial commit, cleaning up a lot of stuff. Anyway, that's fixed now.
[QUOTE=TrinityX;44939851]My bad, it was probably due to a rushed initial commit, cleaning up a lot of stuff. Anyway, that's fixed now.[/QUOTE] Getting; Notice: Undefined variable: pages in /var/www/Media/index.php on line 13 Fatal error: Call to a member function parse() on a non-object in /var/www/Media/index.php on line 13 On a clean install.
[QUOTE=Snakess;44940473]Getting; Notice: Undefined variable: pages in /var/www/Media/index.php on line 13 Fatal error: Call to a member function parse() on a non-object in /var/www/Media/index.php on line 13 On a clean install.[/QUOTE] Fixed. I'm sorry, i really should have checked things before i did my initial commit, but it was late and i wanted it on github :v: If there are any more issues with this, please PM me instead of letting WAYWO get spammed.
Sorry, you need to Log In to post a reply to this thread.