Programming › Re: What Is The Best Way To Make A Mobile Application User For Servicesgoo by bakenda(m): 12:08am On Jan 22, 2012 |
Are they going to be paying for the 'services' or the app itself. Anyways, first you have to think of the platform you are developing for-android/blackberry/iphone/nokia, ? There are established markets for selling your apps depending on platform, e.g Ovistore, Android Market, , |
Webmasters › Re: Mysql: Best Way To Retrieve Data? by bakenda(m): 11:40pm On Jan 21, 2012 |
"The First Way" is flawed, you don't store multiple entries in a single column, yes it takes space, and it doesn't save time either(you'll have to spend a lot of time explode-ing the entries in the column)- not the way to go.
The database scheme you have already is ok, since what you are trying to achieve is to get the ID's of those who post statuses and of those who post comments on those statuses, just use a simple JOIN to SELECT those columns from the ACTIVITIES and COMMENTS tables, with ACTIVITY_ID as foreign key (this, i think is what you mean by 'search'). |
Romance › Re: Which Love Song Fit Your Relationship Right Now? (you And Your Partner Song) by bakenda(m): 12:10am On Jan 19, 2012 |
Same Old Love - Anita Baker |
Programming › Re: What Is A Typeless Variable? by bakenda(m): 11:13am On Jan 17, 2012 |
Yes. |
Webmasters › Re: Make My Site Url Display "index.php?action=about-us by bakenda(m): 11:29pm On Jan 14, 2012 |
@ op; google url rewrite |
|
Programming › Re: LET'S LEARN HOW TO CONTROL HOME APPLIANCES WITH SOFTWARE AND VOICE CONTROL! by bakenda(m): 3:34am On Jan 09, 2012 |
OK, goodnight but i'm still awake.  |
Programming › Re: LET'S LEARN HOW TO CONTROL HOME APPLIANCES WITH SOFTWARE AND VOICE CONTROL! by bakenda(m): 10:56pm On Jan 08, 2012 |
Ride on bro, the world is following. |
Programming › Re: Help On Message-interceptor by bakenda(m): 11:13am On Jan 02, 2012 |
You'll need to connect your phone to an internet-connected PC and install a software like ozekisms to do that. |
Education › Re: Khan Academy: Great Video Lessons by bakenda(m): 11:10am On Dec 31, 2011 |
Whaooh!! This is loaded. |
Programming › Re: Fortran 77 by bakenda(m): 4:31pm On Dec 29, 2011 |
Waoh! Good old Fortran 77. You may click on the link below for some useful info: Fortran 77 |
Programming › Re: I Need Ideas On How To Develop Sms-based Applications by bakenda(m): 9:39pm On Dec 26, 2011 |
lojik: No need for shortcode. Choose a friendly mobile phone OS like windows mobile or android.
On windows phone, you can use message-Interceptor to catch all incoming sms messages and submit them to your web page url, then use php or other serverside scripts to process the submission on your web page. Thanks bro., you are a genius. Can you elaborate more on the message-Interceptor thing on an android phone, and, I guess you pay normal service charges for sending to url. |
Programming › Re: Can A Nigeria Programmer Afford A Range Rover Sport? by bakenda(m): 9:16pm On Dec 18, 2011 |
I heard (don't ask me where) that Seun is driving something like that, so, it may be possible.  |
Nairaland General › Re: *~OAM4J Is Nairaland Moderator Of The Year 2011 *~ Congratulations!!! by bakenda(m): 4:18am On Dec 08, 2011 |
Fayimora.
He brought a kind of revival to the programming section. |
TV/Movies › Re: The Most Hilarious Comedy Movie Of All Time That You've Watched? by bakenda(m): 5:31pm On Dec 07, 2011 |
Baby's Day Out
White Chiks |
Programming › Re: *~ Omo-to-dun Voted Programming Section Poster Of The Year *~ Congratulations!! by bakenda(m): 10:35am On Dec 05, 2011 |
IbroSaunks: Omo, everybody just dey nominate Omo_to_dun sha, The boy is good. |
Programming › Re: *~ Omo-to-dun Voted Programming Section Poster Of The Year *~ Congratulations!! by bakenda(m): 10:35pm On Dec 04, 2011 |
I nominate omo_to_dun |
Programming › Re: PHP Script To Send Simple Messages by bakenda(m): 5:33pm On Nov 25, 2011 |
You can store the email addresses in a db table or an array, and write a mailing script that sends to the addresses in the table/array one at a time using a loop, if you are not happy with that approach, look into how to use the Bcc header in your mail() function.
Goodluck. |
Programming › Re: Letter From The Moderator - Please Read by bakenda(m): 9:01pm On Nov 22, 2011 |
ok |
Programming › Re: Female Programmers Stand Up And Be Counted by bakenda(m): 8:26pm On Nov 22, 2011 |
Have you heard of Laura Thomson? |
Programming › Re: Trivial Quiz? by bakenda(op): 12:14pm On Nov 18, 2011 |
^^^
Yeah. My solution is similar too, but I didn't arrive at it "instantly" like that. I was working on an example on how to use the while loop(to output odd numbers), I thought it was a simple thing(it is, actually), my initial mistake was to write something like:
while($n<50) { echo (2*$n)+1 . " "; $n++; } |
Programming › Re: Web Application Development Contest: Jajad Wins by bakenda(m): 5:46pm On Nov 17, 2011 |
All hail the Jajad of Opobo[i]d[/i] |
Business › Re: The 5 Most Effective And Influential Tv Ads In 2011 by bakenda(m): 5:43pm On Nov 17, 2011 |
Redstone: For me, Ovaltine makes a memorable impact. I remember the song always and those healthy lively kids singing along. " I'm working on sunshine" it is wonderful, I love the ad. same here |
Business › Re: Pictures Of Hardworking Women Of Nigeria's Underground Economy by bakenda(m): 6:47am On Nov 17, 2011 |
SALUTE to the Nigerian woman. |
Programming › Re: Votes Needed For Nigerian Student Whose Software Reduces Infant Mortality Rate by bakenda(m): 5:58am On Nov 17, 2011 |
Na wa o. So to get 1k votes is this difficult. I'll also suggest, you get 20(or 50) of your fb friends to each get at least 50(or 20) of their own(non-intersecting) friends to vote - let them committ to it-ASAP! |
Programming › Re: Trivial Quiz? by bakenda(op): 10:19pm On Nov 16, 2011 |
Fayimora: I Dont understand that condition, Does that apply to me??, Do you mean it has to be +1 always? Yeah. You may want to try it out with +1 |
Programming › Re: Trivial Quiz? by bakenda(op): 1:59pm On Nov 16, 2011 |
Gooood.
I should av added a 3rd condition - use only a 1-step increment. |
Programming › Trivial Quiz? by bakenda(op): 11:29am On Nov 16, 2011 |
I was preparing a lesson example, and found it's not as straightforward as i thought -
write a simple loop that outputs all the odd numbers less than 50.
--use only while loop --do not use the modulus(%) operator
Just want to see the different approaches of fellow programmers. |
Programming › Re: Votes Needed For Nigerian Student Whose Software Reduces Infant Mortality Rate by bakenda(m): 6:46am On Nov 08, 2011 |
I think it's a good idea to put this on the front page.
Ive voted and shared it on my FB profile. |
Programming › Re: Web Application Development Contest: Jajad Wins by bakenda(m): 2:11pm On Nov 06, 2011 |
Considering the nature of the challenge, I have a feeling that Seun may be planning to introduce bidding for advert space on Naira-land/list. |
Webmasters › Re: Free Php Cgpa Calculator For Undergraduate by bakenda(m): 10:32am On Nov 04, 2011 |
Brilliant! Good job. |
Music/Radio › Re: What Is Your Favourite Radio Station And Why? by bakenda(m): 3:34am On Nov 01, 2011 |
Metro FM |