₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,326,356 members, 8,426,204 topics. Date: Saturday, 13 June 2026 at 08:48 PM

Toggle theme

Maekhel's Posts

Nairaland ForumMaekhel's ProfileMaekhel's Posts

1 2 3 4 5 6 7 8 ... 10 11 12 13 14 15 16 17 18 (of 26 pages)

WebmastersRe: I Would Like To Advertise On Your Website by maekhel(m): 8:19am On Dec 22, 2014
tutorialslodge. com
WebmastersRe: Bootstrap 3.1.1 by maekhel(m): 8:15pm On Dec 21, 2014
jboy01:
thanks, I have downloaded it from there
you are most welcomed
WebmastersRe: Bootstrap 3.1.1 by maekhel(m): 9:33am On Dec 21, 2014
jboy01:
Pls I need a compressed version of bootstrap 3.1.1. My email is latyfsoftware@gmail.com.
you can gt it here: www.getbootstrap.com
WebmastersRe: Web Designers Urgently Needed by maekhel(m): 4:43pm On Dec 20, 2014
Newsi:
Blog developers drop your email address, bbm pin or whatsapp number. I'll contact you immediately.
whatsapp: 07032047179
BBM: 76A38DB6
WebmastersRe: Everybody Please Submit Your Website Url For Indexing In A New Search Engine!! by maekhel(m): 4:41pm On Dec 20, 2014
WebmastersRe: How To Create Responsive Website From Scratch by maekhel(op): 12:20pm On Dec 18, 2014
cbrass:
Ok I will comment....hmmm but who will afford to wait till am tru with their design from scratch and can they afford it huh undecided
that true sha...bt its gud to know how to (just incase)
WebmastersRe: How To Remove Localhost From My Site ? by maekhel(m): 10:53am On Dec 17, 2014
princejude:
I designed a wordpress site with wamp server on localhost (my PC). The web address on my computer is localhost/mysite . After uploading the site and database to an online server, it is only the home page "www.mysite.com" that is opening. If I click any other page(eg about page), it will display "404 page not found" and the web address in the address will be localhost/mysite/about . But if I put the wamp server online the address with localhost/mysite will open.
To solve this, go to phpMyAdmin on ur live server, click on your database name and then click on SQL from the top menu, then paste the query below in it.
UPDATE wp_post SET post_content=REPLACE(post_content, 'localhost/mysite', 'www.yoursite.com');
Remember to change www.yoursite.com with yor actual site URL.
courtesy: http://tutorialslodge.com/how-to-move-a-local-wordpress-blog-to-a-live-server/
WebmastersRe: Directory Of Web Programmers Based In Lagos by maekhel(m): 9:53am On Dec 17, 2014
Name - Chimezie Michael (maekhel or mezie)
Skill - Web developer
Level - intermediate
Languages - HTML, CSS, PHP, MySQL, JavaScript
Contact - 07032047179
Websites - www.myketech.net
Location - Ikorodu
WebmastersRe: Help, Cant Insert Data Into MYSQL Database Table by maekhel(m): 7:20am On Dec 06, 2014
neowelsh:
query failed is the error i got, which is the error echoed is the data are not inserted into the database, am believing that, the concatenation between the course code and the check box is not working. have you done any work on course registration before?
fill d form and try echoing out the insert query like this:
echo $sql;
then paste wats echoed here
WebmastersRe: Help With Open Cart Module Please by maekhel(m): 7:12am On Dec 06, 2014
WebmastersRe: Help.... Opencart Gurus In The House by maekhel(m): 8:48pm On Dec 05, 2014
check ur config. php files very well and make sure ur path are correct.
WebmastersRe: Help, Cant Insert Data Into MYSQL Database Table by maekhel(m): 4:20pm On Dec 04, 2014
neowelsh:
hello Mr. maekhel thanks for your reply, however have tried the code but yet got the same error. what do you think might be wrong?
whats the exact error you are getting
WebmastersRe: Help, Cant Insert Data Into MYSQL Database Table by maekhel(m): 2:58pm On Dec 03, 2014
update your codes to look like below:
<?php
// first make sure the register button has been clicked
if(isset($_POST['submit'])){
$matno = $_POST['matno'];
$session = $_POST['session'];
$level = $_POST['level'];

$sql = "INSERT INTO register(Matno, CourseCode, Level) VALUES ('$matno','$session','$level')";

if (mysql_query($sql,$EE))
{
echo '<script type="text/javascript">alert("Query Successful, add another student"wink;window.location=\'addcourses.php\';</script>';
} else echo"query failed";
mysql_close($EE);
}
and lets see
WebmastersRe: Help, Cant Insert Data Into MYSQL Database Table by maekhel(m): 5:21pm On Dec 02, 2014
neowelsh:
should i paste my codes? i think am getting something wrong.
Yes paste your codes, will make it easier to point u in d right direction
ProgrammingRe: [Programming Help] Html Experts Urgently Needed by maekhel(m): 11:36pm On Dec 01, 2014
is the pictures folder in d same folder that contains ur html files?
ProgrammingRe: What Platform Do You Use For Web Development by maekhel(m): 11:21pm On Dec 01, 2014
I use:
IDE n Editor
aptana studio
notepad ++
frameworks:
CI
CMS
wordpress
Joomla
Drupal
Others
bootstrap
JQuery
WebmastersHow To Create Responsive Website From Scratch by maekhel(op): 10:48am On Nov 28, 2014
Sometimes ago I wrote on Responsive Web Design where I discussed the need of having a responsive website that scales well on every devices and some of the fundamental of responsive web design. I today’s tutorial, we are going to put those fundamentals into practice. Am going to show you How To Create Responsive Website From Scratch.
Though there are lots of frameworks like Twitter Bootstrap, Foundation etc, that can be used to create a responsive website with less work. But in this tutorial, we are going to create responsive website from scratch. You can read my other posts on Twitter Bootstrap.
Let get this started. For the purpose of this tutorial we will be considering devices with the following screen sizes.
320px
We will be needing just two files: index.html and styles.css. A good thing about responsive web design is that you can use a single css file and the file will contain all the styling for all the targeting devices. Open your favorite text editor and paste the following code snippets in it and save as index.html.
continue reading: http://tutorialslodge.com/create-responsive-website-scratch/
WebmastersRe: HTML5 Form Features by maekhel(op): 3:42pm On Nov 27, 2014
Raypawer:
i sent a mail to you.. wink

via nairaland mailing system...
seen and replied.
WebmastersRe: Can't Log In To Wordpress Dashboard After Mistakenly Changed Url To HTTPS by maekhel(m): 10:01am On Nov 27, 2014
where did u changed the url?
WebmastersRe: Anyone Using Openadnation? by maekhel(op): 8:32am On Nov 27, 2014
preciousy000:
You should not used this ads network, they will waste your time and your hardwork. I make over 25 thousand naira but my account got suspended in the day of payment. Be warn!
tanks for the info
WebmastersHTML5 Form Features by maekhel(op): 9:21am On Nov 26, 2014
Sometimes ago I wrote a tutorial on Introduction to HTML5, where I discusses the new document structure elements introduced in HTML5. In today’s tutorial, we are going to look at some of HTML5 Form Features. This is going to be straightforward tutorial, explaining each of these features and how they can be used. We will now look at them below:
Search Input Field
The search input field is used when you want to present a users with a search form field. The search input type displays a text input field that may visually differ from that of a regular text field, based on the stylistic conventions of the platform.
<input type="search" name="string">
<button type="submit">Search</button>
continue reading: http://tutorialslodge.com/html5-form-features/
WebmastersRe: Let's Exchange Links by maekhel(m): 11:26am On Nov 25, 2014
teamup:
the Captcha on your site is not showing
its showing, try reloading the captcha
WebmastersRe: Let's Exchange Links by maekhel(m): 8:49am On Nov 25, 2014
WebmastersRe: Who Is The Best Webmaster On Nairaland? by maekhel(m): 8:25am On Nov 25, 2014
#following...we wey neva build anything...Enjoying dis
WebmastersUnderstanding Bootstrap 3 Grid System by maekhel(op): 8:44am On Nov 24, 2014
Bootstrap 3 introduces a new grid system, with four tier of grid classes (phones, tablets, desktops and large desktops). This allows us to create flexible and awesome layouts for each of our target devices. In this tutorial, we will be looking at: Understanding Bootstrap 3 Grid System.
Bootstrap 3 introduces the responsive mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases.
Bootstrap 3 Grid System
Bootstrap 3 Grid System Extra small devices
Phones (<768px) Small devices
Tablets (≥768px) Medium devices
Desktops (≥992px) Large devices
Desktops (≥1200px)
Max container width None (auto) 750px 970px 1170px
Class prefix .col-xs- .col-sm- .col-md- .col-lg-
Max column width Auto ~62px ~81px ~97px
Gutter width 15px on each side of a column (i.e. 30px)

As you can see from above, elements having a class of .col-sm- will not only affect its styling on small devices (tablets) but also on medium and large devices having screen size greater than or equal to 768px if .col-md- and .col-lg- class is not added to that element. So also, .col-md- class will not only affect the styling of elements on medium devices but also on large devices if .col-lg- class is not added to the element.
Rules of Using Bootstrap 3 Grid System
You must place all rows within a .container class (for fixed-width) or .container-fluid class (for full-width) for proper alignment and padding.
Use rows to create horizontal groups of columns by adding .row class to the element.
Columns must be placed within rows and must have class like .col-md-5.
Content should be placed within columns.

The code below shows how the grid system is used.
<div class="container">
<div class="row">
<div class="col-md-6">

Column One

</div>
<!-- end of .column 1 -->
<div class="col-md-6">

Column Two

</div>
<!-- end of .column 2 -->

</div>
<!-- end of .row -->

</div>
<!-- end of .container -->
Thanks for reading, I hope this tutorial was helpful. If you are new to Twitter Bootstrap, you should read my other tutorials on Twitter Bootstrap:
Introduction To Twitter Bootstrap 3
How To Create A Website With Bootstrap 3
source: http://tutorialslodge.com/understanding-bootstrap-3-grid-system/
EducationRe: UNN Direct Entry by maekhel(op): 10:55am On Nov 23, 2014
please I need your response on this.
EducationUNN Direct Entry by maekhel(op): 8:07pm On Nov 22, 2014
Good day fellow Nairaland, please I need clarification on this issue. I want to apply for UNN DE next, I have ND in computer science and want to apply for computer science in UNN through DE. The problem now is that I checked their admission requirement for computer science and they said ND in data processing. Please I need clarification on this, does this mean I can't apply with my ND computer science?
WebmastersRe: Opencart Users Please Advice. by maekhel(m): 6:15am On Nov 22, 2014
osile2012:
[size=15pt]Na for common advice una dey give out all this phone numbers? Thanks, i sorted it out.[/size]
lol...dats nairaland fr u, trying to take advantage of d slightest opportunity
EducationRe: University Of Nigeria (UNN) Direct Entry Aspirant 2014/2015 - Let's Meet Here. by maekhel(m): 10:30am On Nov 21, 2014
Is there anybody that applied for computer science through DE. Pls signify I need some info from you. Thanks.
WebmastersRe: How To Create A Website With Bootstrap 3 by maekhel(op): 9:54am On Nov 21, 2014
seaman007:
I need to creat a domain and hosting.
How much will u charge me
07032047179 whatsapp let chat or meziemichael@gmail.com

1 2 3 4 5 6 7 8 ... 10 11 12 13 14 15 16 17 18 (of 26 pages)