₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,256 members, 8,449,441 topics. Date: Tuesday, 21 July 2026 at 07:02 PM

Toggle theme

Mj's Posts

Nairaland ForumMj's ProfileMj's Posts

1 2 3 4 5 6 7 8 ... 14 15 16 17 18 19 20 21 22 (of 28 pages)

ProgrammingRe: Creating An Open-source Java Web Service by mj(m): 12:44pm On Sep 11, 2012
I'll work on sometn...
ProgrammingRe: Creating An Open-source Java Web Service by mj(m): 8:07am On Sep 11, 2012
What's happening? No info yet, Javanian where are you and others nko...we need to finish dz.
ProgrammingRe: Something I'm Working On. Need Contributions by mj(m): 8:38am On Sep 01, 2012
I'm a .net developer, also work with php and java, then database things, if there is any where you will require my services just let me know.
ProgrammingRe: Wp - Member Plugin For Wordpress, Register Link Not Showing by mj(op): 4:37pm On Aug 30, 2012
Yeah, I've gotten it. Thanks.
ProgrammingWp - Member Plugin For Wordpress, Register Link Not Showing by mj(op): 3:18pm On Aug 30, 2012
I installed the plugin into my wordpress site, but the register link is not showing. Need help, thanks.
WebmastersHelp With Wordpress Wp-members Plugin by mj(op): 1:12pm On Aug 30, 2012
Pls I'm having issues with it, the registration link is not showing, the registration link is not showing thanks, itz just d user login that is showing.
ProgrammingRe: Running Software From A Server To A Local Pc by mj(op): 12:07pm On Aug 30, 2012
Yeah, thanks, itz now going to be a web app since they later informed me dt they will like to push it online next year but it should work locally now, so I'm gonna create a local server. My choice of programming language and database is asp.net with mssql server, the app is a transaction app where you credit and debit accounts, I dnt want to use php for it, security is zero, I'm thinking of java sef, but I love asp.net with c#. Thanks.
ProgrammingRe: Program With C# Is There Any Expert In The House! by mj(m): 6:45am On Aug 30, 2012
Yeah, if you need any help you can always drop it on nairaland here, we have great guys and ladies that are willing to help, all the best.
ProgrammingRe: Program With C# Is There Any Expert In The House! by mj(m): 6:42am On Aug 30, 2012
mcsnup: i have been wanting to write programs for a long time now but i have neither the exprence, resources nor finance and sincer;y i did not know how to go about it but recently i meant a friend who paved the road for me by providing me with a software(visual studio 2008 express edition) in my heart of heart i thought within a month i should have written not just any program but a sophisticated one, 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, i have litle or know problem with the design environment, my greatest challenge is writing the code to make a button or item perform a particular function, the database were information can be saved and retrieved when needed, i even searched onlinreperhap i would get a programming dictionary that wwould explain the programming language and some ways of apply them but i never found one; can anyone say anything or something that would be of immerse blessing to me for i am genuinely confuse and nearly frustrated...
Well done for the effort uv made, your choice of C# is great, C# is a strongly type programming language, with it you can dive into Java since the use similar syntax. Check this link for a comprehensive beginner tutorial on C#.
http://www.homeandlearn.co.uk/csharp/csharp.html
Tech JobsRe: User Interface Programmer/designer Required by mj(m): 1:16pm On Aug 29, 2012
Email me: oshadami.mj@gmail.com
ProgrammingRe: Help! I Am Writing About: Travelling Salesman Problem by mj(m): 11:36pm On Aug 28, 2012
Just google it, u will get the code, itz in c#. I have d code on my other system I could have sent it to u but itz not here with me. I got it online.
ProgrammingRe: Running Software From A Server To A Local Pc by mj(op): 3:18pm On Aug 28, 2012
@ lordZOUGA, thanks so much, I'm doing some reading on sockets. Then I'll proceed from there.
Tech JobsRe: Online Software Application Testers by mj(m): 5:38pm On Aug 27, 2012
Hmmmm, I like it, I'm in.
ProgrammingRe: Running Software From A Server To A Local Pc by mj(op): 11:59am On Aug 27, 2012
Otuabaroku: You are on the right path with Client-Server suggestion. Just do it that way and the objective will be achieved.
I've not done anything on client - server app before, that's why I'm looking for suggestions on how it is done.
ProgrammingRe: Running Software From A Server To A Local Pc by mj(op): 10:43am On Aug 27, 2012
[quote author=dell_net]If you want to have access to the application as a whole you can consider using RDP/RDC. Remote Desktop Protocol or Remote Desktop Connection gives you access to remote operating systems without concern for the connection. For example if your application is running on a linux server you can use RDP to connect to the linux server o/s and interact with the application and the whole linux server o/s regardless of your operating system.[/quote]Thanks for d response, I dnt want them to have access to the operating system, let me xplain better on wat I'm trying to achieve. Let's say you have a criminal record management system as the application u want to develop, different users wit their privilege assign to them, some can view only, some edit only, some add only, etc, the admin over sees everything. Now what I want is from any system in the office, a user sees the program n click on it, a login window appear asking the user for username n password which will now establish connection with the server to authenticated the user, if true, a window will appear to allow the user perform task assigned to them, such as adding record, the added record goes to the DB in the server, to view record comes from the DB in the server, etc. I developed the app 3 months ago, but I'm looking at adding the client server stuff to it. Thanks.
ProgrammingRe: Running Software From A Server To A Local Pc by mj(op): 10:34pm On Aug 26, 2012
csharpjava: What you need is a client server application. This is done at the development stage of the software using TCP/IP or Socket Programming.
Thanks so much, the information u gave me is helpful.
ProgrammingRunning Software From A Server To A Local Pc by mj(op): 2:34pm On Aug 26, 2012
I am looking to be able to have software installed on a server that then the users in the
business I work for would login and have access to those programs from which ever
computer they login to. So basically I want to install software let say a criminal record system, and then have say a group of students that login
and are a part of a group that would have access to the program from the server. The issue I am having is I have students that are moving
from lab to lab and we have different software between labs so I would like to setup a way
for those students to get access to this software from which ever computer they are sitting at. How do I go about it, is it in the development stage of the software or what? Thanks.
ProgrammingRe: Python by mj(m): 2:12pm On Aug 26, 2012
talk2hb1: mail me @talk2hb1[at]gmail[dot]com so I can give you phone number.
Yh, iv done that, thanks.
ProgrammingRe: Python by mj(m): 7:07pm On Aug 25, 2012
talk2hb1: I thought they said nairaland was developed with Python, google.com ,NASA and many uses python.Concerning framework there are lots of python framework out there pygame, django, and many more. It can be used to develop web, desktop, and even mobile applications. Python is a sweet, simple, and powerful language. If you reside in lagos you can request for a free python and pygame video tutorial, or ebooks. wink
Pls how can I get the video tutorials, I'm eager for it.
ProgrammingRe: Creating An Open-source Java Web Service by mj(m):
Javanian: ^ Thanks for this, have you tested it??
I have viewed it on my browser (xml), I'm still working on it, want to put it into my web app. Hav u implemented d java own in ur web page, dnt mind seeing your code on it, on how u did it,I've never worked wit wsdl, Email: oshadami.mj@gmail.com
ProgrammingRe: Creating An Open-source Java Web Service by mj(m): 1:49pm On Aug 25, 2012
For .net Developers Follow this steps to consume the web service in a web or desktop Application

Open Microsoft Visual Studio > Choose File > New Project

Select Web Application or Windows.

Name the project GadegtSlim(or any name of your choice).

Click OK.

Right-click the GadgetSlim application on your solution explorer, and choose "Add Service Reference". The New Web Service Client wizard opens.
The "Address" text box at the top can be used to type the URL to the Service Description,
Copy and paste this http://gadgetslim.com/Laptops?wsdl (or any other WSDL link) click GO.
It will populate the "Services list with the "Service1" service:

Leave the other settings at default and click OK.

The Projects window displays the new web service client.

Click the Service Reference folder on the solution explorer, Double-click the ServiceReference1 so that it opens the object browser. on the object browser double click on GadegtSlim.ServiceReference1 , you will see all the functions / methods to call.

You can now print to standard output or display on a web page.
WebmastersRe: Nairalanders.. Is Lib Better Than Nairaland? Pls Candid Opinion Needed! by mj(m): 12:19pm On Aug 25, 2012
I've spoken to Seun once, dts about 4 yrs ago, dnt hav hez contact any more sha, my philosophy is let ur work do the talking for you.
Tech JobsRe: Vacancy For .NET And Bitrix Developers by mj(m): 7:59am On Aug 25, 2012
VURN: Which area of .NET is needed, windows, web or web services?
Guess as a .net developer, u need to know all d areas u jst mentioned. There are times your app needs to connect to a web service, windows need to connect to a server online, etc. Takia
NYSCRe: Prospective NYSC Batch C 2012 Family (house 2)- A Better House by mj(m): 7:53am On Aug 22, 2012
Yeah, lots of great things happening here, guess iv missd a lot, hw ar u all sha?
ProgrammingRe: Creating An Open-source Java Web Service by mj(m):
I'm on it, trying to do it wit asp.net, my internet service is down, can't connect to the wsdl online, but still working on it.
ProgrammingRe: Creating An Open-source Java Web Service by mj(m): 3:50pm On Aug 21, 2012
Javanian: where are the PHP, ASP, ASP.NET and JSP guys??, i need as many as possible
I'm in, php, asp.net and jsp, present ma.
ProgrammingRe: I Want To Learn Computer Programming, What Language Should I Learn First? by mj(m): 11:09am On Aug 17, 2012
My own opinion is for you to start with C Language, itz a great programming language to work with, it will put you in a better shape to move on to other languages. You can google Codeblocks, great IDE for C.
EducationRe: Unilorin 2012/2013 Admissions by mj(m): 9:46am On Aug 17, 2012
Yeah, I've followed u all back, 08067493797.
EducationRe: Unilorin 2012/2013 Admissions by mj(m): 8:40am On Aug 17, 2012
ayawori: dats wat graduating guys say evry year jor, after election una go disappear. C our dinner wey all those funny stuff D̶̲̥̅̊ε̲̣̣̣̥γ̲̣̣̥ happen
If ur in unilorin, then ask any of the csc students if they know me. My work speaks for me. #Shikena
WebmastersRe: Review This Online Radio Station Made By Me by mj(m): 12:30am On Aug 17, 2012
[quote author=*dhtml]This is one of my latest works. . . .still in beta version though. I wonder if anyone can guess the script used to write it? (slyr0x - you are banned from guessing).

Link: http://soulradio-online.com/[/quote]Long time, where are u all dz while? I'm gonna check it out, I trust you.

1 2 3 4 5 6 7 8 ... 14 15 16 17 18 19 20 21 22 (of 28 pages)