Quadrillio's Posts
Nairaland Forum › Quadrillio's Profile › Quadrillio's Posts
1 2 3 4 5 6 7 8 9 10 11 12 (of 25 pages)
you're welcome |
the link has been sent to your box. feel free to contact me for any support. -SAFE |
maybe no one wants d book after-all, or he doesn't need it as much as he claims |
^^^^ you can host your website with us - SAFE. |
yo man !!!, I'm with you bro. |
if u are thinking of editing a SWF file, then u need to decompile it back to FLA. I hope that helps, just google "swf decompiler" |
@Donpozo, I pick the cap, wear am back for your head, lol I respect fellow programmers when I see a good one, lojik, DHTML, DualCore, Yawatide, to mention a few I did something similar to this when I was building a bulk SMS portal, n I know what it takes. we are together. naija coders for life. |
Donpuzo:I don't mind buying 1,000,000 copies, if the price for a major distributor is a brand New Escalade - 2010 model. -SAFE |
@poster, you should know by now that nairaland is not a home of beginners, so next time package your product well well b4 u drop am for here. @DHTML, Donpuzo, I want to order 10,000 copies, if there is a price a MAJOR distributor. LOL let's share information, that is why a forum was created. No be to turn am to market place (ALABA INTERNATIONAL). |
whatever waka pass, - SAFE |
all I do is test in d four most used browsers, Internet Explorer, Firefox, chrome and Opera, and if there is any need for modification, all I need do is to adjust my CSS Style. Life is easy when you handle d browser wahala with CSS. - safe |
Baabs:and who told you that we are not living good after we taught ourselves. when you sure of yourself you can go to a site like brainbench.com and do a certificate exam. shekinah you will save yourself the money and stress, NB: you need to be very determione & discipline to be a very good self-taught programmer. I wish you d best. - Safe |
*dhtml:ok, I'll be expect, so that we can work out the possibilities. I'm already tempted to start this drupal ooooo. LOL |
nice concept, good color blend, but Why one page? I just feel it will more appealing if you ve split it in pages. nice work though. I miss yawatide on issues like this. |
OmniPotens:I was awake till 3am but was not online cos the site I was working on needs to be delivered today and I don't want d net to distract me. Alert me when next you be free so that we can try it out together. -SAFE |
*dhtml:Tru Talk. Many people call me almost on a daily basis, that I should teach them. the problem is that I don't even ve d time to sit and teach for Hours, knowing fully well that I'll ve to do it for days. I prefer to render free help on any coding issues ( we look at it together and we solve it, it will not seems to you like am performing magic) than collect money for teaching. Like I always tell them. JUST START, challenge yourself to little projects. You 'll be surprise by your level of progress in just one month feel free to send me mail for books, support, e.t.c. It's always my pleasure. -SAFE |
I've only used the Drupal once, no module created, no theme created. maybe my next project will suffer it. since I ve done some Joomla modules I believe it fun learning it. the good part of starting now it is that I'll have enough people to ask questions about it. If need be. I know I can count on my guy OmniPotens:the hook don catch me, so let's hope you get hooked soon, ![]() |
I believe u guy know the website up and running. |
Guys, I've been busy setting up my own hosting company, I am happy to tell everyone that I am LIVE. If you need to host your website, you can count on us. Our Server is in USA, and it's very fast & reliable, when you host with us, your website will be on the same server with notable website like Harvard University, e.t.c. for as low as 10k you will ve a 1 GB space, with a capability of hosting up to five websites on it, (unlimited Email, Un-metered Bandwidth,) and with just 3k, u will still get a space to host a website. I'm seriously working on the hosting website. About The Tutorial I'm merging all my tutorial into a book. for easy access for everyone and to speed up your learning pace. to be sincere, I've been too busy this days and I don't think I can continue the tutorial. but I promise to attend to any question asked. you can also forward any question to my mail. Thanks for you understanding. YIM is quadri20_wale call me on 08077796668 - SAFE |
kabarka:can you please make your question a little bit more clearer, or better still. explain it step by step. -Safe |
*dhtml:WORD |
@DHTML, when u come online, buzz me on my YIM, I'll feed you in |
OK, let's continue, Creating and Using Objects To create an instance of an object from a class, you use the "new" keyword in PHP, as follows: $myObject = new myClass; In this example, myClass is the name of a class that must be defined in the scriptusually in an include fileand $myObject becomes a myClass object. Multiple Objects You can use the same class many times in the same script by simply creating new instances from that class but with new object names. Methods and Properties The methods and properties defined in myClass can be referenced for $myObject. The following are generic examples: $myObject->myValue = "555-1234"; $myObject->myMethod(); The arrow symbol (-> made up of a hyphen and greater-than symbolindicates a method or property of the given object. To reference the current object within the class definition, you use the special name $this.The following example defines myClass with a method that references one of the object properties: class myClass { var $myValue = "Jelly"; function myMethod() { echo "myValue is " . $this->myValue . "<br>"; } } $myObject = new myClass; $myObject->myMethod(); $myObject->myValue = "Custard"; $myObject->myMethod(); This example makes two separate calls to myMethod. The first time it displays the default value of myValue; an assignment within the class specifies a default value for a property. The second call comes after that property has had a new value assigned. The class uses $this to reference its own property and does not care, or even know, that in the script its name is $myObject. If the class includes a special method known as a constructor, arguments can be supplied in parentheses when an object is created, and those values are later passed to the constructor function. This is usually done to initialize a set of properties for each object instance, and it looks similar to the following: $myObject = new myClass($var1, $var2); Using a Third-Party Class The best way to learn how to work with classes is to use one. Let's take a look at a popular third-party class written by me, which provides a comprehensive way to validate email addresses. see you in the next class, where we work around some classes that I've written. Thanks |
Class resumes On friday. 12/02/10. see you later. |
What is happening to Nairaland, * Banning DHTML, * Yawatide, * I can't even comment about DHTML and YAWATIDE incident (no reply button) * Now a conference we planned together on Nairaland suddenly grew wings and fly off, at least we should respect d conference to a certain level if we truly want it's success. I've suddenly develop cold feet. ( cos I don't know maybe when next I come to Nairaland my system will jus shutdown. LOL )- SAFE |
Is it a revolutionary device that will change personal computing forever, or an overpriced toy that will lock those foolish enough to buy one into a closed software ecosystem? NB: 1, no USB, no Flash, no multi tasking 2, no removable storage, non-removable battery 3, price$:499.99 |
Thanks everyone, I just restore my system, I had to format and restore to factory default, am setting up my enviroments and doing some installation. will continue the tutorial ASAP. -SAFE |
how will you settle the person that gave you the link to the job, u know this Naija. Charge as u feel u're worth and as the situation warrant it. -SAFE |
angelo5uk:are you the one flashing them? how did you manage to know who they flashed or not? the only place online that I gave out my number was on nairaland. so am thinking they got their latest sets of numbers from here. Let's beware. |
The useless numbers are flashing my both line since friday, they even went as far as sending me a text message to call back. I my roommate called they swept out N50 b4 he knew what was happening. Nigerians Beware!!! |
@big star, Thanks and sorry for not telling you, I thought u knew. MY BAD -SAFE |
naijaweb:those thre columns, will still be longer and they can contain more thing, I believe the video nad picture thing will come later, though I already have a class I wrote that can deal with any type of uploading. plus that is the home page other pages will vary base on what it will handle forget twitter lets focus on using facebook for now, create a group and event page for it lets join so you send us update, and I can also place a "FIND US ON FACEBOOK" Icon on the site Afam:for 1, 2 n 5 , I will try to be faster with the update so that at least, all links present now will have a page and will remove any empty one for now for 3, common man, how can you even think it going to be a static website, of course it's going to be dynamic. for 4, maybe you just register one for the sake of d conference (facebook) -SAFE |

made up of a hyphen and greater-than symbolindicates a method or property of the given object. To reference the current object within the class definition, you use the special name $this.