jimmyo88's Profile
Reputation: 6
Worker
- Group:
- Active Members
- Active Posts:
- 148 (0.18 per day)
- Joined:
- 27-February 11
- Profile Views:
- 1,119
- Last Active:
Mar 10 2013 08:09 AM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: Adding a link to a textview
Posted 9 Mar 2013
cheers for the suggestion, will give it a try. -
In Topic: Design Concept Advice
Posted 2 Jan 2013
thanks for the really helpful posts, really appreciate them.
I've sort of got something setup, it works but I prefer your method. It looks neater and appears better practice.
At the moment, I've got it setup so that onCreate creates a new instance of a question class. In the constructor a first number and second number are generated at random and then the answer is calculated.
In my activity_class, I then use these values to set the textfields in the app.
I will let you know how I get on after a bit of refactoring here and there.
Many thanks -
In Topic: Design Concept Advice
Posted 2 Jan 2013
I'm sorry, I'm a still a little confused. At the moment, I have an addition_activity which is called on when the addition button is pressed.
I'm guessing that I could use this addition_activity as the GUI. Would I need to create a question layout in the GUI builder and then use a ViewBinder or am I going off track there?
Also,Where would you suggest I store the questions? To generate them, I was simply going to use the random function to generate 2 numbers as the basis of the question.
Thanks for the reply -
In Topic: Design Question - News Stories Preview on Home Page
Posted 10 Nov 2012
got it in the end.
$sql = "SELECT StoryID, Author, PostDate, LEFT (Story,300) AS Story\n" . "FROM newsstory\n" . "ORDER BY `newsstory`.`PostDate` DESC LIMIT 0, 3"; while ($row = mysql_fetch_assoc($result)) { echo '<a href="news.php"'."<h4>Date: ".$row["PostDate"]."</a></h4>"; //DATE echo "<p><b> Author: </b>".$row["Author"]."</p>"; //AUTHOR echo "<p>".$row["Story"]."...<br /> "; //STORY echo "<a href='"."news.php?StoryID=".$row["StoryID"]."'>Read more</a></p>"; }
really happy, thanks Atli -
In Topic: Design Question - News Stories Preview on Home Page
Posted 10 Nov 2012
Thanks a lot for the reply, you cleared most things up for me. I'm not going to post any code just yet because I've not really hit a brick wall, just needed some advice which you provided excellently. I'm going to learn about the MySQL substing function and then go from there. I'll keep you posted though.
Thanks once again.
My Information
- Member Title:
- D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Private
Friends
|
|


Find Topics
Find Posts
View Reputation Given


|
Comments
jimmyo88 has no profile comments yet. Why not say hello?