Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,845 members, 7,810,256 topics. Date: Saturday, 27 April 2024 at 03:05 AM

Oleku's Posts

Nairaland Forum / Oleku's Profile / Oleku's Posts

(1) (2) (of 2 pages)

Webmasters / Fmf.gov.ng Hacked by oleku(m): 3:09pm On Dec 14, 2013


Government Agencies and crappy shared hosting ....
Programming / Re: Ethical Hackers by oleku(m): 8:24pm On Aug 28, 2013
just_thinking: i tink u can also try dark comet it is a goot RAT

Dark Comet is a tool, Kali is a OS with more than enough tools. They are 2 different things and RAT is 1 out of thousands of possible methods of compromising user system

Lastly, Dark Comet is easily detectable by most Anti Virus / Firewall Solutions , requires physical access and Port Forwarding in most cases for it to work.
Programming / Re: Ethical Hackers by oleku(m): 5:08pm On Aug 27, 2013
v4p0r3: see this guys. can you get something like this? this seller is not responding to me.
see pic http://i.imgur.com/XhUHMCK.png?1


Its Crap ... you don't need that .. Just get Kali
Programming / Re: Testing Programmers: Puzzles Or Web Applications? by oleku(m): 12:03am On Jul 29, 2013
No Puzzle , Whiteboard or 1 hr coding exercise can hire a skilled developer. Seen people talk big , How they solved problems in Project Euler and don't know the difference between Message Queue or Job Queue.

Imagine this interview questions:

- Describe how POST data was submitted to a server by a browser and compose sample raw POST.
- Explain a number of HTTP status codes (except maybe 200, 404 and 500).
- Explain SOLID or name & explain a design pattern.
- PS4 || XBOX One which is better

Notice :

- None of the questions require programming
- None of the questions is Language dependent
- Any Experienced developer most have encountered this before
- The last question about games speaks for its self

Am sure they are "good developers" here who do not know the answers but "They can learn it in 1 hour if you explain it to them" so why use this criteria in the fist place ?

Let them work with you for a day or 2, Put their craftsman to test then step back, Observe how they work, how they interact with other developers and solve each task. They might not have 100% of what you want but you can easily tell if "binary is their blood"

On final note ... Don't use the Nigerian "Jack of all trade" approach and expect your developer to know everything, all some good developers require is a push so only Hire Developers "who are ready to push the limit of their abilities".

1 Like

Webmasters / Re: Where Are PHP Expert? by oleku(m): 11:15pm On Jul 28, 2013
adewasco2k:

Get online and learn


php.net
w3schools.com
net.tutsplus.com/tutorials/php
codecademy.com
tizag.com
phpacademy.org



alot more

This are terrible recommendations apart from "php.net" of cause.You even added W3Schools who has been harming the developers community with inaccurate information and bad practices. see (http://www.w3fools.com/)

My Recommendations

- Get a good books eg (Beginning PHP and MySQL From Novice to Professional)
- Read Documentations on php.net ans see examples
- After good attempt, search resources or when stuck ask for help professional forums like http://stackoverflow.com/
Programming / Re: OOP In PHP [learn /teach] by oleku(m): 10:30pm On Jul 28, 2013
- Your post makes it more confusing and does not represent any concept.

- You really need to read PSR-2 (Coding Style Guide)https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md because your class does not follow acceptable Fig Standards which would affect your programming or application in PHP in long term.

- This forum does not have code formatting , Why not create a blog with code formatting and tutorials, then add the link here or @seun can create a plugin using http://softwaremaniacs.org/soft/highlight/en/ in this forum
Software/Programmer Market / Re: Hard-Working Programmers Wanted For Website Development by oleku(m): 10:18pm On Jul 28, 2013
Seun: We don't want to hire developers who can only program in PHP, because PHP is a very limited language. However, the original wording mistakenly excluded programmers who can write web apps in PHP but can also create desktop or mobile apps with better languages like C#. We don't mind hiring such programmers because it would be quite easy for them to learn to write web apps in Python, so we've corrected it.

PHP is a very limited language ??

It is a bad idea to judge a developer from his/her choice of language. Any "good developer" can take up any language and perfect it within a short time.

PHP is a shitty language no doubt, definitely less shitty than JavaScript but have seen :

- Desktop Application developed in JavaScript intended of Python/C# (Windows Metro App)
- Mobile Application using (PhoneGap) better UI & faster than a similar Python/C# Implementation
- Web Server using Nodejs better than sample implementation written in Python Twisted/C#

In the enterprise world, use the best tool for the best JOB. Rust || Erlang is 10 times better than Python || C# "depending on the use case" but this does not mean a "Rust" developer is better than "Python" or vice vasa

Even Google has stopped hiring based on language but on skill set.

1 Like

Webmasters / Re: This Php5 Get Wahala Oh by oleku(m): 2:38pm On Jun 21, 2007
segebee,

Please what are you actually trying to so
Webmasters / Re: Face Of Festac 7.0 Beta by oleku(m): 12:22pm On Jun 21, 2007
Thanks, for the advice. I'll work on them as soon as possible.


If you notice or you have any toher contribution please let me know.

Thanks
Oleku
Webmasters / Face Of Festac 7.0 Beta by oleku(m): 12:53pm On Jun 14, 2007
Hello friends,

I just finished the development of Face Of Festac 7.0 Beta, with limited features. His is to enable correct all the programming errors before all other sections are added.

My aim is to develop a site with the yahoo standard locally with limited resources, and I can’t do that alone.

That is why all asking you all to contribute.

Just visit http://www.faceoffestac.net and enjoy the new Face of Fesatc

Other features care coming very soon. Registration is free.


*Please take note. This is sill on beta stage. It may contains some errors.


Thank
Chief Oleku
Programming / Re: Professional Code Reuse In Php by oleku(m): 1:23pm On Apr 17, 2007
There is nothing like developing web-application form the scratch, Have been developing web application for the past 8 years now and have got to learn that one can never grow form copy & paste script.

For years now i have always developed my own libraries. With the coming of PHP5 last years its now much better to develop your own set of liberties with standard API.

Smarty & PEAR is good but believe me,If you can develope applications form the scratch you would be able to develop libraries that iare 2x faster , secured and has more easy interface than what you have now.

A tipical example is when using PHP5 default SoapClient for and ASP WebService (Which Sometimes does not send Soap Fault dues to poor programming). If no soap fault are sent and an error occurs form the ASP soapServer it creates a fatal error in PHP because not SoapFault was sent.

Even is_soap_fault() does not dictected the error and even if you set error_reporting(0) or create your own Exception your application would shut down prematurely but if you write your own application you can be able to manage all this even better.



The best way to use OS code is :

Study the concept
Do some benchmark
Look for errors
Try to hack them
Now look for a way improve on then call that v1.0
then now create yours form the scratch because i want to believe that form working on the, you should have gained a lot of experience.

Framework :

Its not so hard to dabble in to Frameworks.
Each Framework has its own plugins , lib etc.

EG. You know symfony files are located :
apps/
batch/
cache/
config/
data/
doc/
lib/
log/
plugins/
test/
web/


All you need i to start form the config area and begin to study them, In less than 2 weeks dending on how good you are in programming you would score a goal.


I hope this helps , am also willing to learn more


Oleku
www.oleku.org
www.faceoffestac.net *Activated
Webmasters / Re: Sending Bulk Mails: Who Knows How? by oleku(m): 12:03pm On Apr 17, 2007
Programming / Re: Php User Password Recovery Script by oleku(m): 3:27pm On Apr 11, 2007
I want to belive that naijaguru has fixed your problem. If you still need any help paste your table structure here we would help you write a complete script.

Oleku
www.oleku.org
www.faceoffestac.net *Activated
Webmasters / Re: Sending Personalise Emails. How ???? by oleku(m): 11:40am On Apr 03, 2007
Hello ,


To send an email with Individuals name the subject is not automatic, you need to get the names either form a registration form or a certain subscription.


Try this Bulk Mailer Script. This can help you send simple bulk mails. Please don't use for scam its can be traced back to you.

http://oleku.org/file_download.os?download=5494489d0ef8c8116b42e4620701573f&resume=yes

If you have your clients names & email and you need a special bulk mailer || you want to have a complete news letter system that is a different issue.

Thanks
Oleku
www.oleku.org
www.faceoffestac.net * Activated
Webmasters / Re: Php And Asterisks by oleku(m): 7:57pm On Mar 30, 2007
Nigerian hosting company can offer a voip server | Am not sure if there is any for now
Integration Asterisk into php(VOIP and PHP) | Depends on what your project is all about


oleku
www.oleku.org
www.faceoffestac.net *Activated
Webmasters / Re: Idonthestreet Review by oleku(m): 7:50pm On Mar 30, 2007
Thanks prodgalson,

I'll work on that . If there is anythign else let me know .


oleku
www.oleku.org
www.faceoffestac.net * Activated
Webmasters / Re: Attention Oleku.org by oleku(m): 11:30am On Mar 29, 2007
Hello greatfiso,


I really need to have a full details of what you want.

1. ) On-line Payment Type ? Interwsitch | Credit Cards | paypal | eGold | ALL;

2.) Full details of how your Portal would be like ? Kind of service you sell | or rest

You can click on the link below to attach a full details of your portal.

http://www.oleku.org/contact.os

If you don't have any idea of the payment type when i see the details of your portal i can advice on the best.

Thanks
Oleku
www.oleku.org
www.faceoffestac.net *Activate
Webmasters / Re: What do you think ? by oleku(m): 9:18pm On Mar 27, 2007
Why can't you download it ?
Are you haveing problems ?
Don't you like the idea ?



Oleku
www.oleku.org
www.faceoffestac.net - * Activated *
Computers / Re: Starcomms Vs Multilinks: Which Is Better For Internet Access? by oleku(m): 8:23pm On Mar 27, 2007
They are both good, Sometimes your location also matters.
Webmasters / Re: How To Turn A Book Into An Ebook by oleku(m): 6:54pm On Mar 27, 2007
Hello luckynzo :

1. What format is your book in eh Hardcopy, MSword , PDF , etc?

2. What type of ebook format do you want it in ?

3. Are you also talking about automated convertion ?


Oleku
www.oleku.org
www.faceoffestac.net - * Activated *
Nairaland / General / Re: How To Post Your Own Topic On Nairaland by oleku(m): 2:15pm On Mar 27, 2007
Seun,


Thanks for the tutorials.


You can also get a free Nairaland wallpaper here :

Preview :



Download Link :

http://oleku.org/download.os?site=nairaland&download=77c952d1371af2a1cf2f2a63b5ba5146&resume=yes


Total Download :

[img]http://oleku.org/download.os?site=nairaland&mode=hits_image[/img]


oleku
www.oleku.org

1 Like

Webmasters / What do you think ? by oleku(m): 2:01pm On Mar 27, 2007
Hello,

For the love my friend seun has shown me. I decided to design a free wallpaper for Nairaland.
If you really appreciate Nairaland be proud to add it on your desktop.

Thanks.

Preview :



Download Link :

http://oleku.org/download.os?site=nairaland&download=77c952d1371af2a1cf2f2a63b5ba5146&resume=yes


Total Download :

[img]http://oleku.org/download.os?site=nairaland&mode=hits_image[/img]



Wallpaper Hints :




1. When you Click On the download link it does not take you out of Nairaland Website.

2. The Total download is realtime. It counts the number of download automatically when you refresh.

3. This Wallpaper is designed for 1440 x 900 screen.
If you are using it for a higher or lower resolution make sure you set the wallpaper position to Stretch like the picture below.

[center]
[/center]


4. File Type : JPEG

5. File Size : 64.7 kb

6. Download time 2sec on 56kbs Connection .





For does of you who want to customise this wallpaper contact me for the sorce file.

oleku
www.oleku.org
Webmasters / Re: Oleku Konko of Face Of Festac (FaceOfFestac.net) by oleku(m): 12:22pm On Mar 27, 2007
The site would start working officaily in May 2007 !!!

oleku
www.oleku.org
Webmasters / Re: Help Me Review This Site by oleku(m): 12:21pm On Mar 27, 2007
Nice Site,

Contact form has no validation and its not working.

Oleku
www.oleku.org
Programming / Re: Php/mysql Insert Issues by oleku(m): 4:01pm On Mar 26, 2007
I have been able to edit your code. Try this :

<?

if(isset($_POST['Save Article']))
{

$db = mysql_connect($host,$username,$password); // Databse Host Username and password
mysql_select_db($database,$db); // Database name

$Query = sprintf("INSERT INTO article (topic,author,article) VALUES('%s','%s','%s')",$_POST['Topic'],$_POST['Author'],$_POST['Article']);

if ($result = mysql_query($Query))
{
echo '<center><b>Article added to the database</b></center><br>';
}
else
{
exit('<center>Sorry, there was an error saving to the database</center>');
}
}


?>



oleku
www.oleku.org
Webmasters / Re: Comment On My Site. by oleku(m): 2:50pm On Mar 26, 2007
Hello,

Trust me, Your site is better than my first site. All you need is hardwork and dedication. And you would be one of the best.
Nice site keep up the good work.

oleku
www.oleku.org
Webmasters / Re: Efficient Wap Site by oleku(m): 1:55pm On Mar 26, 2007
Yea WAP 2.0 can help, WAP development has gone beyond just WAP 2.0. Mobile phones now support xhtml,chtml and may more. WAP application now are database driven and even supports WMS, javascript , Ajax, flash lite etc.

If you want to lean its better for yo to start with WAP2.0 as seun said but if you want to develop a professional WAP site its better you look for a developer.

Oleku
www.oleku.org
Webmasters / Re: Oleku Konko of Face Of Festac (FaceOfFestac.net) by oleku(m): 11:59am On Mar 26, 2007
Face Of Festac Activated : www.faceoffestac.net . Thanks for your love.

Oleku
Webmasters / Idonthestreet Review by oleku(m): 11:44am On Mar 26, 2007
Hello Nigerians,

Please i really like to ask what you think about www.idonthestreet.com, Some people say its very complex to use, Is that really true ?
Webmasters / Re: Oleku Konko of Face Of Festac (FaceOfFestac.net) by oleku(m): 11:39am On Mar 25, 2007
Seun,

Thanks for the support, I have spoken to a lot FOF members and there are ready to support the site. This time the site is comming back and better .


www.oleku.org
Webmasters / Re: Online Payment Solutions by oleku(m): 2:01pm On Mar 24, 2007
There is a lot to online payment system.

Each company has in own way and API of interfacing with their application. Most of them support SOAP or Direct http.

Before you can think of integration, you need to know your processing company first.

Oleku Konko
www.oleku.org

(1) (2) (of 2 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 66
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.