Everything posted by ayoungh
-
Javascript Beginners Book
I would say get on Codecademy great place to start...learn while doing is the best way.
-
Database structure for different types
Thanks D4Y0 I will give this a go
-
Database structure for different types
Thanks for the reply, Im quite new to doing something like this but ideally I need to get out each type of object related to the item. Im not too sure how it would work using arrays of data, would this just be an array of images for example
-
Database structure for different types
Hi All, I am creating an application that allows the user to add an item and then sub items with different types of data like photos, lists etc I am not too sure how to sure how to structure this. At the moment, I have: items: id user_id name And I was thinking to have for my objects that belong to the item id item_id type I am not 100% sure how now to add the different types of data in this table depending on the type selected?
-
Do you have a business bank account ?
I had a business account, but didn't need it really, it was an extra cost on the balance sheet. As I haven't done much freelance for a while it was just eating away at my profits. I use a normal account I setup separately just for this.
- How to start a social networking site?
-
Storing code in database
Thank for the replies, I'm doing it for an in browser code site I'm working on, would Json be another option?
-
Storing code in database
Hi all, Quick question: what's the best way to store code in a database and what field types should I use? Thanks Tony
-
Hi everybody
Hi Cairns84, welcome to the forum
- All positive and Negative feedback Required for new website
-
Codigniter fb library
Hi All, I am trying to create a sso app in codeigniter using the following tutorials - http://www.youtube.com/watch?v=EL-WWQ0RnnA I get stuck on number 7 and only a blank view is showen. If anyone could help me out with this, it would be great. Thanks in advance
- scss in coda 2
- scss in coda 2
-
icon set for a cms
A google search will find tons of free icons
-
Decided to join
Welcome to the forum
-
Decoding json
Hi Sogo7, Thanks, that looks great, I was wondering, if a page had json on it like the way facebook's graph does: https://graph.facebook.com/19292868552 how could I grab the json from the page and decode it on my site? Thanks in advance
-
Decoding json
Hi All, I am trying to learn how to decode json and was wondering if anyone could explain how to decode the following example json in php: { "data": [ { "id": "X999_Y999", "from": { "name": "Tom Brady", "id": "X12" }, "message": "Looking forward to 2010!", "actions": [ { "name": "Comment", "link": "http://www.facebook.com/X999/posts/Y999" }, { "name": "Like", "link": "http://www.facebook.com/X999/posts/Y999" } ], "type": "status", "created_time": "2010-08-02T21:27:44+0000", "updated_time": "2010-08-02T21:27:44+0000" }, { "id": "X998_Y998", "from": { "name": "Peyton Manning", "id": "X18" }, "message": "Where's my contract?", "actions": [ { "name": "Comment", "link": "http://www.facebook.com/X998/posts/Y998" }, { "name": "Like", "link": "http://www.facebook.com/X998/posts/Y998" } ], "type": "status", "created_time": "2010-08-02T21:27:44+0000", "updated_time": "2010-08-02T21:27:44+0000" } ]}
-
What are you working on - Sneak Peek?
Me either...Your works looking top notch as always
-
wordpress foreach - getting links from the database
Perfect, Appreciate it
-
Bandwidth charges
Hi All, I'm just wondering what the best way to work out what bandwidth costs should be, using own servers etc or if there is a way to get an idea of hosting costs realistically, not shared hosting style unlimited. Thanks Tony
-
wordpress foreach - getting links from the database
The only problem with the above is that I dont get 2 list items to each ul?
-
wordpress foreach - getting links from the database
I'm not sure how I would do this to be honest. in the foreach loop how do I get every second item with that?
-
wordpress foreach - getting links from the database
Hi All, Just wondering if anyone can help me to do the following: I am getting the links from the wordpress database and now would like to group 2 links at a time in <ul>'s Not sure how I can do a count with a foreach foreach ($links as $link) { $linkurl=$link->link_url; $linkname=$link->link_name; echo "<ul><li><a href='$linkurl' target='_blank'><h5>$linkname</h5></a></li>"; echo "</ul>"; } Thanks
-
What are you working on - Sneak Peek?
How do you plan to work out pixels from your photoshoped stuff?
-
What are you working on - Sneak Peek?
Very nice looking