Mini Statistics
Join Date
09-26-2007
Last Activity
Yesterday 02:58 PM
Blog Entries
7
Avatar
Orjan's Avatar
Join Groups 1 Permission Groups
Groups: (1)
Recent Visitors
The last 10 visitor(s) to this page were:
  1.  BlaineSch
  2.  Davide
  3.  exicute
  4.  Guest
  5.  Jaan
  6.  James.H
  7.  lor
  8.  saeras
  9.  thegamemaker
  10.  ZekeDragon
This page has had 3,061 visits
Tab Content
Visitor Messages
About Me
Friends
Blog

  1. haraldur
    Can you give me a moving ticket in Erepublik? my name is Haraldurorri
  2. johnyjj2
    Hello!

    Thank you for your contribution for solving my problem :-) - http://forum.codecall.net/pascal-del...tml#post191870

    In general the application is not open-source and I am not the owner of the code so I cannot post the code of this application. This is why I decided to write on PM.

    http://rapidshare.com/files/266123772/tp7.zip.html <- it contains three text files
    password: turbo7pass

    My mail: johnyjj2@gmail.com

    Greetings!
  3. gamingstaff
    If possible I would like to call you and go over the details of the project. Here are some general details up front.

    Artigrafx is a Limited Liability Company. We are a small business that creates/manages websites, designs (graphics), and sells promotional items.

    We need to create multiple CMS's to sell to our clients. One written in PHP for small, static websites, one written in Python through Django (a web application framework that basically does the dirty grunt work for you) for more complex websites, and one for flash websites.

    The last one (for flash websites) is going to be the hardest and so we are going to tackle that last. It probably doesn't concern you though, considering you are interested in the first one (written in PHP).

    Here are some important links:
    http://www.agfxsite.com/
    http://www.agfxsite.com/board

    Hope to talk to you soon!
Showing Visitor Messages 1 to 3 of 3

About Orjan

Basic Information

About Orjan
Location
Karlstad, Sweden
Interests
Programming... Computers
Occupation
University Student

Signature

__________________________________________
Ask me: Orjan | Contribute to the Wiki! | Make your own Programming blog!
I usually play eRepublik and Travian when I'm not on CodeCall

Contact

Statistics

Total Posts
Total Posts
2,613
Posts Per Day
2.89
Last Post
URL enconding problem Yesterday 11:05 AM
Visitor Messages
Total Messages
3
Most Recent Message
12-18-2009
Blog
Total Entries
7
Last Blog Entry
Programming methodology 04-21-2009 01:32 PM
General Information
Last Activity
Yesterday 02:58 PM
Join Date
09-26-2007
Referrals
2

6 Friends

Showing Friends 1 to 6 of 6

 View Orjan's Blog

Programming methodology

by Orjan on 04-21-2009 at 01:32 PM
As you might know, I'm writing on an web application, a tool/helper to an online game, Travian. I did a version in three months spare time last spring. I painted myself into a corner as the application grew faster and bigger than expected.

This fall, I started a complete rewrite of the code and I thaught I sat up a good structure for myself. I was very confident that it will be great, and it is not bad, not bad at all. However, I started to wonder if I could do something even better,

Read More

Categories
Programming

Template Engines and the future in web apps

by Orjan on 03-10-2009 at 06:35 PM
I'm coding some projects, and I can only say that I actually love the php template engine Smarty. I have had discussions here on CodeCall and several taught it is a bad idea, but I find it wonderful. I just love the two layer functionality, and that it's already made, I don't have to re invent the wheel.

It gives me a lot of advantages, as I don't have to think about any outputs when writing my pages, I only have to think about pushing the relevant data to the template engine,

Read More

Categories
Programming

Unemployment web educations

by Orjan on 03-05-2009 at 08:33 AM
Hello there. I'm unemployed as previous stated.

Now I'm going to tell you a bit of the opportune to get educated by governmental funds here in Sweden, and especially in the IT area. I can read programming, actually. Web programming. Then they offer MCSE certification, in windows 2000, outdated ages ago, so I believe I can't trust that the crash course in programming is more updated than 1990's. Web development and programming with HTML 3.0, I'm afraid. I guess they've never heard

Read More

Categories
Programming

Beeing conservative

by Orjan on 02-07-2009 at 07:42 PM
I think this is the largest problems for programmers of today. To be too conservative.

The programming languages evolves, new programming languages are created, and others maybe not be obsolete, but will sink back in usage at least. The only language that actually has stood in this windy business is C/C++. It has lasted for more than most languages has, and especially with such a competitor as java taking place on the programming scene.

The older programming languages

Read More

Categories
Uncategorized

Python

by Orjan on 02-06-2009 at 07:29 PM
Wow. I have had an great experience lately. I've been working with a python script and been customizing it for a few days. And Python does have potential, oh yeah!

I find the language easy to program in, most of the time, but it has many special things that isn't so easy. I have troubles finding good documentation. python.org is not especially good source for good python documentation, if you compare it to php.net for example.

It's understandable as it's more third

Read More

Categories
Programming