₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,273 members, 8,421,090 topics. Date: Friday, 05 June 2026 at 06:43 PM

Toggle theme

Javanian's Posts

Nairaland ForumJavanian's ProfileJavanian's Posts

1 2 3 4 5 6 7 8 ... 42 43 44 45 46 47 48 49 50 (of 57 pages)

WebmastersRe: . by Javanian:
_-_
BusinessRe: Get Your Dream Mobile/desktop Application for your business For FREE!!! by Javanian(op): 2:23pm On Sep 13, 2012
Chill guys!...am working on the distress mobile app sugested by @david rossi...it not easy now, this things take time...its going to be an android application...

Just wanted to see if anyone had another great idea...
BusinessRe: Get Your Dream Mobile/desktop Application for your business For FREE!!! by Javanian(op): 10:15am On Sep 13, 2012
---
Art, Graphics & VideoRe: Free Logo, Flier, Banner And Website Designs Here- Drop Your Requests... by Javanian: 11:47pm On Sep 12, 2012
Thanks a lot they are very lovely i don't even know which one to choose grin
Art, Graphics & VideoRe: Free Logo, Flier, Banner And Website Designs Here- Drop Your Requests... by Javanian: 9:51pm On Sep 12, 2012
Please guys am still waiting...
Art, Graphics & VideoRe: Free Logo, Flier, Banner And Website Designs Here- Drop Your Requests... by Javanian: 2:18pm On Sep 12, 2012
I will need both becuase i will also use it in the website
Art, Graphics & VideoRe: Free Logo, Flier, Banner And Website Designs Here- Drop Your Requests... by Javanian: 10:39am On Sep 12, 2012
Can you help me do one. Its for a mobile application used in sending emergency alerts. The name is ''Distress App'' let it be red and white and in png format if possible...
ProgrammingRe: Creating An Open-source Java Web Service by Javanian(op): 9:31pm On Sep 11, 2012
dpuzo: I'm workin on sometin like dat if u r intrested i jst need help with the server side and i use java.
can you explain in detail?
ProgrammingRe: Creating An Open-source Java Web Service by Javanian(op): 9:29pm On Sep 11, 2012
Unfortunately i dont do c++ so i will have to opt for something else cry
WebmastersRe: Godaddy Goes Down, Anonymous Claims Responsibility... Am In Trouble, by Javanian: 8:17pm On Sep 11, 2012
Brand_new: Bad guy.
I never liked godaddy because of their cheating techniques.
have you ever made a domain search that was available and suddenly got taken the next day?
I`m sure that`s why they got hit by the hackers.
Happened to me like three times...and i swore never to visit that site again...
ProgrammingRe: Creating An Open-source Java Web Service by Javanian(op): 5:16pm On Sep 11, 2012
lordZOUGA: yeah, we will need that. I know C++ and most of its useful paradigms and methodologies. are you interested in developing this?
i'm interested but for now i dont do c++...when you do Android do you also use c++??...i'm concerned about the language issue because i want to use a language many are familar with...
ProgrammingRe: Creating An Open-source Java Web Service by Javanian(op): 5:15pm On Sep 11, 2012
---
ProgrammingRe: Creating An Open-source Java Web Service by Javanian(op): 5:12pm On Sep 11, 2012
Chimanet: @javanian
yeah, am still intrested in the project, i had difficulty following your instruction about how to consume the webservice using netbeans(java), i go confused at the stage where u started talking of ur main class
The main class is any class or jsp page you want to display it. Refer to this article if have any other problem.
http://netbeans.org/kb/docs/websvc/jax-ws.html

it wont work if you dont have an internet connection
ProgrammingRe: Creating An Open-source Java Web Service by Javanian(op): 4:56pm On Sep 11, 2012
That means we will most likely need a payment gateway or is there anyother option?.

I ask again what languages are you familar with?
ProgrammingRe: Creating An Open-source Java Web Service by Javanian(op): 4:46pm On Sep 11, 2012
Not a bad idea...but
1, how will you acheive the betting part?
2, what languages are you familar with?
ProgrammingRe: Creating An Open-source Java Web Service by Javanian(op): 4:28pm On Sep 11, 2012
Web application or android?
ProgrammingRe: Creating An Open-source Java Web Service by Javanian(op): 3:14pm On Sep 11, 2012
^ i taught as much...i know many might not appreciate it...but like i said my main aim was for us to learn from each other @lordZouga and @all someone should suggest another project android(preferably) or web...@mj you can still continue if you are working on it...i still want to round it up...
ProgrammingRe: Creating An Open-source Java Web Service by Javanian(op): 11:56am On Sep 11, 2012
^ like??
ProgrammingRe: Creating An Open-source Java Web Service by Javanian(op): 11:06am On Sep 11, 2012
I've been busy lately but that isnt why i stopped...i stopped because it seems no one is interested again...i started this project so that we can learn from each other...i would have stopped a long time ago if not for the encouragement webdezzi gave me...

I find it hard to beleive that no one has been able to consume the web service even with a language as Popular as PHP.

Well,
The HTMl parser has been created thanks to webdezzi.
The contact us form is working well...Thanks to webdezzi and chimanet

-we need to create a type of API/documentation that will enable developers consume the web service...

-We also need to create a mobile version of the site

-Also we can do some off-page SEO for it

And i dont think i can continue doing this things on my own you guys are not encouraging me...but if some one can volunteer to do any of the things above...i will apreciate it and the project will be back to life...
ProgrammingRe: Facebook Programming Challenge Question by Javanian: 5:38pm On Sep 09, 2012
eazyd: why this links?
even if you have never heard of pastebin before...did you check the links?
ProgrammingRe: Facebook Programming Challenge Question by Javanian: 9:28pm On Sep 08, 2012
ProgrammingRe: Facebook Programming Challenge Question by Javanian: 9:23pm On Sep 08, 2012
I just decided to give it a try, although am not sure its correct
import java.util.Scanner;
public class puzzule
{
int NumberOfGuessesAllowed;
int guessedNumbers;
static int numberOfCases;
int N;
int K;
int Q;
static Scanner read;
int[] guess;
int[] answer;
boolean compare;

public static void main(String[] args)
{
puzzule p = new puzzule();

System.out.println("Enter a number from 1 to 100"wink;
read = new Scanner(System.in);
int c = read.nextInt();
numberOfCases = c;

System.out.println("Enter the first test case(n): (1<=n)"wink;
int n = read.nextInt();

System.out.println("Enter the second test case(k): (k<=11)"wink;
int k = read.nextInt();

System.out.println("Enter the third test case(q): (1<=q<=cool"wink;
int q = read.nextInt();

for(int i =0; i<numberOfCases; i++)
{
p.validateTestCases(n, k, q);
System.out.println("Starting Number test " + (i+1) + "/" + numberOfCases + "..."wink;
p.vailidateGuesses();
p.validateAnswers();
p.compareGuessesAndAnswers();
System.out.println(""wink;
}
}
public void validateTestCases(int n, int k, int q)
{
if(1<=n && k<=11 && (1<=q && q<=cool)
{
System.out.println("Test passed...."wink;
}
else
{
System.out.println("You Values did not pass the validation test"wink;
System.exit(0);
}
NumberOfGuessesAllowed = q;
guessedNumbers = k;
N = n;
K = k;
Q = q;
}
public void vailidateGuesses()
{
guess = new int[guessedNumbers];

{
for(int i =0; i<guessedNumbers; i++)
{
System.out.println("Enter No " + (i+1) + " guess"wink;
guess[i]= read.nextInt();
if(guess[i]<1)
{
System.out.println("You Values did not pass the validation test"wink;
System.exit(0);
}
}
}
}
public void validateAnswers()
{
answer = new int[guessedNumbers];
for(int i =0; i<guessedNumbers; i++)
{
System.out.println("Enter No " + (i+1) + " answer"wink;
answer[i]= read.nextInt();
if(answer[i]>guessedNumbers)
{
System.out.println("You Values did not pass the validation test"wink;
System.exit(0);
}
}
}
public void compareGuessesAndAnswers()
{
for(int i =0; i< guessedNumbers; i++)
{

if(compare=guess[i]==answer[i]==true)
{
break;
}

}
System.out.println(compare);
}

}
ProgrammingRe: J2se/ Android Complication by Javanian: 4:22pm On Sep 01, 2012
SayoMarvel: I don't do Android app but I'm familiar with serialization. Did you define serial version unique identifier for your StoryNode class?
Something like
private static final long serialVersionUID = 1234L;

If not, then define it in the two classes (J2SE and Android) and reserialize. I hope it helps.
i know this thread is one year old today...but why did you suggest 1234L??...couldnt it have been 1L or 2L??...does anyone know a reason for this?
ProgrammingRe: Connecting To A Remote Database by Javanian(op): 10:51am On Aug 31, 2012
^ Thanks once again
ProgrammingRe: Connecting To A Remote Database by Javanian(op): 10:30am On Aug 31, 2012
@webdezzi and @2buff the HTTP POST/GET is it similar to what was used on this site for their API http://new.smslive247.com/developer_api/http.aspx ??
ProgrammingRe: Tried To Hire A Programmer In Lagos Today He Told Me $100 A Day Or Forget by Javanian: 10:51pm On Aug 30, 2012
may be its just me but i feel its not too much, thats about 480k a month if he works for 30 days... Like i said if he knows his onions, its not too much...
ProgrammingRe: Tried To Hire A Programmer In Lagos Today He Told Me $100 A Day Or Forget by Javanian: 9:17pm On Aug 30, 2012
if he really knows his onions..its not too much..
ProgrammingRe: Connecting To A Remote Database by Javanian(op): 5:02pm On Aug 30, 2012
^ Thanks again
ProgrammingRe: Connecting To A Remote Database by Javanian(op): 4:09pm On Aug 30, 2012
Javanian: @webdezzi Thanks once again i am getting a clearer picture now...Can the page be in any language?
huh
ProgrammingRe: Connecting To A Remote Database by Javanian(op): 3:48pm On Aug 30, 2012
^ Thanks alot...
ProgrammingRe: Connecting To A Remote Database by Javanian(op): 12:48pm On Aug 30, 2012
@webdezzi Thanks once again i am getting a clearer picture now...Can the page be in any language?

1 2 3 4 5 6 7 8 ... 42 43 44 45 46 47 48 49 50 (of 57 pages)