Search found 204 matches

by tappatekie
Sat Mar 23, 2013 8:30 pm
Forum: Programming Discussion
Topic: Multithreading help in C# [FIXED]
Replies: 6
Views: 2403

Multithreading help in C# [FIXED]

Hey guys, I haven't really touched on getting multiple threads to synchronize in C# but I need to have it. I need code like this (little mockup completely ignoring CPU load costs) The code currently just does not work, it works fine until another thread calls Add() and everything dead locks. (it's c...
by tappatekie
Thu Mar 21, 2013 7:56 pm
Forum: Programming Discussion
Topic: Web Browser from scratch
Replies: 22
Views: 7021

Re: Web Browser from scratch

Little update, I've finished the windows system to work with Linux, Mac and Windows. At the moment, it only supports MS Windows since it's the system i'm most familiar with. At the moment, for other platforms, the code falls back on System.Windows.Forms which Mono has a complete library of so it cov...
by tappatekie
Tue Mar 12, 2013 12:03 pm
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 27502

Re: Scripting Language development

The source is attached. Enjoy! It's not well documented, but I think you will get the hang of it. Lots of these huge, in-depth topics like this in our Programming Discussion forum get indexed on Google... Some curious sap from the future may be searching for how to do this... Your source code may he...
by tappatekie
Tue Mar 12, 2013 1:16 am
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 27502

Re: Scripting Language "Plywood"

Haven't posted in this thread for a while, I'm not working on this project anymore but not really sure if I would be using it or coding more of it later on for projects. If you want the source code (in C#) then post here and i'l post the link to the source. As long as you don't claim it as your own ...
by tappatekie
Mon Mar 11, 2013 11:56 am
Forum: Programming Discussion
Topic: Web Browser from scratch
Replies: 22
Views: 7021

Re: Web Browser from scratch

This is an insanely ambitious undertaking... I wish you luck! I have tried using glOrtho(0,Width,Height,0,0,1); but did'nt work at all as well as a few other things that I found online. That is how you do it. As qp mentioned, you are setting it up correctly, but then you're loading an identity matr...
by tappatekie
Mon Mar 11, 2013 6:31 am
Forum: Programming Discussion
Topic: Web Browser from scratch
Replies: 22
Views: 7021

Re: Web Browser from scratch

So <div id="<i like to put angle brackets in my ids>"> won't mess you up? ;) No it won't if it comes across any " or ' characters, it seeks over the entire string and then looks for the <> again :) I have tested this, and it does skip over both " and '. Pratically anything you t...
by tappatekie
Sat Mar 09, 2013 11:57 pm
Forum: Programming Discussion
Topic: Web Browser from scratch
Replies: 22
Views: 7021

OpenGL help needed - Web Browser from scratch

I know I'm probably going to sound completely newbish... but I need help with OpenGL. I've started making my own OpenGL wrapper class which takes in a window handle, gets the device context from it and creates a rendering context which then makes it current for OpenGL on the current thread. (It work...
by tappatekie
Sat Mar 09, 2013 11:48 pm
Forum: Programming Discussion
Topic: Web Browser from scratch
Replies: 22
Views: 7021

Re: Web Browser from scratch

As a word of advice, if you're using regexes (I don't know if you are or not), you're doing it wrong. HTML isn't regular. Nope :P It goes through every character in the string, detects a tag begin, gets the tag end, processes the string in the middle, gets where the tag ends then processes the stri...
by tappatekie
Fri Mar 08, 2013 11:25 am
Forum: Programming Discussion
Topic: Web Browser from scratch
Replies: 22
Views: 7021

(Update) Web Browser from scratch

Quick update, I'm not going to touch the layout engine yet until I have a stable enough rendering base to work from. The plan is to use an abstract class "ARenderer" which would hold All the functions needed for rendering e.g BeginFrame, EndFrame, Clear, FillPoly etc.. which the layout eng...
by tappatekie
Thu Mar 07, 2013 4:32 pm
Forum: Programming Discussion
Topic: Web Browser from scratch
Replies: 22
Views: 7021

Re: Web Browser from scratch

I was dabbling in this a bit when I started learning winsock, but I became really turned off when I had to start parsing html. Not that it was hard, but it wasn't very fun for me, and with other things I had wanted to do I dropped it. I don't think it's too ambitious, I think it's something any pro...
by tappatekie
Thu Mar 07, 2013 11:51 am
Forum: Programming Discussion
Topic: Web Browser from scratch
Replies: 22
Views: 7021

Re: Web Browser from scratch

K-Bal wrote:Sounds ambitious ;) If you get far with this it will be a good reference for programming jobs. Good luck!
Thank you :) And yeah I know it's insanely ambitious but I enjoy every second making it :) (except a few frustrating bits)
by tappatekie
Wed Mar 06, 2013 8:09 pm
Forum: Programming Discussion
Topic: Web Browser from scratch
Replies: 22
Views: 7021

Web Browser from scratch

Hey guys it has been a while since I last posted on here. I have a new programming project which is to make a web browser from scratch. I know this is an insanely huge project to undergo especially for a single developer, but I'm doing it for the sheer hell of it and I could learn so much in the pro...
by tappatekie
Fri Jul 13, 2012 6:09 pm
Forum: General/Off-Topic
Topic: Social Network
Replies: 48
Views: 8233

Re: Social Network

I have been busy developing the brand new site, which I think will completely change the you connect with people (secrets :D). I have discarded the previous source code for social to start a fresh new code base and design which is more organized. If you guys want, I could PM you the C# source+html i...
by tappatekie
Mon Jul 09, 2012 6:16 am
Forum: Art, Music, and Design
Topic: Icon designer wanted
Replies: 2
Views: 5986

Re: Icon designer wanted

Similarly to smileys, there are many icons free for commercial use in the public domain. http://glyphicons.com/ http://findicons.com/ http://openiconlibrary.sourceforge.net/ Just a heads up to what sort of things are already out there. Not really what I wanted to do for icons. I was hoping to have ...
by tappatekie
Sat Jul 07, 2012 8:32 pm
Forum: Art, Music, and Design
Topic: Icon designer wanted
Replies: 2
Views: 5986

Icon designer wanted

Hey guys, I've never really done this before so I'l get right to the point. I am making a social networking website called "social", I have no talent with making professional looking icons, I'm just a programmer/web designer who makes the site function. It's a bit of a big ask but, is ther...