What sample application should I make?

Talk about anything in here.
Post Reply
Tino
Posts: 360
Joined: Thu May 05, 2011 8:55 pm
Location: The Netherlands

What sample application should I make?

Post by Tino »

I'll just post it here as well in hopes of getting more responses :)

So I am in the process of re-recording the MySQL videos for phpacademy, and I have run into some problems! Actually just one.

When I first started doing this, I had some application in mind. Being myself though, I forgot what it was and I just can't seem to think of what it was anymore.

So, my question to you people is, what do you think would be a good sample application to do?
Please check out my CodeCanyon items.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: What sample application should I make?

Post by jacek »

Tino wrote:I'll just post it here as well in hopes of getting more responses :)

Because of all the extra members ?

I will reply here though.

But what does this application need to include ? the obvious one is a blog or a CMS type ting.
Image
Tino
Posts: 360
Joined: Thu May 05, 2011 8:55 pm
Location: The Netherlands

Re: What sample application should I make?

Post by Tino »

I don't know how many people there are here that aren't on phpacademy ;)

It needs to include.. Anything with a database really. Something with JOINs, probably, and maybe something that makes use of some functions like SUM and IF to demonstrate how to use those. It doesn't matter too much, really.
Please check out my CodeCanyon items.
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Re: What sample application should I make?

Post by EcazS »

Tino wrote:Something with JOINs


Posts table, comments table :lol:
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: What sample application should I make?

Post by jacek »

Tino wrote:It needs to include.. Anything with a database really. Something with JOINs, probably, and maybe something that makes use of some functions like SUM and IF to demonstrate how to use those. It doesn't matter too much, really.

Depending on how you do it, the simple blog can use all of those.

Tino wrote:I don't know how many people there are here that aren't on phpacademy ;)

I think none :lol:
Image
Tino
Posts: 360
Joined: Thu May 05, 2011 8:55 pm
Location: The Netherlands

Re: What sample application should I make?

Post by Tino »

Considering more and more people seem to be suggesting a blog (not just here, also elsewhere), a blog it will be :)
Please check out my CodeCanyon items.
User avatar
Temor
Posts: 1186
Joined: Thu May 05, 2011 8:04 pm

Re: What sample application should I make?

Post by Temor »

jacek wrote:
Tino wrote:I don't know how many people there are here that aren't on phpacademy ;)

I think none :lol:


I actually made my phpacademy account after this one.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: What sample application should I make?

Post by jacek »

Temor wrote:I actually made my phpacademy account after this one.

:D

Tino wrote:Considering more and more people seem to be suggesting a blog (not just here, also elsewhere), a blog it will be :)

The blog is a nice example, and it contains most of the complicated database things, although it is a bit boring in the sense that its the first thing anyone thinks to make. but if you add something cool it will be great :D

Will be interesting to see what you come up with :D
Image
Tino
Posts: 360
Joined: Thu May 05, 2011 8:55 pm
Location: The Netherlands

Re: What sample application should I make?

Post by Tino »

Sometimes when I'm bored I go and make a blog just for the sake of doing something :lol:

Yes, it's been done to death, so I will need to add some unique little twist to it. Well, maybe not unique, but something that doesn't get done all the time.

Ideas?
Please check out my CodeCanyon items.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: What sample application should I make?

Post by jacek »

Tino wrote:Yes, it's been done to death, so I will need to add some unique little twist to it. Well, maybe not unique, but something that doesn't get done all the time.


Tino wrote:Ideas?


You can't plan a twist and not know what it will be !

Erm, I guess just go for a more complete system, most of the tutorials are just on the basics of it (including mine). Like you could have an account system, with permissions for various things.

Or you could use HTML5 AJAX jQuery CSS3 forms instead of normal ones, all those buzz words would get the views rolling in ! :lol:
Image
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Re: What sample application should I make?

Post by EcazS »

Comment avatars?

If you have field where you can enter a URL to your website you can check if it's an image and set it has their comment avatar if it's not then have a default avatar :lol:
Tino
Posts: 360
Joined: Thu May 05, 2011 8:55 pm
Location: The Netherlands

Re: What sample application should I make?

Post by Tino »

Personally I was thinking about categorising blog posts.

Of course I'll take a look at everything and see what I'm going to do. Every suggestion sounds interesting though :)
Please check out my CodeCanyon items.
Post Reply