₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,326,373 members, 8,426,258 topics. Date: Saturday, 13 June 2026 at 11:47 PM

Toggle theme

Maekhel's Posts

Nairaland ForumMaekhel's ProfileMaekhel's Posts

1 2 3 4 5 6 7 8 ... 14 15 16 17 18 19 20 21 22 (of 26 pages)

EducationRe: 2014/2015 Direct Entry Admission, University Of Ibadan by maekhel(m): 9:27pm On Oct 11, 2014
maekhel:
thanks for ur response, bt I do hear people say UI does a 3 yrs diploma programme
responses frm UI students wl be grateful appreciated
WebmastersRe: Urgently Needed! A Mini Site by maekhel(m):
mastercee:
Hello fellow Nairalanders,

Please I urgently need a web designer that can help me design a good mini site. Anybody that can do this should please drop his contact detail (email or phone no).

Thanks
I can design the site to your taste, you can reach me on 07032047179 or meziemichael@gmail.com
I look forward to working with you.
WebmastersRe: Which Internet Provider Should I Use To Run The Backend Of My Site... by maekhel(m): 5:53pm On Oct 11, 2014
WebmastersRe: Is Being Self-taught A Realistic Aspiration? by maekhel(m): 5:30pm On Oct 11, 2014
Yea, am a testimony of self-taught, I learnt everything I know in web development today all by myself though I had and still have mentors whom I take advice from
EducationRe: 2014/2015 Direct Entry Admission, University Of Ibadan by maekhel(m): 5:17pm On Oct 11, 2014
brainwavy:
NO
thanks for ur response, bt I do hear people say UI does a 3 yrs diploma programme
Tech JobsRe: Please Who Can Assist Me With This MSC Assignment (PHP) by maekhel(m): 4:52pm On Oct 11, 2014
@OP is it that you dnt have ideas the languages? u are nt supposed to be lost in this cos it a simple and straightforward app. wat happen u done so far, let knw hw we can help u.
WebmastersRe: Fraudster Alert involving Hilary Iwenofu Of H.I.T Technologies by maekhel(m): 4:32pm On Oct 11, 2014
guru01:
wow again, this is the second thread am seeing in a week about @hilary defrauding people.
this us serious, Mods FP tins before another fall victim
Nairaland AdsRe: Discussion Of Nairaland's New Targeted Ads by maekhel(m): 3:45pm On Oct 11, 2014
Seun what does this mean: We accept payments of at least 10,000 naira.?
WebmastersRe: Error 404 - Page Not Found by maekhel(m): 11:46am On Oct 11, 2014
Joel3:
ERROR 404 - PAGE NOT FOUND
Why am I seeing this page?
How to find the correct spelling and folder
404 Errors After Clicking WordPress Links
How to modify your .htaccess file

i am getting this error

i need someone to help out. how do i edit .htaccess file to return none existing page back to home page. like the page not found it might have been move or deleted.huh?
can you be more explanatory
WebmastersRe: Fraudster Alert involving Hilary Iwenofu Of H.I.T Technologies by maekhel(m): 11:45am On Oct 11, 2014
Jregz:
I thought he has a reputation in the "webmaster board"........... huh
he should come out and defend himself na...he can't say he has not seen this thread
WebmastersAnyone Using Openadnation? by maekhel(op):
anyone using openAdNation should please explain how their payment is being done.
WebmastersRe: Help Him With Php Codes To Process His Form by maekhel(m): 8:43pm On Oct 10, 2014
something like this though it not validated and sanitized.
if(isset($_POST['join'])){
//collect data entered by user
$name = $_POST['name'];
$surname = $_POST['surname'];
$phone = $_POST['phone'];
$email = $_POST['email'];
$dob = $_POST['dob'];
$gender = $_POST['gender'];
$profession = $_POST['profession'];
$membership = $_POST['membership'];
$contact = $_POST['contact'];
$find = $_POST['find'];

// create message details
$subject = "Registration Details";
$body = "You have just registered on my site, your details below: " .\n. "Name: ".$name.\n
"Surname: ".$surname.\n
"Email: ".$email.\n;

mail($email, $subject, $body);
echo "Thanks for registering.";
}
you can read more about handling form in php: http://tutorialslodge.com/working-html-form-php/
WebmastersRe: Web Content Scattered After Upload To Live Server! Help by maekhel(m): 1:11pm On Oct 10, 2014
Raypawer:
It works!

winks maekhel....!
am glad it was useful to u. you can also drop your comment on my blog.
ComputersPrinciples Of Wide Area Network Implementation by maekhel(op): 1:00pm On Oct 10, 2014
WANs generally help connecting numerous smaller
networks, including LANs and MANs. WAN is
expected to be stretched because of the
requirement to cover multiple cities, even countries
and continents. Some WANs are immensely
widespread across the globe, but the majority does
not supply accurate worldwide exposure in terms of
coverage and connection. In implementing a WAN,
the following guiding principles are employed:
a) Deploy consistent WAN services.
b) Consider WAN services during branch application
design.
c) Consider the WAN as an end-to-end application
delivery service.
d) Deploy embedded WAN services first, then
special appliances.
e) Appliances last resort: If a WAN service is not
available as an embedded service within branch
and/or aggregated router only deploy the appliance.
f) Broadband First: For new branch offices, seek
broadband connections first before alternative WAN
transport services.
source: http://tutorialslodge.com/principles-wide-area-network-implementation/
EducationRe: 2014/2015 Direct Entry Admission, University Of Ibadan by maekhel(m): 12:37pm On Oct 10, 2014
please does UI have any diploma program that will admit into 200l wen completed.
ComputersVirtual Circuits by maekhel(op): 11:30am On Oct 10, 2014
A Virtual Circuit is a logic circuit created within
shared network between two network devices. Two types of virtual circuits exists: switched virtual circuit and permanent virtual circuit. Switched Virtual Circuits (SVC) is a virtual circuit that is dynamically established on demand and terminated when transmission is complete.
Communication over an SVC consists of three
phases: circuit establishment, data transfer and
circuit termination
continue reading: http://tutorialslodge.com/virtual-circuits/
WebmastersRe: Facebook Ads Tool by maekhel(m): 10:20am On Oct 10, 2014
olicgad:
you mean if i chose south africa rand the will still bill me in dollar?
wat I meant ws dat u will be billed the amount equivalent in dollars. Eg: if $1 = N5, if u r applying for ads dats worth $2 in Nigeria currency u will have to pay N10.
WebmastersRe: Web Content Scattered After Upload To Live Server! Help by maekhel(m): 10:13am On Oct 10, 2014
Raypawer:
Bro Thanks so much!

great tutoring!!


is that ur blog?
thanks. yes its my blog
WebmastersRe: Facebook Ads Tool by maekhel(m): 8:58am On Oct 10, 2014
olicgad:
thank you but i don't want to pay in dollars because is costly i want to be billed in any low currency
d
no matter the currency you chose it will still be the dollar equivalent.
WebmastersRe: Web Content Scattered After Upload To Live Server! Help by maekhel(m): 7:53am On Oct 10, 2014
Raypawer:
WordPress Bro
did you move it from local server to your live server correctly? read http://tutorialslodge.com/how-to-move-a-local-wordpress-blog-to-a-live-server/ for how to move it correctly
WebmastersRe: Web Content Scattered After Upload To Live Server! Help by maekhel(m): 4:56am On Oct 10, 2014
Raypawer:
hi guys, immediately i upload my web content to a live server it will scatter.

i used cms with xampp but i seem not to understand what actually is the cause of the problem

below is a screenshot of how it has scattered the menu bar. i have uploaded the content twice, i changed the database, change the db_users, yrt, the same problem insists. Pls gurus, help me out.
It seems like your style sheet is not being loaded. what CMS did u use?
WebmastersRe: Recommend A Wordpress Theme by maekhel(m): 4:51am On Oct 10, 2014
bakenda:
Good day all,

Need some recommendation of a premium wordpress magazine theme
with 3-columns, left and right sidebars and centre column, magazine
style, similar to punchng.com

You can just post the link here.

Thank you.
search wordpress theme repository https://wordpress.org/themes/
ProgrammingUse Of Case In Vb.net by maekhel(op): 4:17am On Oct 10, 2014
You have to get a value from the user and
respond in several different ways, but you’re
not looking forward to a long and tangled
series of If…Then…Else statements. What
can you do?
If your program can handle multiple values
of a particular variable and you don’t want
to stack up a lot of If Else statements to
handle them, you should consider Select
Case.
continue reading: http://tutorialslodge.com/use-case-vb-net/
ProgrammingA Dice Program by maekhel(op): 4:10am On Oct 10, 2014
This program is similar to the dice program
except that we have added animation to the
program. To add the animated effect, you
need to include the timer control into your
program. In the timer’s properties windows,
set the timer enabled property to false and
the interval to 10. You can change the
interval to any number you want.
Under the roll dice command, set the timer
to enabled. You also need to create a
subroutine and name it as roll. Under the roll
subroutine, enter the code that display the
different faces of the dice. To create the
animated effect, you need to declare a global
variable x and assign an initial value of 0 to
it, then include the statement x=x+10 so
that the value of x increase 10 units after an
interval of 10 milliseconds. Finally, enter the
statement under the timer subroutine . This
code is to stop the timer. When you click the
button roll dice, you will see that faces of the
dice changes and then come to a stop.
If x < 1000 Then
roll
Else
Timer1.Enabled = False
End If
The Design Interface
The Run Time Interface
The code
Dim x As Integer
Sub roll( )
x = x + 10
Randomize Timer
n = Int(1 + Rnd * 6)
For i = 0 To 6
Shape1(i).Visible = False
Next
If n = 1 Then
Shape1(3).Visible = True
Shape2.FillColor = &HC0C0C0
End If
If n = 2 Then
Shape1(2).Visible = True
Shape1(4).Visible = True
Shape2.FillColor = &H8080FF
End If
If n = 3 Then
Shape1(2).Visible = True
Shape1(3).Visible = True
Shape1(4).Visible = True
Shape2.FillColor = &H80FF&
End If
If n = 4 Then
Shape1(0).Visible = True
Shape1(2).Visible = True
Shape1(4).Visible = True
Shape1(6).Visible = True
Shape2.FillColor = &HFFFF00
End If
If n = 5 Then
Shape1(0).Visible = True
Shape1(2).Visible = True
Shape1(3).Visible = True
Shape1(4).Visible = True
Shape1(6).Visible = True
Shape2.FillColor = &HFFFF&
End If
If n = 6 Then
Shape1(0).Visible = True
Shape1(1).Visible = True
Shape1(2).Visible = True
Shape1(4).Visible = True
Shape1(5).Visible = True
Shape1(6).Visible = True
Shape2.FillColor = &HFF00FF
End If
End Sub
Private Sub Command1_Click()
Timer1.Enabled = True
x = 0
End Sub
Private Sub Timer1_Timer()
If x < 1000 Then
roll
Else
Timer1.Enabled = False
End If
End Sub
source: http://tutorialslodge.com/animated-dice-project/
WebmastersRe: How Do I View Wordpress Site On Mobile In Local Environment? by maekhel(m): 4:07am On Oct 10, 2014
Picomon:
Thanks so much for this. You rock.
you are always welcome
WebmastersPhoto Album In Php/mysql by maekhel(op): 8:56pm On Oct 09, 2014
In today tutorial, I will be showing how to create a photo album in PHP/MySQL. Before we get started, below is what our final output will look like.
So let’s get started.
Database Structure
First we create our database and tables. We will be needing two tables: photos and albums. The photos table will hold our photo details while the albums table will hold the albums details.
continue reading:http://tutorialslodge.com/photo-album-phpmysql/
WebmastersRe: How Do I View Wordpress Site On Mobile In Local Environment? by maekhel(m): 8:51pm On Oct 09, 2014
Picomon:
Thanks for the reply. I'm using mozilla firefox. Which tool is dat? How can I use it?
goto: menu > Developer > Responsive Design View
WebmastersRe: Wordpress Theme Installation Problem, Pleasee Help. by maekhel(m): 6:15pm On Oct 09, 2014
open style.css to see if it contains the correct WordPress theme declaration.
WebmastersRe: Own Your Own Online Store Within Days! by maekhel(m): 4:55pm On Oct 09, 2014
bestdeals0:
i need it seriously..hw much?
contact 07032047179
WebmastersRe: Blogger templates by maekhel(m): 12:12pm On Oct 09, 2014
Jregz:
U GO OLD!!!!!!!!!!!!!!!111 grin grin grin grin grin grin grin
abi na
WebmastersRe: How Do I View Wordpress Site On Mobile In Local Environment? by maekhel(m): 12:08pm On Oct 09, 2014
Picomon:
Hello guys, I'm developing a wordpress platform in my local environment. I want to be able to view the site on my mobile in my local environment.

How can I go about that? I'm using wampserver.
wch web browser are u using ? FF developer tools has responsive design from wch u can view your design on various screen sizes.
WebmastersTech Bloggers Come In by maekhel(op): 10:44am On Oct 09, 2014
Good day Nairalanders, am using this medium to invite interested tech bloggers for banner exchange. With banner exchange on our blogs, we build back link and at the same time drive traffic to our blogs.
note: this is for only tech bloggers.
I run www.tutorialslodge.com interested bloggers should indicate here and put blog link.

1 2 3 4 5 6 7 8 ... 14 15 16 17 18 19 20 21 22 (of 26 pages)