Maekhel's Posts
Nairaland Forum › Maekhel's Profile › Maekhel's Posts
1 2 3 4 5 6 7 8 ... 14 15 16 17 18 19 20 21 22 (of 26 pages)
maekhel:responses frm UI students wl be grateful appreciated |
mastercee: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. |
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 |
brainwavy:thanks for ur response, bt I do hear people say UI does a 3 yrs diploma programme |
@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. |
guru01:this us serious, Mods FP tins before another fall victim |
Seun what does this mean: We accept payments of at least 10,000 naira.? |
Joel3:can you be more explanatory |
Jregz:he should come out and defend himself na...he can't say he has not seen this thread |
anyone using openAdNation should please explain how their payment is being done. |
something like this though it not validated and sanitized. if(isset($_POST['join'])){ |
Raypawer:am glad it was useful to u. you can also drop your comment on my blog. |
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/ |
please does UI have any diploma program that will admit into 200l wen completed. |
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/ |
olicgad: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. |
Raypawer:thanks. yes its my blog |
olicgad:d no matter the currency you chose it will still be the dollar equivalent. |
Raypawer: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 |
Raypawer:It seems like your style sheet is not being loaded. what CMS did u use? |
bakenda:search wordpress theme repository https://wordpress.org/themes/ |
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/ |
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/ |
Picomon:you are always welcome |
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/ |
Picomon:goto: menu > Developer > Responsive Design View |
open style.css to see if it contains the correct WordPress theme declaration. |
bestdeals0:contact 07032047179 |
Jregz:abi na |
Picomon:wch web browser are u using ? FF developer tools has responsive design from wch u can view your design on various screen sizes. |
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)
?