₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,010 members, 8,419,917 topics. Date: Thursday, 04 June 2026 at 07:22 AM

Toggle theme

Dwebdesign's Posts

Nairaland ForumDwebdesign's ProfileDwebdesign's Posts

1 2 3 4 5 6 7 8 9 10 (of 19 pages)

BusinessRe: Naira Appreciates Against The Dollar by dwebdesign(m): 8:47pm On Oct 14, 2015
Am happy to hear this. Goodnews about my country Nigeria in a long time. change will come and stay. A better and true giant of africa will rise again and the day when naira was stronger in value to the $ dollar will come. Am not dreaming. I believe In Nigeria.
WebmastersRe: A Web Designer Needed Urgently. by dwebdesign(m): 5:44pm On Oct 11, 2015
onihaxy:
[b] onihaxy Media is seeking for the service of a web designer who will help us in hosting and designing a website and which will be left for us to manage by ourselves after the design and hosting. the website will have the following features.
* a (.com) hosting
* complete optimization for both desktop and mobile
* complete disabling of copy and paste, select all, and printing of all the content on the pages on both mobile and PC.
* newsletter for email and SMS
* a username and PIN log in box on some selected pages
* Auto generation of 7 digits pin to users whose application/payment has been confirmed. this is the pin to be used by users to access some restricted pages.
* specific pins been generated to any user should be used for logging in for just 7 attempts just like waec/neco cards.
* A secure e-commerce/online payment service
* an android application with full functions as web.
if you can render All of the service mentioned above, kindly contact me on
oluwoleoniha@gmail.com
08069816682
568D8E0A [/b].
You need a good website designer or an a developer skilled in website designing languages to build a website for you at cheap and affordable price.?

We will help you build your website with custom features, a professional touch, a mobile friendly and search engine optimised( SEO) website.

No matter how big or complex your website project is, we will handle it for you, we have done that and are willing to share our portfolio with you.

Contact us today.


Mobile: 08133884165

WhatsApp: 08133884165

BBM: 2BB63350

We are skilled with expert level knowledge in languages as:

HTML/HTML5,

CSS/CSS3,

PHP, MYSQL,

Javascript/Jquery,

JqueryMobile,Bootstrap.

CMS(content management systems)-> (WordPress, Joomla, Opencart, Magento, Whmcs, Drupal and Pulse Cms, blogger ).
WebmastersRe: Webmasters Review This Site by dwebdesign(m): 12:53pm On Oct 11, 2015
in addition , to display the message on the same contact page that hosts the form,

in your form, let the action attribute value be empty, so that the form posts to itself, like this

<form method="post" action="" id="contact-form" class="porfolio_form" />

<!--YOUR FORM FIELDS HERE-->

</form>

<?php

//then your php codes

then the message to display if no error and if data submitted is valid.
?>

hope this helps.
WebmastersRe: I Need Help In Joomla by dwebdesign(m): 12:47pm On Oct 11, 2015
develop a custom module for the result checking, you will need understand the development aspect of joomla to do this.

Alternatively, you can hire a joomla developer to develop it for you. I am one.

contact with details below at my signature.

happy sunday.
WebmastersRe: Learn CSS 3 For Free (tricks Included) by dwebdesign(m): 4:20pm On Oct 10, 2015
no primary knowledge of css? i think one should. css3 is a continuation of css2. so one should have a little knowledge of css before going advance.

a good initiative though, lets learn from you.
WebmastersRe: Webmaster Tools by dwebdesign(m): 4:14pm On Oct 10, 2015
Www.TheLogoNow.Com , comment on this: creative website, well blended colours, proper use of icons and easy to navigate.

A quick one, instead of using html5 video tags for the video on the homepage, i noticed it takes time to load, why not upload to youtube and then embed the code.

well one, well done.
WebmastersRe: Website Developer Needed To Design A Single Page HTML/PHP by dwebdesign(m): 4:09pm On Oct 10, 2015
i can build that for you according to your specification of PHP/HTML.

check contact details below at signature.
WebmastersRe: Web Developers, Can You Do This And For HOW MUCH? by dwebdesign(m): 10:05am On Oct 10, 2015
visited the website,

i can develop the website, will be ready in three days.

i have seen the features such as

>the background video which was muted so you don't hear the sound

>the jasny bootstrap offcanvas menu by the side, this does not toggle onMouseOut, i will make yours to toggle.

>every sections of the website is noted also and all the forms noted too.

contact :

whatsapp/mobile: 08133884165

BBM: 2BB63350
WebmastersRe: Anyone Who Knows How To Code Wordpress Should Assist Me I Need Help!!!!!!!!!!!!! by dwebdesign(m): 12:34am On Oct 09, 2015
to achieve that you need to understand the wordpress loop, and how to use the wordpress template tags and functions. just to help out,

when a wordpress site is initiated, certain loops run, one of the type is for the posts and also for custom post types.

just to be clear and help out, go to your loop.php, where the loop runs,

you should see

<?php if (have_posts()): while(have_posts()): the_post(); ?> // this is the loop. now next you use the template tags to structure the results of the loop/query.

to out just the titles of the posts alone linked to the single page for the post,

use the wordpress template tag, "the_title()" ,

and the link it up , so you have

<a href="<?php the_permalink();?>"><?php the_title();?></a>
then end the loop,

<?php endwhile;
endif;
?>
that will give you the layout.


for the image thumbnail, its all css.

you can contact me to write the template for you .

so the code looks like this all together:


<?php if (have_posts()): while(have_posts()): the_post(); ?>
<a href="<?php the_permalink();?>"><?php the_title();?></a>
<?php endwhile; endif;?>

then you use css for the image thumbnail on the single.php file, also you will need use wordpress function called the_post_thumbnail();

on a single post page, to achieve what is up there,

write in your single.php file,

<?php get_template_part('loop');?>
<?php the post_thumbnail();?>


thats all, if you don't understand, contact me below:
WebmastersRe: In Need Of Wordpress And Mediawiki Experts by dwebdesign(m): 9:22pm On Oct 06, 2015
Hi, I am a wordpress developer, i develop wordpress plugins and themes.

i just finished developing a wordpress plugin for businessdayonline.com that helps to query interswitch webpay service to know the status of transactions made by members subscribing to news updates monthly.

i can help you develop and teach you wordpress plugins development .

whatsapp: 08133884165

Mobile: 08133884165

BBM: 2BB63350
WebmastersRe: Hey Webmasters! Who Is Having Fun With "Google Fonts"? by dwebdesign(m): 10:02pm On Oct 04, 2015
in addition, to use it on your document after importing it from google.com/fonts,

apply it to any selector, to make it apply to the document , for example, and also give a fallback font
use:

html{
font-family: presido, sans-serif;
}

where presido is the google font name and sans-serif is the fallback.

good tutorial @roaringlamb01
WebmastersRe: lovely pic by dwebdesign(m): 9:04pm On Oct 03, 2015
creative coding! I Love working with API's alot.
good one bro
WebmastersRe: Need A Premium Theme Like Wrestlinginc.com, Who's Got It? by dwebdesign(m): 10:38am On Oct 02, 2015
I can help you develop the theme on wordpress. Custom theme.

If interested, contact:

Whatsapp: 08133884165
WebmastersRe: How Do I Get Ftp On Localhost by dwebdesign(m): 10:34am On Oct 02, 2015
You are on a local server, either xamp or wamp on windows or mamp on mac.

If you want to upload files to your public root, just copy and paste the file in your site installation folder. If in xamp, open htdocs folder, locate your website folder and paste the files as you need be. If using wamp same method just that you locate your website folder inside the "www" folder.


If you still prefer using ftp,

You will need locahost as the host alone.

Other fields will be empty.

You can still use port 21 though.

Hope this helps.
WebmastersRe: Undefined Error On Open Cart Website by dwebdesign(m): 10:29am On Oct 02, 2015
This has to do with the template you using for the opencart store.

What you need do is to trace where the error is coming from, from your theme files.

Use google console from your developer tool. It will show you the error and from where.

I can't point to the name of the file and code line because template differs.

Reply if still not able to solve it.
WebmastersRe: FREE PHP OOP( Object Oriented Programming) Tutorial. by dwebdesign(op): 4:19am On Oct 02, 2015
CLASS 1:

Object Oriented Programming is a programming technique that helps in writing reusable codes and cleaner codes.
What is an object? When a class is instantiated, an object is formed.
Let's relate with our environment to as to drive down the meaning of an object and a class.

Houses:

Before a house is built, there is a blueprint that shows the plan of the house, what it will contain, the rooms, the ways the house will function and the variables used in forming the house like cement and the rest, variables.

Though this is not the house(object) but a blueprint of how the house will look( a class).

From the illustration above, we know understand what it meant when its said that when a class is instantiated, we get the object of the class.

A class is like a blueprint for a house which is not real, the house built as a result of the blueprint (class) is the house (object),

It may be confusing at first, just follow along.

Let's start the coding so we understand more,

To create a class, use the keyword "class",

<?php

Class nairaland {

Function __construct (){

echo "hello, this is my first OOP class";

}

}

Now you have created your first class in PHP OOP.

Now, instantiate the class to get the object, and we do so below using the keyword "new" and the class name, so: we have,

new nairaland;

Let's store it in a variable, so we have

$firstclass= new nairaland;

the call the constructor function that runs always whenever a class is instatiated.

Do it like this:

echo $firstclass;

If done alright and all steps followed, you should have "hello, this is my first OOP class"

echoed out.

To understand that we are truly dealing with an object, do this test,

$var_dump($firstclass);

Or print_r($firstclass);

Okay, that's introduction,

Drop any question.
WebmastersRe: Type Your Website And Take Advice by dwebdesign(m): 5:37pm On Oct 01, 2015
make the height of this webpage 100%

just set in div you are using for the content in the middle, the height to 100% like
#div{
height: 100%
}

so that the remaining side of the site is not empty as it is now.

make more improvements though.
WebmastersRe: All Webmaster Please Assist by dwebdesign(m): 5:01pm On Oct 01, 2015
if i don't reply you @mackmanuel, it will show that all you are saying is true.

first and formost, someone did a whois search for you and gave you the DNS, yet you said whogohost said you are not hosted with them, please how is that possible yet the DNS prove different.

second, you asked for your hosting details which i sent to you. you gave the work to someone else and things got messed up, i know you don't care to tell others about this. and here you are saying i deleted your website?

thirdly, you delayed the work because of fund.

the hosting details you were asking for, did i not send it to you?

Please do not come up here to say things that are not true.

thanks.
ProgrammingRe: Need Your Help Urgently, Please Come In by dwebdesign(m): 11:30pm On Sep 30, 2015
you can use the ID in the database to get all the information.

create a form to accept the ID and the run an sql

then select all the information from the provided ID.


<form method="post" action="display_courier_info.php"/>
<input type="text" name="id" value="" placeholder="enter tracking ID to get tracking updates">
</form>

THEN IN YOUR 'display_courier_info.php' file that you will create,

RUN THE QUERY BELOW:

$id=echo $_POST['id'];

$sql= SELECT * FROM tablename WHERE id='$id' ;

$result=mysql_query($sql);

if($result){

echo $result;

}

else {
echo 'ERROR:' .mysql_connect_error();
}


I AM A PHP, MYSQL Web Developer and a WORDPRESS DEVELOPER( i develop custom plugins and themes ) and works with API's.
WebmastersRe: I Need Wordpress Premium Theme by dwebdesign(m): 11:13pm On Sep 30, 2015
Contact me, details at my signature.
WebmastersRe: [URGENT] Expert Landing Page Designer Needed! by dwebdesign(m): 11:13pm On Sep 30, 2015
webincomeplus:
I'm looking to hire a seasoned landing page designer to help me design a landing page for a premium e-book. I've already crafted the content for the page, so all I need is a compelling design that looks cool and professional.
The landing page would be embedded on a WordPress blog, and all side attractions (sidebars, header banner, top navigation menu, etc) must be eliminated. In addition, the design must be responsive, so that it will look aesthetically alluring on mobile devices as well.
If this is something you can do, send me an email (basicfreelance<AT>g.m.a.i.l.<DOT>com). Tell me your price, and send me links to landing pages you have designed in the past. This project is urgent, so act fast. I'll only be able to get back to people who tick my boxes in terms of expertise and pricing.
Thank you.
I CAN HELP YOU CRAFT THE PAGE AS YOU WANT.

CONTACT: 08133884165
WebmastersTo Bootstrapers, How To Customise The Navbar Component: A Short Class by dwebdesign(op): 8:54am On Sep 29, 2015
Morning, i just want to teach few that may need this tutorial, how to customise the bootstrap 3.x navbar component. what makes you different is your ability to customise the bootstrap 3.x components.

so lets start.

after linking to the bootstrap minified css file in your html document head tags,

create a new css file and call it custom.css or any name you want.

find the location of the css file your just created and link it up in your head tags like this

<link rel="stylesheet" href="PATH TO THE CUSTOM CSS FILE" />

Now open your body tags
<body>
<!--declare your navbar-->

<nav class="navbar navbar-new">
<div class="container-fluid">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">LOGO</a>
</div>
<div>
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">link 1</a></li>
<li><a href="#">link 2</a></li>
<li><a href="#">link 3</a></li>
</ul>
</div>
</div>
</nav>



</bod>


NOW, go to your css custom file,

and write,

.navbar-new{
background-color:#000080; /* or any color you want */
border-radius: 0 !important; /* to remove the rounded corner that comes with the bootstrap default navbar style*/
/*YOU CAN SPECIFY OTHER PROPERTIES AND VALUES*/
}

if you want to customise any other boostrap components, follow this pattern too.


hope this helps.

Am a boostrap 3.x Expert, I craft awesome UI for web apps.

contact for further talks.
WebmastersRe: help me Install A Nice Themplate/redesign My Blog by dwebdesign(m): 5:40pm On Sep 28, 2015
I can help you out. contact me

08133884165.
WebmastersA Short class On Css Pseudo Elements by dwebdesign(op): 9:29pm On Sep 26, 2015
To follow website developer, know about pseudo elements and classes?
today i want to share a short lesson on css pseudo elements.

these elements helps to create great design with less coding.

the pseudo elements are listed below:

1. the ::before pseudo element, this is use to display content before an html element is rendered on the browser.

for example, lets say you have a paragraph like this <p>how are you today</p>.

for example if you want to make some words appera before rending the content of the <p> tags, you can use the ::before seudo element.

syntax is :

p ::before{

content: "what should appear before rendering of the content in the <p> tags" ,
you can specify other properties and value here too like you do in css
}

so the above will render:

"what should appear before rendering of the content in the <p> tags how are you today".

you understand?


2. the ::after pseudo element: this works just like the ::before pseudo element just that the content is displayed after the tags.


3. the ::first-letter

4. the ::first-line

pseudo elements.


want me to write for your web developement blogs.

whatsapp/mobile: 08133884165.

I am an expert website developer.
WebmastersRe: I Am In Need Of A Website by dwebdesign(m): 7:31pm On Sep 23, 2015
arm4u:
i am in need of a website for an NGO.
If interested in designing it, do send me a mail to:
cosmas.okeke@yahoo.com for more details and negotiations.
Thanks and cheers.
You need a good website designer or an a developer skilled in website designing languages to build a website for you at cheap and affordable price.?

We will help you build your website with custom features, a professional touch, a mobile friendly and search engine optimised( SEO) website.

No matter how big or complex your website project is, we will handle it for you, we have done that and are willing to share our portfolio with you.

Contact us today.


Mobile: 08133884165

WhatsApp: 08133884165

BBM: 2BB63350

We are skilled with expert level knowledge in languages as:

HTML/HTML5,

CSS/CSS3,

PHP, MYSQL,

Javascript/Jquery,

JqueryMobile,Bootstrap.

CMS(content management systems)-> (WordPress, Joomla, Opencart, Magento, Whmcs, Drupal and Pulse Cms, blogger ).
WebmastersRe: How To Create An Ecommerce Store by dwebdesign(m): 7:29pm On Sep 23, 2015
prettytasha:
thank u sir . i will do that
you are welcome. i appreciate all your doing over here.

soon, there will be a site to tutor web development and you get paid.

courses will start from N3K. imagine 100 students enrolling, thats N300K.

so keep gaining and gathering the skills.
WebmastersRe: Need Help In Advanced Search Php! by dwebdesign(m): 7:25pm On Sep 23, 2015
you have plenty of options to do these,

1. you can use jquery ui Autocomplete, where immediately they type a letter, all matches will be show , that is on keyup of a letter.

2. another is to use php IMPLODE() function in which you specify a delimiter and then use MYSQL clause "LIKE" or "BETWEEN".

3. you can also use jquery $.post or $.get methods.

you can read more on this so as to use them.
WebmastersRe: Urgent Help To Display Data In Php by dwebdesign(m): 8:51pm On Sep 22, 2015
Turn your query into an associative array,
And run a foreach loop to get all the results.

$row= mysql_fetch_assoc($query);

Foreach ($row as $output){
echo $output}
;

Also since you want the details displayed in table.

You also have to create table using html and structure the results of the associative array returned.



You will get all the data displayed in a table .
WebmastersRe: Help With GTPAY Integration by dwebdesign(m): 1:21am On Sep 22, 2015
To configure the success page if on a store website, check for the last transaction ID, and check if it returns 1 or 0. If 1, you can the redirect to a success page, query the transaction details and status and then display it on the success page.

Read the GTpay integration docs well, you will understand what am saying.

I do integrate online payment methods including GTpay,

You can contact me for further help,

Mobile / whatsapp: 08133884165

BBM: 2BB63350
WebmastersFREE PHP OOP( Object Oriented Programming) Tutorial. by dwebdesign(op): 9:14pm On Sep 21, 2015
would you like to know PHP OOP? If you want to learn how to write cleaner code and reusable codes to be used for multiple projects. then OOP is a must learn for you. It simplies the php programming and helps you write reusable codes.

i would like to know those interested so as to know people are interested to learn.

indicate if interested.
WebmastersRe: Problems With Logging Into Wordpress by dwebdesign(m): 9:10pm On Sep 21, 2015
PerfectlyPerfect:
I am having issues with my wordpress installation.
I am having difficulties logging into it. it has been working properly before it started having this issue today. when i type my username and password, it just reloads the login page. i have tried some solutions i got from google like renaming my plugins folder in case its a plugin issue, deleting the installation and reinstalling it, optimizing and repairing my database but to no avail.
is there any way to fix this?
Please i really need help. I've not been able to update the site because of this issue. any help from anyone will be greatly appreciated
my website is http://listernaija.com/

i also found out that http://listernaija.com/wp/wp-admin/ which is the admin page redirects me to http://listernaija.com/wp-login.php
check your browser connection settings like proxy and port. use no proxy.

you can also flush your browser cache.

This two fixes the problem.


am an expert wordpress developer . you can contact for further help.

mobile: 08133884165

whatsapp: 08133884165

BBM: 2BB63350

1 2 3 4 5 6 7 8 9 10 (of 19 pages)