₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,000 members, 8,419,873 topics. Date: Thursday, 04 June 2026 at 05:34 AM

Toggle theme

Netghost's Posts

Nairaland ForumNetghost's ProfileNetghost's Posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 (of 15 pages)

ComputersInternet Browsing by netghost(op): 11:16pm On Oct 09, 2010
does anyone here know how to configure Starcomms izap on fedora 11
WebmastersRe: Dont Patronise Nigeria Web Hosting Company by netghost: 11:57am On Oct 09, 2010
going forward and backward archieving nothing, "WHERE IS BEAF WHEN YOU NEED HIM", its just based on experience, i.e the good or bad encounters you have had with them,

REMEMBER THAT NOTHING IS GOOD OR BAD EXCEPT BY COMPARISM
Tech JobsRe: Buy 600 Ebooks For N1000 In Lagos by netghost: 12:53am On Oct 07, 2010
contact me and i will give u a thousand free of charge,
ComputersRe: The Hacking Game Continues by netghost: 10:14pm On Sep 17, 2010
hahahahahhahaha

am laughing, even though i dont get the joke , "Hacking Game", cos am sure it was meant to be a joke
ComputersIzap And Fedora by netghost(op): 6:21pm On Sep 17, 2010
please am having problem using my starcomms izap Huawei EC168C on fedora 11, does anyone here know how to configure it
Tech JobsRe: Strong .net Developer Needed by netghost: 5:08pm On Sep 16, 2010
ejadadi:
Hello,

i am looking for a strong .NET Developer with proven skills.

Essential skills are;

1) C#
2) Entity Framework
3) LINQ TO SQL
4) SQL Server 2008
5) CSS


Please send resumes to vacancy[at]taviatech[dot]com[dot]ng
CSS huh
CSS !!! grin
Certification And Training AdvertsRe: Mcts 70-536 Brain Dumps by netghost: 10:05pm On Sep 14, 2010
i can give u any dump u want for 1k , soft copy

08187250078, netghost     grin
ProgrammingRe: Open Source by netghost(op): 11:53am On Sep 11, 2010
joefazee:
i think thats what`s happening in the I.T industry, we get something for free and we want to sell it.
guess am also guilty of that

i have
PHP stage1 and 2
Python
C 2008#
ASP.net
Ajax/asp.net
Flash Cs3
photoshop CS3
fireworks cs 3
visual studio 2008
vb.net 2005
MSsqlserver 2005
Dreamweaver cs3

a thousaund ebooks




pick one and i will give it to u for free, dont be greedy, u decide how we meet


l
ProgrammingOpen Source by netghost(op): 12:06am On Sep 01, 2010
whats up with nigerian developers and the open source world, its like we have personally vowed not to be part of it, or atleast a great number of us,
let come together and share tools and learning materials

what do u all think
ProgrammingRe: What Dose It Takes For One To Be A Good Programmer? by netghost: 8:14pm On Aug 13, 2010
PhinaBrown:
Javalord, you are the booooooooooomb, thanks man, if all intellectures are like you, we will have many intelligent people around
totally agree with

,
in my view lots of study and alot more practice
CareerRe: Has Anyone Written The Microsoft Certified Professional Developer (mcpd): Web by netghost: 9:09pm On Aug 09, 2010
have the most recent dump on ORacle,microsoft certifications, sun,vmware,Redhat,Citrix,CCNA etc
ProgrammingRe: Which Programming Language by netghost: 11:41pm On Aug 03, 2010
joefazee:
@chukxy
My reasons are

1. Portability
2. Performance
3. Flexibility

Why should you write application that will run only on Windows and the same application can be written in Java/Python and run all platform.
The most important softwares on Windows are created using C/C++ and little of C#. common notepad is C++, MS Office C++, all the drivers are C and MASM.
what kind of ignorant talk is this, NO OFFENCE PLEASE
Certification And Training AdvertsRe: Learn Oracle 10g For Just N15,000 by netghost: 5:13pm On Jul 27, 2010
no offence but get a job, who will be daft enough to pay u 15000 to learn 10g
Tech JobsRe: Python Help by netghost: 7:15pm On Jul 22, 2010
@javalord, i would also like to get it, so how can i get it from u
Tech JobsRe: Bored To The Core. Will Build Your Desktop Application For Free. by netghost: 10:01pm On Jul 20, 2010
if u say so
FamilyRe: Black Parents, White Blond Baby Not Albino (picture) by netghost: 6:54pm On Jul 20, 2010
whats all this talk about "playing away match", stop acting ignorantly
Tech JobsRe: Bored To The Core. Will Build Your Desktop Application For Free. by netghost: 6:49pm On Jul 20, 2010
hmmmmmmm

hope u r not just looking for a project topic or ideas to use for urself , "JUST A THOUGHT"
ProgrammingRe: I Want To Learn Php by netghost: 8:52pm On Jul 16, 2010
@BEEF, did not get the mail send it again to mittjames@yahoo.com


in that case i think the dude should have being hanged
ProgrammingRe: I Want To Learn Php by netghost: 6:10pm On Jul 16, 2010
Beaf:
The fear of your tools is the first sign of the "Cut and nail coder".
guess ur right here


Beaf:
JavaScript can do ADO! I remember some crazy dude at the office wrote up some software that worked just fine, except it was all database code in client side JavaScript. . . all you had to do was "View Source" and voilla! The dude was about to gift the World server and database inards. Even though it worked, needless to say, the fool was sacked.
BEEF BEEF ,

You can connect to database from client-side script, if MDAC is installed on client's computer.
Just Update strConn with the correct Data Source, and SQL query as desired.

its going to be something like this

<html>
<head>
<title>Entitled Document</title>
<script language="JavaScript">
function getCount(){
var cn = new ActiveXObject("ADODB.Connection"wink;
var strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source = C:\clientDB.mdb;Persist Security Info=False";
cn.Open(strConn);
var rs = new ActiveXObject("ADODB.Recordset"wink;
var SQL = "select count(*) from Customers";
rs.Open(SQL, cn);
alert(rs(0));
rs.Close();
cn.Close();

}
</script>
</head>
<body>
<input type="button" value="Get count" onclick="getCount()">
</body>
</html>

but BEEF i still think that story is a BLOODDDDDDDYYYYYYYY LIEEEEEE
ProgrammingRe: Best Training Centre In Lagos(urgent Please) by netghost: 9:44pm On Jul 15, 2010
yah karox offers weekend classes and you can find them at allen close to starcomms new office
ProgrammingRe: Where Can I Get Books On Programing In Lagos by netghost: 4:26pm On Jul 15, 2010
@javalord, u have spoken well
ProgrammingRe: I Want To Learn Php by netghost: 8:35pm On Jul 14, 2010
iniking:
Its a good thing you want to learn php. For anyone who wants to start off with little capital and not depending on some paid job php is the way to go. You can easily get clients because it is cheaper to manage. An ASP.net job can take you eternity to find a host, and when you find one be ready to pay well.
what planet are u from, or better still what hosting companies do u use, cos i have never come across a standard hosting company that does not offer windows hosting, whats with the talk about it begin easier to manage and get clients, i think that left to how well you can market urself


iniking:
. If you really want to learn any one of them perfectly with immediate practical with a live online server check me out on campus. Unilag Akoka. Computer science department.
i would not take this offer if i were u, the dude has already shown ignorance

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 (of 15 pages)