Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,143,154 members, 7,780,114 topics. Date: Thursday, 28 March 2024 at 09:49 AM

Binkabir's Posts

Nairaland Forum / Binkabir's Profile / Binkabir's Posts

(1) (2) (3) (4) (5) (6) (of 6 pages)

Programming / Re: Creating A New Face For Nl by binkabir(m): 5:00pm On Jul 21, 2011
omo_to_dun:

Then prove me wrong. Show me a forum created by anyone here that did not use CMS. I know what I am talking about. This statement is akin to saying that NO ONE on nairaland has the expertise to write an Operating System or a Compiler, which is a fact. There are only a few people in the world who can! The level of expertise one needs to undertake such a feat(creating a scalable forum from scratch) is very high and few people in the world possess it. A lot of people's egos were hurt by this fact, but it is the truth. All folks can do is talk, but if we ask for proof, they show us nothing. More importantly, if you know anyone with such skills, please let me know. I'd love to be proved wrong!

if we dont try it now how can we get it. most of the inventions in the world all start we an idea. yes just an IDEA.
and when we wait to get all the knowledge of world b4 we can start. that will be the craziest thing that can't be realized.
Webmasters / Re: Quiz: Dual Core Vs Afrobaby :: Php Coders Only :: Get His Contacts by binkabir(m): 11:11pm On Jul 20, 2011
*dhtml:

?php
$dual=parse_ini_file("dualcore.info"wink;
echo $dual['name']; //this should gimme name nah?
or i just do a foreach or something. . . .
?>

cool but my answer is also okey. i like that grin grin grin
Webmasters / Re: Tutorial: How To Embed Image Source Code Into Html Page by binkabir(m): 3:47pm On Jul 20, 2011
one can u this concept to this display copy right or logo in your apps so it difficult for little programmer like me cheesy cheesy to play around with your codes grin grin grin
Webmasters / Re: Quiz: Dual Core Vs Afrobaby :: Php Coders Only :: Get His Contacts by binkabir(m): 3:15pm On Jul 20, 2011
@dtml ar u kidding me??
on transit presently. but will give you from my codes i have this solution in my apps folder.


okey seeeeeee it

<?PHP
$dualcoreArray = array();
$file= fopen("dualcore.info", "rb"wink;

while (!feof($file) ) {

$line_of_text = fgets($file);
$line= explode('=', $line_of_text);

$dualcoreArray[$line[0]]=$line[1];

}

fclose($file_handle);

?>
Webmasters / Re: What Is The Best Web Desgin Software by binkabir(m): 12:13pm On Jul 20, 2011
dreamweaver is good for designers only as it makes you learn so many things u dont see in tutorials.
Webmasters / Re: Wanted! Web Developers by binkabir(m): 11:04am On Jul 20, 2011
Dual Core:

Slow down with the questions. smiley

First deal with this question: Are you ready to pay for the services of a freelance programmer?

what do you intend to do if we apply permanent us or freelancing  wink wink
Webmasters / Re: Vote Your Favorite Php Framework by binkabir(m): 10:50am On Jul 20, 2011
Mobinga:

This spambot is a joke.

interesting . is this oppression? lipsrsealed lipsrsealed lipsrsealed lipsrsealed
Webmasters / Re: Vote Your Favorite Php Framework by binkabir(m): 9:29am On Jul 20, 2011
WebMonk:

Codeigniter does it for me. Built on top of it to suite my needs. Still is my fave. How come Kohana's not on the list?

Kohana is among the best 20 php FW not first 10.
moreove kohana and zend shares almost the same concept.

*dhtml:

Have you heard of the frameworks they call the micro-frameworks?

http://www.legendrefamily.org/blog/2009/08/php-micro-frameworks/

Yess but is not a good one when you really want to achieve rapid development in a short period of time.


WebMonk:

Cool. Excellent documentation and a vibrant community. Its light-weight and a little barebones, but most have been made up for by the community and updates.

yess codeigniter is very good too. but www.Yiiframework.com is the best not only on the framework list but on the Rapid development and web 2.0 applications
Webmasters / Re: Php Oop Quick Quiz by binkabir(m): 9:27am On Jul 19, 2011
grin grin grin grin grin grin grin

*dhtml:

Lol. . .this one na oop amigo!
Webmasters / Re: Chat Script by binkabir(m): 7:33am On Jul 19, 2011
try this chat script but i have to advice you. please please and please if you are not very good in php quietly go and learn because some things many work now and later u will jump into a serious mess when i have reach some level of popularity.

http://css-tricks.com/5671-chat2/
Webmasters / Re: Php Oop Quick Quiz by binkabir(m): 4:58pm On Jul 18, 2011
in short take am

<?

$form= array(
 '#type' => 'select',
 '#title' => 'Display of XML feed items',
 '#default_value' => "teaser",
 '#options' => array(
   'title' => 'Titles only',
   'teaser' => array(user=>'Tony',pass=>'ayo'),
   'fulltext' => 'Full text',
 ),
 '#description' => 'Global setting for the length of XML feed items that are output by default.',
);

function ArraytoObject($array=array()){
      foreach($array as $k=>$v){
          if(is_array($v) && count($v)>0){
              $k = strtolower($k);
              $array[$k]=(object)$v;
                           
          }
         
      }
      return (object)$array;
     
}

$q = ArraytoObject($form) ;

if(property_exists($q,''teaser'')){
  $q->teaser->user = "binkabir';

} else throw new Exception ($e){
echo "dis one no be object  see the error wey you cos ". $e;


}
Webmasters / Re: Php Oop Quick Quiz by binkabir(m): 4:45pm On Jul 18, 2011
*dhtml:

Yeeeepa! you don use sledgehammer kill mosquito! It looks like you need work to do, ok, let me give you an advanced work to do:

That is a multi-level/multi-dimensional array and also ehm paired or as you say - associative.

Now, i want you to write a function that can search and replace

so you search for any key e.g fulltext, and replace with babes.
array_replace_val('fulltext',"Babes",$form);


i dey laugh lolllllllllllllllllllllllllll?
i will recursively search either using a preg_match or array_search
i have somethings doing i will get back later





, grin grin grin grin grin grin grin
Webmasters / Re: Php Oop Quick Quiz by binkabir(m): 3:23pm On Jul 18, 2011
a solution that is more advanced

<?php


    class arrayClass
{
    public function __construct( $array = array() )
    {
        foreach( $array as $key => $value )
        {
            if( is_array($value) && count($value) > 0 )
                $this->$key = new arrayClass( $value );
            else
                $this->$key = $value;
        }
    }
}
       
  //Usage
$p = array('a'=>'apple', 'b'=>'ball', 'others'=>array('c'=>'cup','d'=>'donkey'));


$newObject = new arrayClass($p);

echo $newObject->a . "<br>"  ;
echo $newObject->others->c;

?>
Webmasters / Re: Vote Your Favorite Php Framework by binkabir(m): 2:00pm On Jul 18, 2011
i used Zend, kohana and cakePHp but i finally ran to Yii because of so many reason which every development will love to use.
Yii is really worth trying
Webmasters / Re: The Plot To Kill Php Mysql Extension by binkabir(m): 1:57pm On Jul 18, 2011
*dhtml:

I have almost finished writing the forms api. It works like the drupal form api where everything is in arrays. . . . . .
I have opened the website - www.dhtmlframework.com for it - i will load it by tomorow evening - the site is
still empty though.

because it's still in development stage i think you host it in SVN or CSV or gitHub so that contributor can do something meanful, putting in a website i not a good idea. wink wink wink
Webmasters / Re: The Plot To Kill Php Mysql Extension by binkabir(m): 9:22am On Jul 18, 2011
by the way the plot is to kill mysql extension in the core php and move it to PECL repository.
to me is not too too bad idea because using PDO is much more better concept of advanced programming and memory utilization than mysql extension.
Webmasters / Re: The Plot To Kill Php Mysql Extension by binkabir(m): 9:19am On Jul 18, 2011
*dhtml:

But of course, i am opened to suggestions. I have done a lot of research, and i have studied the documentation and functionalities of
so many frameworks and cmses over the years. This was not a project i started this year - i have been starting and stopping over time.
very interested i think you should open in new dhtmlframework, i will be willing to be a contributor in writing API's
Webmasters / Re: Php Oop Quick Quiz by binkabir(m): 9:11am On Jul 18, 2011
*dhtml:

Well, thank you for admitting that it was a good quiz. Well, i am kinda itching to start my new framework thread. But i have to upload first
before i do that.
The critical stuff i am adding to my framework is the form API very much similar to the drupal FORM API by 90%.

hello, drupal Form Api is cool but have a little look at that of Yii Framework cool cool
its much better.
Webmasters / Vote Your Favorite Php Framework by binkabir(m): 9:07am On Jul 18, 2011
Here is a list of top 10 php framework
which are you familiar with
1 Yii
2 CodeIgniter
3 CakePHP
4 Zend
5 Symfony
6 PHPDevShell
7 Prado
9 QPHP
10 ZooP
Programming / Re: Which Php Framework Do You Use? by binkabir(m): 7:56pm On Jul 17, 2011
it saw not long when dojo started animation because i could recall that i posted a new feature request in dojo in early 2009 about animation and that is the reason i hibernated my dojo earlying curve.

pc guru:

shocked I think Dojo Animation is much advanced and indept than Jquery,because jquery gets u confused in the chaining, but with dojo,you create each animation like a timeline then combine them and play that well,thats a cretain precedence as to which animation runs first.
that's an example from their website,the only issue i have is that documentation don't explain all,at times i have to read their source code which is something i'd rather jump into lagoon than read,jquery alright, its straight forward,i use both but larger projects i use Dojo.



it seems that in NL programming section only a few use PHP and 99% use java. 
Programming / Re: Which Php Framework Do You Use? by binkabir(m): 2:04pm On Jul 17, 2011
i love Dojo too it even the first js lib that i used  but i only have 1 issue with it: it doesn't have a extensive library of animations like jquery.

moreover Yii FW is not hard coded with jquery, jquery is just it prefered js lib. one can use any js lib like prototype,dojo,mootools on Yii.
its all about choice.
Programming / Re: Which Php Framework Do You Use? by binkabir(m): 11:56am On Jul 17, 2011
pc guru:

Yep i tried CakePHP,Codeigniter always threw myself outta of the thirdmidland bridge, however some think that's its because of the previous contact with CakePHP and Codeigniter that i got more comfortable with Zend. can't say. yes pls add a poll
i agree with you about Zend FW.
but i left Zend 2 years back and im using Yii now. why?? because of rapid development and yii chose jquery as it's javascript FW.
in YII i can do this a db table as an Active Record Model class

//define my class to extend CActiveRecord (Yii builtin class for ARs)
class users extend CActiveRecord{
,
,
}
usage
$user = new users();
$user->attributes = $_POST['user-form'];
$user->save();


what i have done in the above code is to collect a user form that is filled and insert it into a table called users

i mean Yii is just crazy in OOP

pls how do i make it a poll?? thanks
Programming / Re: Which Php Framework Do You Use? by binkabir(m): 11:03am On Jul 17, 2011
pc guru:

Number 4
interesting Zend !!!!
i'm thinking the topic should be a poll, how do i go about it??
Programming / Which Php Framework Do You Use? by binkabir(m): 10:44am On Jul 17, 2011
Here is a list of top 10 php framework
which are you familiar with
1 Yii
2 CodeIgniter
3 CakePHP
4 Zend
5 Symfony
6 PHPDevShell
7 Prado
9 QPHP
10 ZooP
Programming / Re: Creating A New Face For Nl by binkabir(m): 10:59am On Jul 12, 2011
csharpjava:

Well said, but what baffles me is that a lot of Nigerians do not like hearing such comments, it is not disrespectful but the truth. Instead of them being annoyed with such comments, they should start looking for how they can put people with the right skills together so that we too can start creating the type of advance software people in the west are creating.


the only way to get these skills and develop advanced softwares like the west is by TEAM WORK. which most programmers in Nigeria dont like to do. And that is the only tool the west uses.
Programming / Re: Creating A New Face For Nl by binkabir(m): 10:39pm On Jul 11, 2011
tundebabzy:

Frameworks of any language make such projects very easy. Ruby on rails would more or less be like magic so guys, please dont run down everyone, to be honest, recreating this site wouldn't be half as challenging as its being made to seem.

thanks grin grin grin grin grin i love that
Programming / Re: Creating A New Face For Nl by binkabir(m): 9:59pm On Jul 11, 2011
tundebabzy:

shocked
Has anyone here heard of web frameworks? A django expert will recreate this site in less than a week plus django is free, very popular and open source. Updates to the framework are pushed when new security tricks are discovered.
The only thing I know MIGHT be hard to recreate is the amount of traffic on nairaland #shikena
Django is a python web framework and is very cool i have worked with it some years back (2006). but i personally prefer Yii framework from PHP http://yiiframework.com
Programming / Re: Creating A New Face For Nl by binkabir(m): 9:44am On Jul 11, 2011
pc guru:

@omo_dun i think they are good programmers here,but to be quite frank its true most like to brag,i avoid bragging because i dont know it all,everyday is a learning process for me,as for Nairaland i don't think the owner plans migrating forward because i gave a simple suggestion which was to create a simple API that sits in between just like a REST Web-service that way,others can make numerous variants of nairaland applications or even widgets just like how Twitter does? you know because nairaland i believe can become better,if not we are all just here for nothing if we can't even contribute to help nairaland move which is quite sad,don't you think?
i agree wit you. every body is learning everyday. if unfortunately the owner of NL is not ready to embrace this concept fine, but we programmers should form a term that can work on projects. One problem in Nigeria is that programmer always feel the know everytin and can do everytin by themselves. this is wrong and being selfish. i belong to a team of programmers where we ar 6 in number all around the world (only me is Africa, 2 in Portugal and 3 in US), and we have successfully deployed some web application remotely while been paid by number of success line of code.
i wish this can work here in NL(where i bring a job and a team work on it and deploy it within a month of 2 cry cry).
its really high time we start making use of ourselves for good. wink wink
Programming / Re: Dear Nairaland Programmers, by binkabir(m): 10:49am On Jul 08, 2011
Nigerians in general are funny set of people that always want to some thing a have 100% of it. i reality this is not possible.
most of the World inventor just create things without any hope that it will reach the top.
the inventor on electric bulb made 990 experiment to achieve that in 25 years i think
without waiting for anybody to tell him IT WILL NOT WORK or PEOPLE WILL NOT BUY IT emmhhhh

malikforyo:

Dear Nairaland Programmers,

It is not rocket science to develope a blackberry application for nairaland. Its a global competetive environment we live in now with ICT as a driving force. In order to remain relevant you need to move with trend. Don't be left behind. Its bad for business + we(NL users) deserve/need it. We hope you look into our humble request.

please keep up with that mind set i like that.
Programming / Re: Serious Advice Needed by binkabir(m): 10:36am On Jul 08, 2011
that is why you need a lawyer to make it clear to the vendor if really you have to go into partnership with them first.

(1) (2) (3) (4) (5) (6) (of 6 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. 47
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.