₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,106 members, 8,420,367 topics. Date: Thursday, 04 June 2026 at 05:47 PM

Toggle theme

CRAZYMADMAN's Posts

Nairaland ForumCRAZYMADMAN's ProfileCRAZYMADMAN's Posts

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

ProgrammingRe: Help Out Here Plss With This Question.. by CRAZYMADMAN(m): 9:04am On Sep 13, 2015
Let's see your solution
Christianity EtcRe: It Is A Sin For Ladies To Put On Trousers To Church Because Bible Condemns It by CRAZYMADMAN(m): 9:02am On Sep 13, 2015
.
Jokes EtcRe: When You Know The Snake Is Your Aunty From The Village (Photo) by CRAZYMADMAN(m): 8:56am On Sep 13, 2015
Why in the bloody name of a goat's left kidney did this make frontpage? undecided
ProgrammingRe: (URGENT!) For Those Who Are Conversant With CMS. by CRAZYMADMAN(m): 5:28pm On Sep 08, 2015
Anoruo:
what is the best free open source document management application for wordpress
Does that make sense to you? undecided
PhonesRe: Infinix HOT 2 (x510) Official Thread by CRAZYMADMAN(m): 5:49am On Sep 04, 2015
But them no try for the battery sha undecided
PhonesRe: Infinix HOT 2 (x510) Official Thread by CRAZYMADMAN(m): 3:47pm On Sep 02, 2015
For those asking about the notification lights, I have seen three so far : red, green and blue
PhonesRe: Infinix HOT 2 (x510) Official Thread by CRAZYMADMAN(m): 3:46pm On Sep 02, 2015
I fail to comprehend why some folks are hell bent on comparing infinix hot with infinix hot2 note. For Christ's sake, the later costs at least a good 4k more than the former what does that tell you? The fact that folks are comparing a cheaper phone with a more expensive one tells a story on it's own. If you feel you are most comfortable with infinix hot note and can afford it, then by all means go for it. If you fancy the design, Android version, etc associated with infinix hot 2 ,then welcome aboard!
I rest my case
PhonesRe: Infinix HOT 2 (x510) Official Thread by CRAZYMADMAN(m): 9:12pm On Sep 01, 2015
RandomVic:
Cool. No notification led is such a massive deal breaker for me.
Anyway how would you rate the hot 2 please be frank with me abeg because I'm getting the phone in like a day or two from today. I've never used an MTK powered device before, my expectations are quite modest anyway, wouldn't expect a sub 20k phone to do the job of a 100k+ device. So yea.
I got the phone yesterday and have gone through it over and over again. I can only conclude that those giving negative reviews about the phone are bad belle fellows. The phone make sense die
PhonesRe: Infinix Zero 2: The Next Hero by CRAZYMADMAN(m): 12:45pm On Sep 01, 2015
Don't understand all these bad belle o
PhonesRe: Infinix HOT 2 (x510) Official Thread by CRAZYMADMAN(m): 11:07am On Sep 01, 2015
Rocking Mtn bis on my device
ProgrammingRe: Create A Nested Lists Of Categories In Laravel 5 by CRAZYMADMAN(m): 2:48pm On Aug 27, 2015
So many laravel folks here. I wonder how many zend users we have on nairaland undecided
Nairaland GeneralRe: Special Codes To Format Text On Nairaland by CRAZYMADMAN(m): 6:55am On Aug 22, 2015
Too bad there ain't no
 proper styled code tags with syntax highlighting 
ProgrammingRe: PHP Or Javascript by CRAZYMADMAN(m): 1:16pm On Aug 21, 2015
GrAnDwEeZ:
Goodday all. I'm a novice here, I want to create a webapp where users can communicate with eachother on an already existing website, which of them can I use and why. Lyk I said I'm a novice. I ll be greateful if someone can suggest a website I can learn from very fast and materials I can read on my own 2. Tnx
you mean PHP AND javascript
ProgrammingRe: Programming Is Like Sex... by CRAZYMADMAN(m): 2:51pm On Aug 12, 2015
Well this topic calls for a collabo between the high lords in both sexuality and programming sections!

Models should be set up to test the validity of the theory, and there should be praticals, praticals! At the end of the day, it should be determined whether the statement

Sex == programming is false
ProgrammingRe: A Question For Yii2 Users by CRAZYMADMAN(op): 6:26pm On Aug 08, 2015
pcguru1:
Russian CMS is for e-commerce I think and also Easyii CMS isn't written well my plan is to build a CMF that glues Yii2 Modules together and play with Yii2 convention so am only creating a Yii2 app to aid Developers create applications something like SiteInfinity or maybe am too ambitious. I will create a document one of these days explaining or jotting stuff down.but try writedowncms it's the Yii2 replica of WordPress
That would require extensive knowledge of Yii2 and am not yet very comfortable with stuffs like the dependency injections and a few other aspects of yii2. But I seriously hope you finish the project, might even be one of the first persons to use it cheesy
ProgrammingRe: A Question For Yii2 Users by CRAZYMADMAN(op): 11:55am On Aug 08, 2015
pcguru1:
Glad to see another Yii2 Dev wink do you know any Yii2 CMS thinking of building one from scratch like OctoberCMS, but coupled with my daily job it's hard i tried to collaborate with an international CMS but it's in Yii1 and he too is too busy cry
If you can modify easyii cms it would be great. The overall design is good but it has many broken links when I tried to run it from my localhost. You can also check out dotplant cms ( the primary Language is not English)
ProgrammingRe: A Question For Yii2 Users by CRAZYMADMAN(op): 11:31am On Aug 08, 2015
pcguru1:
Don't put it in the main layout rather have it as a Widget and I will explain the reasons:

1. Putting it in the main layout would mean everything you have to create a Model in each controller to send to that form which means repetition of code.
2. Non flexibility , the more controllers you create the more code to add for the widget

Now you might be thinking to yourself why not put the code in the main Controller class that all the controller extend, but you see in Yii2 it's built to make things more modular

So my approach is to create it as a Widget, because with widget all the logic and views will be contained inside that Widget all you just need to do is copy that Widget to another Project and there will be little change of code.

e.g

a Widget class has 2 important calls init and run,

use the init to check for POST Data and give your a specific name so that you don't end up assigning another form to it, then in the run method depending on your logic you can render whatever view you want to send e.g Success Registration signup or error.
A widget of course! Why didn't I think of it.

Thanks man
ProgrammingA Question For Yii2 Users by CRAZYMADMAN(op): 1:32pm On Aug 07, 2015
If you decide to use the yii2 active form widget in your main layout page ( usually main.php) for some reasons, for example building a "subscribe to our newsletter " form that shows on all your pages, how do you handle the controller call? Which controller gets called
ProgrammingRe: C++ Vs Java (hilarious Gif) by CRAZYMADMAN(m): 3:02pm On Jul 25, 2015
Man, that's wuked undecided
ProgrammingRe: President Buhari Voice Recognition Program - Contest For 50,000 Naira by CRAZYMADMAN(m): 6:33pm On Jul 21, 2015
Time to test my nancent Java skills. This should be my first major project on Java


But oga Seun, you suppose dey consider newbies like us nah undecided
WebmastersRe: 14 Great Things Bloggers,developers And Everyone Should Enjoy From Google Inc by CRAZYMADMAN(m): 4:39pm On Jul 11, 2015
Make I book space angry
PoliticsRe: Picture Of The Only Man That Can Kill Abumbakar Shakau/boko Boys by CRAZYMADMAN(m): 4:12am On Jul 10, 2015
angry
Tech JobsRe: PHP Programmer Urgently Needed by CRAZYMADMAN(m): 7:25am On Jul 07, 2015
I can work with laravel yii2 and zend2 frameworks, but I am @ onitsha for now
WebmastersRe: Nigerian E-commerce Websites Climb Past Nairaland And Linda Ikeji On Alexa Ranki by CRAZYMADMAN(m): 7:02am On Jul 07, 2015
Nairaland don dey drop small small
WebmastersRe: Get Free 7.5gb Data From Mtn by CRAZYMADMAN(m): 9:55am On Jul 06, 2015
I tried it but the reply I got was that I don't have enough credit for the transaction
ProgrammingRe: Android Programming With Google Cloud Chat - Expert by CRAZYMADMAN(m): 9:31am On Jul 06, 2015
Nice work boss. Having some issues with my laptop.
Will continue the tutorial hopefully this night

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