₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,081 members, 8,420,205 topics. Date: Thursday, 04 June 2026 at 01:35 PM

Toggle theme

Gomez's Posts

Nairaland ForumGomez's ProfileGomez's Posts

1 2 3 4 5 (of 5 pages)

ProgrammingRe: Please Post Codes To Link Vb.net + Sql. Final Year Project by Gomez(m): 7:40pm On Aug 17, 2010
Do a research on ADO.NET
It will provide you with all the classes that you need to connect your code to
any database.
http://www.csharp-station.com/Tutorials/AdoDotNet/Lesson01.aspx
You can do a VB.Net search too.
Jobs/VacanciesFreelance Marketers Vacancy[it And Software Products] by Gomez(op): 10:26pm On Jul 07, 2010
A Software Development firm in Ajah Lekki area Lagos is currently seeking the
services of freelance marketers with an attractive package for the role.
Interested, SMS 08037716063 or email: ihesiepeter@gmail.com
Tech JobsAn Integrated Training Outfit Process Management System by Gomez(op): 5:36pm On Jun 09, 2010
Center+ is designed to solve the various business problems of the
everyday training outfit, with its great feature set;
it reduces the amount of time and energy spent in manual processing
of enquiry, registration, students information, payment and attendance information thereby
increasing the overall efficiency of the organization.

The extensive report built into the application avails management instant access to organizational performance matrix.
The key performance indicators built around marketing, registration, payment and expense also provide the organization a quick view of the entire business performance.

For More Enquires
Contact : info@complustech.net
08037716063

BusinessIntroducing Center+[training Process Automation Software] by Gomez(op): 1:15pm On May 07, 2010
Is your organisation into training? Then our Center+ software solution is for you.
The application automates and manages

Enquries
Registrations
Student Information
Student Payments[full/part]
Student Attendance Management
Course Management
Batch Management
Books and Books Inventory Management
Extensive reports.

For further information call
08037716063
info@complustech.net

Technology MarketIntroducing Center+[training Process Automation Software] by Gomez(op): 1:11pm On May 07, 2010
Is your organisation into training? Then our Center+ software solution is for you.
The application automates and manages

Enquries
Registrations
Student Information
Student Payments[full/part]
Student Attendance Management
Course Management
Batch Management
Books and Books Inventory Management
Extensive reports.

For further information call
08037716063
info@complustech.net

Tech JobsRe: I Need Software Development Projects by Gomez(m): 11:53pm On Apr 05, 2010
Hi Linkdan

Nice collection of Microsoft technology.
Do you have an application that you developed that is currently being used any where on the Net?
That will help us alot to do business with you.
ProgrammingRe: Nigerian Stock Exchange (nse)api by Gomez(m): 6:28pm On Feb 12, 2010
Hi akenzua_II, yes you can mail us
at info@complustech.net.
Thanks
ProgrammingRe: Facebook by Gomez(m): 11:56am On Jan 24, 2010
Another reason to stay with us on facebook.
Join the group "Nigerian Developers Forum" on Facebook.
A common place for Nigerian developers to share technical and other related ideas, with the aim of improving the quality of software solutions developed locally while keeping our selves abreast with current technology advancement.
You are welcome.
ProgrammingRe: Nigerian Stock Exchange (nse)api by Gomez(m): 8:02pm On Nov 17, 2009
There is an implementaion that we did for this
some time now.
http://dataservices.complustech.net/Services/StockServices.asmx
and in talks with NSE.

A reference implementation that we did using the service
http://finance.complustech.net/default.aspx

if this meets your needs then we can work with you on integrations.
ProgrammingRe: I Beg You In The Name Of God Help Me Out Urgently by Gomez(m): 10:03pm On Sep 18, 2009
If you are still having the issue
i can look at it for u.
Tech JobsRe: Do You Need Skilled Programmers? by Gomez(m): 5:10pm On Jul 29, 2009
This service is particularly targeted at Microsoft developers
The solution has to be built from ground up with Microsoft tools. If you have a prospective solution especially but not limited to [SAS Applications]

drop me an email then u get all the help that we can muster
ihesiepeter@yahoo.com


Please should we have offerings for non- Microsoft solutions i will still post it here.
Tech JobsRe: Do You Need Skilled Programmers? by Gomez(m): 4:30pm On Jul 29, 2009
Forums like this should be a place where we come together to encourage and help each other
Yes there are rules governing it, which we must abide by, encouraging the young once should be of paramount importance to us.
The young chap “everything” I personally appreciate the efforts you have put into yourself to get to those competitions and from time to time I am sure you will contribute not only to this forum but to IT in Nigeria, but you have to play by the rules in the house which is really a simple one.
Guys let us forget all these unproductive arguments and show of technical superiority knowing that we have bigger task; engineering a software solution that can compete globally.
Let me use the opportunity to say this, there are bodies now in Nigeria that will give all form technical, financial and business development assistance to any person or firm that can come up with a prospective software solution.
ProgrammingRe: Vb.net Alert by Gomez(m): 3:55pm On Jul 29, 2009
Here is the same code in VB.NET


Imports System
Imports System.Data
Imports System.Data.OleDb
Public Class Program
Shared m_Connection As OleDbConnection
Shared m_Command As OleDbCommand
Shared m_reader As OleDbDataReader
static void Main()
{
m_Connection = New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Users\Documents\nairaland.accdb;Mode=ReadWrite;Persist Security Info=False"wink
m_Command = New OleDbCommand()
Try
m_Command.Connection = m_Connection
m_Command.CommandText = "Select * from threads" ["Threads" will be your table name]
m_Command.Connection.Open()
m_reader = m_Command.ExecuteReader()
Console.WriteLine("ThreadName\t\tThreadDescription"wink
While m_reader.Read()

Console.WriteLine("{0} \t\t{1}", m_reader(1), m_reader(2))
End While
Console.WriteLine("Press Enter to Continue"wink
Console.ReadLine()


Finally
If m_Connection.State = ConnectionState.Open Then
m_Connection.Close()
End If
End Try

End Class

Take care
BusinessRe: How Much Did You Exchange The Euro For Today? by Gomez(m): 1:46pm On Jul 06, 2009
N205.84 the official rate for euro as at now
you can get REAL-TIME RATE AND MORE AT

http://finance.complustech.net/Default.aspx
ProgrammingRe: Share Web Service Addresses And Information by Gomez(m): 3:41pm On May 14, 2009
Kobojunkie:
I am yet to find a single feed to date. Sure it is easy to turn stream data via a webservice for many out there?
Well, after reading this post i did a little search on feeds from any of our sites[Nigeria]. Some of the sites that i discovered 
had implemented feeds on their sites include
http://234next.com/
http://www.vanguardngr.com/?option=com_kusoma&id=1.
thisday newspaper have areas on their site where there feeds. Detailed research will reveal more as my search is still on-going.

I have used some of these feeds in our new product that provides realtime  and end of day business and financial
information.
Currencies realtime values, oil and gas, metal prices, world indices and lots more,sure you can take  look at the free demo version
at www.finance.complustech.net

About the wsdl that the last poster talked about, this solution is built on one and we will be making that better and release it to the public.
thanks
BusinessRe: 5 Things Every Online Store In Nigeria Must Know by Gomez(m): 6:28pm On Apr 05, 2009
Hynman  this is wonderful and brief introduction
of what onlinestores in Nigeria should be and do.
Various gateway providers in Nigeria have now made it possible to easily integrate payment capablities on sites.

We are leveraging on a highly adopted open source ecommerce system to provide Nigerain stores a professional and well tested
ecommerce/online store system, some of the features  include
Payment integration capability
Shippment integration
Inventory management
Order management
Product catalog management
Custom Interfac branding to represent your business.
User management
Email Content management
etc
We also develop other features on demand.
Why not give us a call and have your store running soon.

07029671925
ProgrammingRe: Help Needed! Expiring An Asp.net Page by Gomez(m): 10:55am On Mar 07, 2009
There many ways you can do this, some the former posters have
explained. But it all depends on the actual scenario that you are handling

1. Assuming that you are using the login control from asp.net
you may want to handle the [b]LoggedIn [/b]event(" This event gets fired when the user is authenticated"wink
inside the function you clear the fields.

2. if you generally want to prevent previous page movement in your entire application
here you might consider the use of client side code.
the window.history object provides an object  you can manipulate for this purpose.

you may want to read this article for detailed explanation of how to handle these issues

http://www.4guysfromrolla.com/webtech/111500-1.2.shtml

Thanks
ProgrammingRe: Share Web Service Addresses And Information by Gomez(m): 11:25am On Feb 28, 2009
Demand for products and  services(Business)  drive technology and this accounts for the reason why most of these
technologies are not currently being implemented by businesses in Nigeria. if the demands are high, the knowledge to
to handle such things are locally available.

Web services, atom feeds and Restful services can be implemented to provide any form of information, we have started work on
this for some thing now.

We have built a service point for daily stock market prices and are talking to some financial publishers to expose some of their data.

What started as a personal project  now  a company, to service enable business information, we hosted the beta at www.ngdataonline.com but have a company domain  at www.complustech.net, will be moving the solution to the domain.

you can request any service and we will do our best to talk to the providers and enable them as a service, we also help business integrate such services in their application.

You can send your request to
ihesiepeter@complustech.net or ihesiepeter@yahoo.com
+234 70 2 9671925
+234 80 3 7716063
ProgrammingRe: Having The Nigeria Stock Market Reports Api On Your Website. by Gomez(m): 1:12pm On Dec 21, 2008
Ngdataonline has being offering this service for some time now
you can use any programming language of your choice to consume the web service as is platform independent.

we also have a service called stock control, all you have to do is copy the generated html and paste in your site. The control updates automatically
you dont have to even write a code for that.

you can also request the controls that you want and we will serve you that.

www.ngdataonline.com
a product of Com+ technologies

you can do me a mail if you need further information
info@ngdataonline.com
Technology MarketEasily Integrate Stock Information In Your Application And Stock Market Web Serv by Gomez(op): 2:49pm On Dec 20, 2008
Introducing the stock market controls that enables you to easily integrate stock market information [Top Gainers/Top Loser, Entire market report etc] into your site without writing code or updating the data.
All you have to do is to subscribe to our service and copy the generated html code that all you need.

The daily stock market web service allows organizations to build complex stock reporting system and much more taking away the stress of managing, uploading and maintaining stock quotes documents. This service is currently offered free of charge as we are still perfecting the system.

You can have a feel of the solution at www.ngdataonline.com.

There are many requests on the format and nature of stock controls that we should offer and we still welcome comments and suggestions from the everybody about the solution.

info@ngdataonline.com
ihesiepeter@yahoo.com
+2348037716063
Tech JobsVacancy For .net Developers by Gomez(op): 2:31pm On Jul 10, 2008
A reputable software development firm based in lagos
is hiring Developers;

Required skills

ASP.NET
VB.NET or C#
SQL

send your CV to ouritjobs@gmail.com
if you are interested.
ProgrammingRe: Providing Nigerian Stock Market Price Webservice + Online Dataservices by Gomez(op): 12:29pm On Jul 10, 2008
i have to apologize for not being able to reply to this post since, we have being busy working out the system
kANIRIP: what we are offering now is end of day stock market prices and not the real time qoute though that is not far from what
you will get from us soon. Currently we are working with some stock brokening firms to get the data which is all coming from the nigerian stock market.
we will post all the progress to the site as we really took your fear as a real and appreciated factors to consider in doing the business that we want to go into.
we have finally hosted the application on
www.ngdataonline.com
the following services are implementated
mystockservice this service is a free no registration stock market quote method though it returns limited informtion.
To get the full stock information you have to subscribe to the GetStockQuote  service, details of this is on the site.
We are still working on the system and will welcome all form of comments.
Nairaland GeneralRe: Hrm Software In Nigeria by Gomez(m): 7:26pm On Jun 10, 2008
Have u heard about XCEED PEOPLE MANAGEMENT SOFTWARE
used by most banks;
by
Alliedsoft ltd
ProgrammingRe: Providing Nigerian Stock Market Price Webservice + Online Dataservices by Gomez(op): 8:59am On Jun 10, 2008
Cdeveloper/ mosco.net, the application is on .net framework but whatever technology we use does not affect the endpoint as a string will be exposed in XML format that can be consumed by any technology or tool.
The services are for developers or businesses that might need such information without implementing them from scratch as kobojunkie rightly pointed out.
We are looking forward to bringing it online and work with developers that might be interested in consuming the services.
ProgrammingProviding Nigerian Stock Market Price Webservice + Online Dataservices by Gomez(op): 8:53pm On Jun 08, 2008
Having searched the internet for a
webservice of Nigerian stock market , stockquote and other online  data services.
we came together to build  a system that will expose some of these services. A beta version of the system will go life within  two weeks.
we welcome developers to join us as we test and stabilize the system.

Some methods that are being implemented:

GetCompanyInformation
This Method returns a Detail company information for the supplied symbol.

GetStockQuote
This method returns the last stock trade information of a specific supplied symbol in the system.

GetStockQuoteByDate
This Method returns the stock market price of a specific company for the specific entered date.

GetStockQuoteBySector
This method returns all the stock market information of specific sector for the last trade transaction in the system.

GetStockQuoteBySectorAndDate
TravelRe: Anyone About Proceeding For Their Masters by Gomez(m): 1:29pm On May 20, 2008
i applied for masters in lancaster and southampton, lancaster made a conditional offer with a deposit of acceptance of 500 pounds and asked that i do Ielts which i m still talking with them about and southampton whoa they have not even written me since but said that they wil do so soon.
should i go write the english test considering that i did all my studies in nija
cheers
InvestmentRe: Financial Data For Companies In The Nigerian Stock Exchange Wanted by Gomez(m): 2:03am On Feb 12, 2008
Lagerwhenindougbt

Got some materials that are nice will love to get to talk to you about the data
email me at ihesiepeter@yahoo.com
thanks
Tech JobsDevelopers Wanted by Gomez(op): 10:03pm On Jan 30, 2008
.Net developers are wanted to join are team of developers.
we are one of the leading software development firms in nigeria always in turn with current microsoft specifications for software development.
Categories
1. VB.NET,C#,ASP.NET,AJAX.NET
2.DATABASE (SQL SERVER)
3 .SOFTWARE TESTERS/SUPPORT
4 .REPORTS DEVELOPER: CYRSTAL REPORTS AND REPORTING SERVICES/BUSINESS INTELLIGENCE
5. BUSINESS CONSULTING AND SOFTWARE TRAINERS
6 RICH CLIENT DEVELOPERS/GRAPHICS/SILVERLIGHT
7 WINDOWS INFRASTRUCTURE AND SECURITY

SALARY IS ACCORDING TO UR PROFICIENCY
all interest people should forward CVs to
kingmezt@yahoo.com

08037716063
Jobs/VacanciesRe: Strictly For Futo Graduates by Gomez(m): 7:51pm On Nov 22, 2007
Guys i really feel good seeing that u guys are out there doing great
i wish all of you happy Xmass and to my Guys in Maths/Computer science
Odiare no go See us again
ihesie peter [Gomez] 2005 MCS

1 2 3 4 5 (of 5 pages)