• What are you working on? v2
    2,000 replies, posted
[QUOTE=jaybuz;22823034]I don't really feel like completely redoing it, so I'll just wait until July and submit again. :P[/QUOTE] I haven't actually seen it yet, you got a link?
That is Jaybuz's Black and White theme. [url]http://rewindstudios.com/portfolio/BlackAndWhite/[/url]
It is very nice, would suite WordPress to the core.
I'm remaking my Great Uncle's website for free because it's seriously outdated, and because he's helped me out a fair bit as well. [url]http://pixellegacy.com/TST/[/url] The horrendous site that they've used for years is up at [url]http://tstcreativecatering.com/[/url] ... Table within a table within a table! And they ended their <li> tags with <p> tags instead of closing them, and never close the <p> tags... I'm also finally making a personal site for my art/photo/web portfolios, but I have nothing to show for it yet. :D
[QUOTE=HeroicPillow;22829298][url]http://tstcreativecatering.com/[/url][/QUOTE] [img]http://www.facepunch.com/image.php?u=231644&dateline=1270494987[/img]
Getting [url=http://themeforest.net/item/insidesign-company-portfolio-blog-template/99994]this[/url] coded up as a wordpress theme methinks.... :3: [img]http://benbrooks.co.uk/img/Wordpress_Blog_-_Google_Chrome_a273a13b3f1d49d4b728382dfa5916d7.png[/img] [editline]blah[/editline] In b4 'cheating' :( I can't design much from nothing without it looking like ass, I love to code though... [editline]blah[/editline] and yes, I did pay for it.
you bought a wordpress theme.... :geno:
Since I can't design for shit I decided I'd try and program for MediaWiki. [url]http://www.mediawiki.org/wiki/Special:Code/MediaWiki/68482[/url] [url]http://www.mediawiki.org/wiki/Special:Code/MediaWiki/68451[/url] [url]https://bugzilla.wikimedia.org/show_bug.cgi?id=23750[/url] [url]https://bugzilla.wikimedia.org/show_bug.cgi?id=24107[/url] [url]https://bugzilla.wikimedia.org/show_bug.cgi?id=24104[/url] I think I found my niche. :) Also lately I've been using [url=http://www.jetbrains.com/phpstorm/]phpStorm[/url] for pure PHP projects. Normally I hate Java based IDEs but this one is okay so far. [editline]08:22PM[/editline] It's the only IDE I've gotten to get XDebug to work so that's good :)
Notepad++ is just fine for me. v:v:v
[QUOTE=andersonmat;22837224]Notepad++ is just fine for me. v:v:v[/QUOTE] When you're working on a codebase as large as MediaWiki's it's really useful.
So is the PHP version of Eclipse.
This was a fucking retarded post. Ignore it.
If I find an IDE like Notepad++ with something like Coda's sites feature, I'd be quite happy, because switching between a million tabs with no way of telling which tab is from which project gets annoying.
[QUOTE=zmr;22837931]I'm working on a new website for ross scott (freeman's mind and civil protection). Think this: better posts 'n' comments.[/QUOTE] [QUOTE=zmr;22837986]oh, and i'm using wp 3.0 with lightword, but i'm open to other themes.[/QUOTE] Tell me this is a joke.
[QUOTE=Erp;22834822]you bought a wordpress theme.... :geno:[/QUOTE] I bought a PSD :3:
Made a handy dandy download image for AnyHub: [url=http://anyhub.net/file/rhcp-live-pinkpop05.jpg][img]http://anyhub.net/thumb?id=25195[/img][/url] source: [cpp] public void ProcessRequest(HttpContext context) { long fid; if (!long.TryParse(context.Request["id"] ?? "", out fid)) return; var f = File.ByID(fid); if (f == null) return; Bitmap bmp = new Bitmap(context.Server.MapPath("App_Data/thumbtemplate.png")); using (Graphics g = Graphics.FromImage(bmp)) { var fnamefont = new Font("DejaVu Sans", 14); if (g.MeasureString(f.Filename, fnamefont).Width > bmp.Width - 50) { string s; for (s = f.Filename; g.MeasureString(s + "...", fnamefont).Width > bmp.Width - 40; s = s.Substring(0, s.Length - 1)) ; g.DrawString(s + "...", new Font("DejaVu Sans", 14), Brushes.White, 30, 10); } else g.DrawString(f.Filename, fnamefont, Brushes.White, 30, 10); g.DrawString(f.Size.Size(), new Font("DejaVu Sans", 10), Brushes.White, 30, 32); var ext = f.Filename.Split('.').Last().ToLower(); g.DrawImage(new Bitmap(context.Server.MapPath("App_Data/" + (types.ContainsKey(ext) ? types[ext] : "unknown") + ".png")), new Rectangle(12, 14, 16, 16)); context.Response.ContentType = "image/png"; bmp.Save(context.Response.OutputStream, System.Drawing.Imaging.ImageFormat.Png); } bmp.Dispose(); } [/cpp]
[QUOTE=compwhizii;22838573]Tell me this is a joke.[/QUOTE] I'm an expert at doing half-assed jobs.
[QUOTE=jaybuz;22823034]I don't really feel like completely redoing it, so I'll just wait until July and submit again. :P[/QUOTE] I remember when you first sent me that layout to comment on, it didn't look like anything promising, but dang, that's some fine work there. Looking forward to your next theme :) Good luck with getting it accepted, that previous reviewer has way too high expectations.
bugspray, now with favourite counts! [img]http://cl.ly/1304d6e623fdd1459053/content[/img] I've also put the newest changes up on the [url=http://bugspray.uni.cc/]demo site[/url].
Worked on a redesign for my bastard child website [url]http://stickybomb.org/home[/url]
[B]Starbase Tracker[/B] It's a simple app being built for EVE Online players who own/manage starbases. My first php site that uses authentication, it was interesting to see how it's done. If anyone can think of a better name please let me know, it's a bit generic at the moment. [b]Edit:[/b] If anyone wants to contribute to this project PM me (I plan on making it open source anyway), I'd love some help and it'd get it working much quicker. Some screens: [QUOTE][URL=http://imgur.com/m8BX3.png][IMG]http://imgur.com/m8BX3m.jpg[/IMG][/URL] [URL=http://imgur.com/ze4H0.png][IMG]http://imgur.com/ze4H0m.jpg[/IMG][/URL] [URL=http://imgur.com/Nv1K7.png][IMG]http://imgur.com/Nv1K7m.jpg[/IMG][/URL] [URL=http://imgur.com/fMTsZ.png][IMG]http://imgur.com/fMTsZm.jpg[/IMG][/URL][/QUOTE]
I like the simplicity in your design r3morse. You got a link for it, so I can try and nit-pick?
[QUOTE=JDream;22846004]I like the simplicity in your design r3morse. You got a link for it, so I can try and nit-pick?[/QUOTE] Sure, [url]http://db.isitup.org/test/[/url]. I proberly should mention I paid for the basic template, though it's heavily modified now. Login and pass is "demo".
[QUOTE=r3morse;22845986]stuff[/QUOTE] Pos manager aye? Oh and bad certificate!
[QUOTE=Wipmuck;22846042]Pos manager aye? Oh and bad certificate![/QUOTE] Uh huh, and like I can be bothered to buy a cert. :P.
[QUOTE=:awesome:;22845755]Worked on a redesign for my bastard child website [url]http://stickybomb.org/home[/url][/QUOTE]Looks nice, reminds me of Turb's site.
[QUOTE=Erp;22846474]Looks nice, reminds me of Turb's site.[/QUOTE] His site was a main influence because i can look at his and say "Wow. This is awesome and simple at the same time." Though my site is all made by me and theres no stolen code there.
[QUOTE=:awesome:;22846542]His site was a main influence because i can look at his and say "Wow. This is awesome and simple at the same time." Though my site is all made by me and theres no stolen code there.[/QUOTE]Awesome, you did well.
And now children, this is how you take inspiration without ripping off. (aimed at erp and plastical :sigh:)
[QUOTE=turb_;22846777]And now children, this is how you take inspiration without ripping off. (aimed at erp and plastical :sigh:)[/QUOTE]plastical wasn't trying to steal though he just wanted something to fill the place while he got a design up [editline]07:42AM[/editline] im inspired by turb's design i might try it, without stealing the code this time :keke:
Sorry, you need to Log In to post a reply to this thread.