LaiveNg's Posts
Nairaland Forum › LaiveNg's Profile › LaiveNg's Posts
1 2 3 4 5 6 7 8 9 (of 9 pages)
User login page...
|
Advertiser's profile page...
|
The registration page...
|
Hello fellow webmasters! It's been a while since I posted on Nairaland. Like you, I've always been busy looking for ways to improve the world. Web masters are indeed hardworking! . I have taken my time to study and observe different classified scripts on the web, especially the open source ones, and there is one general thing i have observed: They all lack a basic touch of social features. Classified websites should have features that will facilitate advertiser-buyer interaction such as private messaging, chatboxes among others. This way, the advertiser does not necessarily need to check his mail box for messages from potential clients; he gets them within the site. . Also i have also observed that some Nigerians who are interestied in starting classified website businesses are usually not able to afford foriegn classified scripts considering the high exchange rates. The good news is that i am almost done with building a very user-friendly classified website. . Advantages of the script: 1. You'll get support from me. The script is my "child" and any support you'll need regarding the script will be readily available. . 2. The script wiil be highly affordable so that you can happily run your own jiji-like website and make money. . 3. New features will be added regularly to improve the user experience. . 4. And lots more! . |
Naratanla:True... But I think it all boils down to competence. Any developer with competence can handle the same project a company will handle and still deliver perhaps better results. Talking about time, no good developer takes time into much consideration when developing. That's the main reason people rush over developing web applications and end up with lots of security loopholes. Since there is always a later price to pay when things are rushed over, I personally like to focus more on the quality of my projects and not on speedy delivery of projects. |
sparkle6:This one is serious... ![]() |
sparkle6:Not considering a partnership deal? |
webapi:DOPE POINT... |
Hello fellow Nairalanders, I am a web developer with over 4 years of experience in the field. I have been developing real web content management systems, sometimes just for fun and sometimes to help small businesses and friends. With my knowledge of frameworks, it has always made things much easier. However, I am hoping to start an online business of my own but basically I lack ideas of what business to start. Truth is, I need a business that my skills will prove to be useful. I have tried freelancing and all that but it appears it's taking longer than necessary for me to be recognized. If you have ideas, I'll appreciate if you could share them with me via text since sharing them here will make them public. 07014509524 (No Whatsapp) |
Let the fools become your victims.. smh |
I'm still available |
Hello, my name is Etom, I am a Web developer with sound knowledge of the Codeigniter PHP framework. I already have more than 3 half completed Codeigniter based projects: a classified script, an e-Election script, a school database manager, etc. Currently, I am making plans to launch a new platform in Nigeria which almost everyone will like, but I do not want to do it all alone because two or more good heads are better than one. If you have good knowledge of Codeigniter and are interested to be a part of the group reach me on whatsapp: 09055589180 |
If it works, let me know. 1k glo airtime very important. |
And also check this place: $mail_data = array('to' => $to, 'sub' => $subject, 'msg' => 'otp', 'token' => $token) ; I think you should use the session array value instead of the $token. So I think your code should read thus in this section: $mail_data = array( 'to' => $to, 'sub' => $subject, 'msg' => 'otp', 'token' => $_SESSION['otp_token']) ; |
I think you should first change $messagetext = urlencode( 'token Code: $token' ) ; To $messagetext = urlencode( "token Code: $token" ) ; Notice the double quotes. Let's Start here. |
fineboynl:That's not the issue. My replies on Whatsapp are only for important messages. I have replied yours. |
Let me see your code and the error message being spit out. Whatsapp 09055589180 Voice call 07014509524. |
Hello, my name is Etom. I do Web development as one of my means of earning extra. However, I am yet to host most of my recently completed projects online. If you're interested in working with me to deliver your project at a highly affordable rate. Reach me via What'sapp : 09055589180 or voice call : 07014509524 |
I am interested. I am a Web developer. But what "platform" are we talking about here? |
Ensure you add session_start() on the very top of the page you wish to use the session variables. And also, PHP session values are usually accessed using $_SESSION['your_key_here']; AND NOT $_SESSION['dummy_stuff']['your_key_here']. |
Your idea is vague; it's not clear what you want to do. Normally an SMS API should have parameters to help you make requests. Simply use urlencode() function to encode the parameters you'll be sending to the URL. |
. |
Hi, my name is Etom. I do Web development, specializing in PHP and MySQL. I am proficient with the CodeIgniter PHP framework and currently have to my credit 4 projects almost fully completed. I am ready to work with any legitimate group remotely to enable me gain more experience and generate some extra income. Kindly reach me on 07014509524 |
Hi, my name is Etom. I do Web development, specializing in PHP and MySQL. I am proficient with the CodeIgniter PHP framework and currently have to my credit 4 projects almost fully completed. I am ready to work with any legitimate group remotely to enable me gain more experience and generate some extra income. Kindly reach me on 07014509524 |
IsaacBuchi:In simple words, it doesn't affect the "ordinary user". But it just makes sense when you compare pages here with conventional book pages. When you click a link with page number 1, then it is expected that the value on your address bar should also reflect 1: e.g. www.mysite.com/thread/page/1. That would make much sense to an "experienced" user than seeing www.mysite.com/thread/page/2 when you actually clicked on page 1. |
Seun:I doubt this point... Page links should match with what a user (and perhaps a searchbot) sees in the URL to avoid issues especially when links are shared. |
Some may attribute this to spiritual forces, but I tell you, most deaths wouldn't have been if only we take our health seriously. It could be that he took something in order to get 'high' or he was poisoned. Rest in peace brother. |
Some may attribute this to spiritual forces, but I tell you, most deaths wouldn't have been if only we take our health seriously. It could be that he took something to get 'high' or he was poisoned. Rest in peace brother. |
Doerstech:That's a cool idea, but when it comes to learning in the modern world, distance is not an issue. |
I keep telling people that there is no gift that's as valuable as the gift of life. Life is given by the Supreme Being as a gift. And every gift has a limit that no one can explore beyond. It would be very wise if you avoid living the life that others want you to live. Your life is yours and not your Dad's. Live it to your taste! This story of yours has succeeded in presenting an x-ray into one of the core reasons why our country may take "longer than neccessary" to develop and compete favourably with the international arena. Coming back, I also once thought I'll study medicine, but today, I'm here in UNICAL, doing Public Health; and I am in love with it. No one chose it for me. Common, just be mature enough to always stand by your opinions. Like a fellow above said, your dad won't be there when you'll be facing the "pains" of studying medicine. Be wise!!! |
Signup! |
Developing a website from start can be fun because the developer becomes completely in control of the features he wants to have in the website. However, it becomes tedious when certain features become difficult or time-consuming to implement. This difficulty gives a typical web developer sleepless nights since he/she has to think deeply on a way forward. Into this mix comes a solution that frameworks offer. Frameworks make web development not only easy and straight forward, but fun-packed as well. A good web development framework "supplies" you with virtually all the tools you'll need to build any website: a forum, blog, news portal, social media, job portal -- you name it. All you need is to locate the right tool and start using it! Did I mention you won't even spend unnecessary time in a project if you use a good framework? Well, it's quite obvious you won't because a framework makes your work over 10 times easier than when you code from scratch. I am using this medium to therefore urge you to sign up for my course on CodeIgniter. This course will teach you step by step how to use Codeigniter to build your web projects. You won't have to do things the complex way after completing this course. Perhaps you've attempted to learn CodeIgniter at some time and then quitted because you felt the framework was difficult to learn. No worries! As humans, we react differently to things we've never been exposed to. But with time, we adapt. CodeIgniter is quite simple, all you need is the right resources to help you learn it better and faster. The course will be organized through Whatsapp and only registered members will be given the Whatsapp number to start receiving the lecture. The course goes for N15,000. REQUIREMENTS: 1. Applicants must have a prior knowledge of PHP and MYSQL 2. Applicants must have a Whatsapp supported device 3. Applicants must have a PC or Tablet/Phone that can run a local web server 4. Applicants must have an interest in web development. 5. Applicants must understand the difference between web development and web design Reach me on 07014509524 |
