• What are you working on? v6
    4,671 replies, posted
[QUOTE=RusselG;31279863]Like I give a shit. Not like anything bad can happen from it. You're gonna try PHP, aren't you?[/QUOTE] Really easy to fix. htmlentities($input); that was hard to fix.
[QUOTE=StinkyJoe;31278555]I'm making a CMS. [img]http://i.imgur.com/m3qMD.png[/img] I chose this name because of how I'm structuring things: everything is a bloc(k) - you have multiple block types, multiple blocks with different content, different dependencies, origins and rules, but at it's core, 99% of the content lives in these blocks. While certainly not a novel concept, I believe it's an interesting approach to take right from the start - plugins/modules work in and with blocks, pages are made out of blocks, etc etc etc. I'm also aiming to make the whole thing aimed especially at developers - for every front-end administration panel and feature, there's a matching easy-to-use underlying API that isn't a pain in the ass to work with. Thoughts/suggestions? [editline]23rd July 2011[/editline] Oh, and yes, pixel fonts.[/QUOTE] I was thinking about making mintypublish into something like that after my HSC exams (uni entry essentially), heh.
[QUOTE=AndrewPH;31279880]Really easy to fix. htmlentities($input); that was hard to fix.[/QUOTE] [url]http://russel.comlu.com/insults/[/url] Hmm, I like strip_tags ([url]http://php.net/strip_tags[/url]) more though. But they both work, so doesn't matter.
[QUOTE=RusselG;31280163][url]http://russel.comlu.com/insults/[/url] Hmm, I like strip_tags ([url]http://php.net/strip_tags[/url]) more though. But they both work, so doesn't matter.[/QUOTE] What you want is [url=http://php.net/manual/en/function.htmlspecialchars.php]htmlspecialchars[/url]. strip_tags doesn't do shit to protect you in this scenario.
[QUOTE=StinkyJoe;31280304]What you want is [url=http://php.net/manual/en/function.htmlspecialchars.php]htmlspecialchars[/url]. strip_tags doesn't do shit to protect you in this scenario.[/QUOTE] I'm lost here. The strip_tags is doing what I want (which is getting rid of html tags for the input) and it looks like htmlspecialchars just replaces them with the html codes (<, etc.)
[QUOTE=RusselG;31280433]I'm lost here. The strip_tags is doing what I want (which is getting rid of html tags for the input) and it looks like htmlspecialchars just replaces them with the html codes (<, etc.)[/QUOTE] Welp, was thinking of strip_slashes (or add_slashes?) which you seemed to be using earlier. Carry on.
[QUOTE=StinkyJoe;31280520]Welp, was thinking of strip_slashes (or add_slashes?) which you seemed to be using earlier. Carry on.[/QUOTE] Still is, looks like. [url]http://russel.comlu.com/insults/info.php?name='[/url]
[QUOTE=StinkyJoe;31280520]Welp, was thinking of strip_slashes (or add_slashes?) which you seemed to be using earlier. Carry on.[/QUOTE] magic quotes, man. magic quotes.
[QUOTE=Ac!dL3ak;31280821]magic quotes, man. magic quotes.[/QUOTE] That horrid crap, good job it's deprecated as of 5.3.0
[url]http://jsfiddle.net/redjazz96/6vVp7/embedded/result/[/url] somewhat related as I am working on it and it does use CSS, JS, and HTML
[QUOTE=Vietnow;31275304]It's an image...[/QUOTE] Maybe he has some plugin that moves random things one pixel off every now and then. You never know.
[QUOTE=RELAXiN;31281493]Maybe he has some plugin that moves random things one pixel off every now and then. You never know.[/QUOTE] Sleep deprivation plug-in
Just began learning HTML Wish me luck [url]http://dl.dropbox.com/u/17678824/WEB/Test1.html[/url]
[QUOTE=superstepa;31281657]Just began learning HTML Wish me luck [URL="http://bit.ly/firstwebsitetest"]http://bit.ly/firstwebsitetest[/URL][/QUOTE] 403 error
[QUOTE=superstepa;31281657]Just began learning HTML Wish me luck [URL="http://bit.ly/firstwebsitetest"]http://bit.ly/firstwebsitetest[/URL][/QUOTE] Put it in your public folder, right-click and select Copy Public Link
[QUOTE=RusselG;31281903]Put it in your public folder, right-click and select Copy Public Link[/QUOTE] I actually did it , and it worked. Nevermind it , there is just a paragraph and an image linking to facepunch [editline]23rd July 2011[/editline] It actually is right here -snip- OUCH wrong link , that is the price for using dropbox portable [editline]23rd July 2011[/editline] There you go [url]http://dl.dropbox.com/u/17678824/WEB/Test1.html[/url]
[QUOTE=StinkyJoe;31279583]Ok, now I [b]promise[/b] this is the last one. Final version (...atleast for now...): [img]http://i.imgur.com/u9peY.png[/img][/QUOTE]I liked the original one more to be honest... [editline]23rd July 2011[/editline] [QUOTE=Sc00by22;31281643]Sleep deprivation plug-in[/QUOTE]Sleep deprivation is bad for you.
How do i prune a git repo. Do I just delete the MASTER and then copy the HEAD to a new master?
[QUOTE=StinkyJoe;31278555]I'm making a CMS. [img]http://i.imgur.com/m3qMD.png[/img] I chose this name because of how I'm structuring things: everything is a bloc(k) - you have multiple block types, multiple blocks with different content, different dependencies, origins and rules, but at it's core, 99% of the content lives in these blocks. While certainly not a novel concept, I believe it's an interesting approach to take right from the start - plugins/modules work in and with blocks, pages are made out of blocks, etc etc etc. I'm also aiming to make the whole thing aimed especially at developers - for every front-end administration panel and feature, there's a matching easy-to-use underlying API that isn't a pain in the ass to work with. Thoughts/suggestions? [editline]23rd July 2011[/editline] Oh, and yes, pixel fonts.[/QUOTE] [img]http://ecx.images-amazon.com/images/I/4122GSG3EYL._SL500_AA300_.jpg[/img] [i]probably my favourite album[/i]
[url]http://russel.comlu.com/insults/info.php?name=%27%27%27%27%27%27%27%27%27%27%27%27%27[/url] I think you're looking for stripslashes();
Working on this wireframe. Yes it's the same as last month. I'm a professional procrastinator. Don't mind the orange circles, they're for reference. [img]http://www.gabrielecirulli.com/p/20110723-183343.png[/img]
[IMG]http://i.imgur.com/OfSJy.png[/IMG] 2nd Class is just a placeholder name as I have no idea what I'll call it yet.
Uh oh I better finish gradstr now welp
[QUOTE=anton;31291568]Uh oh I better finish gradstr now welp[/QUOTE] Big market for educational products. :P (The market is already filled with shitty ones) Update: [img]http://i.imgur.com/6VLd7.png[/img]
[QUOTE=Jelly;31292243]Big market for educational products. :P (The market is already filled with shitty ones) Update: [img]http://i.imgur.com/6VLd7.png[/img][/QUOTE] Looks great! I would reduce the border on the notices by 1px though
[QUOTE=Alcapwne;31292291]Looks great! I would reduce the border on the notices by 1px though[/QUOTE] Thanks! I suppose staying consistent with border sizing would be a good idea :P
[QUOTE=Jelly;31292308]Thanks! I suppose staying consistent with border sizing would be a good idea :P[/QUOTE]maybe use rounded corners too [editline]23rd July 2011[/editline] and if I were you I'd use silk icons
[QUOTE=TerabyteS_;31293100]maybe use rounded corners too [editline]23rd July 2011[/editline] and if I were you I'd use silk icons[/QUOTE] It's almost gotten to the extent you can anticipate seeing silk icons in a design. I'd rather be consistent in using one icon pack but if I do have to change icons I'll just use Fugue.
By the way the name schoool was suggested by me :dance:
[QUOTE=TerabyteS_;31293210]By the way the name schoool was suggested by me :dance:[/QUOTE] Isn't it copying dribbble a bit too much? I mean, the script font, the triple letters in the middle etc. ?
Sorry, you need to Log In to post a reply to this thread.