Javanian's Posts
Nairaland Forum › Javanian's Profile › Javanian's Posts
1 2 3 4 5 6 7 8 ... 43 44 45 46 47 48 49 50 51 (of 57 pages)
webdezzi: on point!please can you explain in detail how i can do this? |
^ Thanks, but if i save to a file or registry cant the data be accessed by someone else ?... |
dell_net: Why don't you setup a config file or registry entry to ask for the information on the fly? this way no sensitive information is stored in your code. It is bad practice to store password, username etc in your code.how? |
. |
Seun, i think you should do something about this before damage is done because anyday a malicious user ... I think you should advice your moderators to always log out after each visit...or if possible permanently disable cookies for your moderators...until you find a solution to this...Just a suggestion... |
^ by man in the middle server...do you mean a web server that holds the database and the application connects to?? Can you please explain better?? |
2buff: The only time it is alright to connect to a database remotely over the internet is if whatever you are connecting from has a STATIC IP address (i.e. a server) and then the database user can then be configured to only accept incoming connections from that specific IP address (i.e. dbuser@123.23.23.12).1, By server you mean web server right? 2, by database user do you mean the client application or the database user on the server? 3, if question 1 is web server and question 2 is the database user on the server...How do i do the bolded?? |
in my heart of heart i thought within a month i should have written not just any program but a sophisticated one,like seriously??...in one month?? i proceed in downloading ebook from my mobile device, sending them to my system and devour them but alas, the more i read the more i sincerly don't understand... i tried downloading only C# 2008 but these book uses terminologies that i don't understand in 2months now i have only been able to successful design, link pages by clicking a button and simple arithmetic, i must conffess am pretty eager to write a real program, can anyone say anything or something that would be of immerse blessing to me for i am genuinely confuse and nearly frustrated...its too early o!...lol.. You better start from the basics by writing ''Hello world'' in c#...and let me truthfull to you...You cannot write a ''sophiscated program''...until the next 6 months to one year depending on your learning ability and determination. Programming aint childs play...follow the link @mj gave you..it should get you started... |
Hello guys, if I'm in a scenario where i am connecting to a remote database from my desktop or mobile application, i know i will need the database URL, user name and password. My Question is how can i hide this information in my application so that someone cannot decompile my application and extract such data...any ideas?? |
lordZOUGA: this approach still makes sense to me....This should work..The puzzle is quite easy...just has some irrevelant constraints... |
i have done something like this before...what you may likely need do is get the co-ordinates of each city in (x,y) format e.g. Enugu(34,54), Lagos(53,34), Abuja(23,78) and so on from your map or graph(as the case may be)...to get the shortest distance between any of the two points you use square-root of [(x2-x1)2+(y2-y1)2] Hope this helps..
|
i noticed those idiots returned a mobile version to my server which cost me 3hrs to figure outLMAO!! ![]() |
^ Nice one!...i have been having a hard time doing this..i cant wait to see your code.. |
^ i need to extract the TOP 10 rankings from those sites and store them as Strings...and i haven't been able to do it... |
i have one that am using...what i actually mean is the structure of the source sites are quite complex and using an HTML Parser to extract data has not been easy... |
I still haven't been able to create an HTML Parser for the sites...but i am still trying...can anyone give it a try?? |
In JSP this is what the code looks like but this code wont work for you if you have not imported the WSDL link with your IDE. I have tested it in JSP and ASP.NET and it works perfectly well. <%-- |
netesy: Not working on Php with code in Your siteThanks for testing and giving your observation...i didnt test that PHP Code...so i cant assure you its working...i am not a PHP Programmer...i just googled that stuff out...You can take an extra step by doing some research on how to consume a web service in PHP...if you get it right alert me and i'll update the site with your code |
You dont need any extra code just follow the steps you listed above...its very easy with an IDE... |
^ Thanks alot... |
^ Thanks for this, have you tested it?? |
Hello guys, we are creating an open source, platform independent web service/API for different gadgets ranging from Laptops to Smart Phones to Mobile Phones. It will contain TOP 10 rankings of different brands in each category. Web developers could implement it in their web applications irrespective of the language they use. I'm calling on anyone who is interested in joining us. You can visit http://www.gadgetslim.com to see what we have achieved so far. First of all i will like you to visit the site to see what we have done and how we can improve on it. Please i need your honest reviews. But to start with the site is lacking in some areas such as: 1, A mobile version of it (it doesn't look good on mobile) 2, We are yet to test the web service on PHP and ASP.NET Please if you would like to contribute to it you can join us in this thread https://www.nairaland.com/1003066/creating-open-source-java-web-service PS: The site is still under construction Thanks. |
^ Thanks for the explanation...like i asked earlier is there an alternative to HTML5?? |
c'mon guys do i have to do everything?? ![]() |
PHP Developers might find this usefull: http://cdmckay.org/blog/2009/03/05/consuming-a-j2ee-web-service-with-php-soap/ ASP.NET Developers might find this usefull: http://www.evagoras.com/2011/02/09/creating-and-consuming-a-web-service-using-visual-studio-net/ |
For the Java Developers. Follow this steps to consume the web service in a web or desktop Application Open NetBeans IDE > Choose File > New Project (Ctrl-Shift-N on Linux and Windows, ⌘-Shift-N on MacOS).source:http://gadgetslim.com/web%20service%20portal%20Java.html http://netbeans.org/kb/docs/websvc/jax-ws.html |
@spike c and mj any update?? |
<script>i am no where near Lagos...in fact I'm in PH. |
Honestly, i don't think its from the code because i have also tried it on other websites like w3schools and it still tells me am in lagos, My Internet service is from MTN and i dont know where they are...lol... |
Hello guys, i just wanted to know if its only me that has noticed this, HTML5 GeoLocation always tells me i'm in Lagos, but its a lie Does anyone know the reason??Please is there an alternative? |
xterra2: aha i forgot to put a facebook logo or a link but the one you used is ugly see the site is black blue shouldnt come in any way i have this facebook icon thats in black so that would be betterThanks for your opinions...i'm not a web desginer so dont expect my work to be perfect...i'll be waiting for the new design... webservice for php devs eliminated i forgot about that onei never said so everyone has a role to play Javanian: where are the PHP, ASP, ASP.NET and JSP guys??, i need as many as possible |
Paste your code |
1 2 3 4 5 6 7 8 ... 43 44 45 46 47 48 49 50 51 (of 57 pages)
... I think you should advice your moderators to always log out after each visit...or if possible permanently disable cookies for your moderators...until you find a solution to this...Just a suggestion...
;
Does anyone know the reason??