₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,097 members, 8,420,324 topics. Date: Thursday, 04 June 2026 at 04:27 PM

Toggle theme

Webdeveloperqx's Posts

Nairaland ForumWebdeveloperqx's ProfileWebdeveloperqx's Posts

1 2 3 4 (of 4 pages)

ProgrammingRe: Api For Jamb, Waec And Neco by webdeveloperqx: 8:44am On Dec 11, 2016
BodyKiss:
Is there any available API for JAMB, WAEC and NECO? A prospect want me to develop application that will enable student check their JAMB, WAEC and NECO result and timetable.

I can't seem to find API for any of the exam type. Please I would like a pointer, if there's any available.

Thanks.
There are API provider, google : AIRVEND API.

i can forward you the docs.

contact me at webdeveloperqx@gmail.com
ProgrammingRe: Please Is There Anyone Who Does Phonegap by webdeveloperqx: 8:39am On Dec 11, 2016
etoluw:
I have been browsing about phonegap lately and it seems to me it is a much easier approach for building apps.(especially for web designers)

is there anyone who can shed more light on it.?
i advise you start with cordova, ionic , also if you know angularjs you can check out angularfire.

using cordova, it same as using phonegap but they are not same , explore the plugins available that exposes javascript API of the native device.

i hope this works.
WebmastersRe: Please Help With My New Blog.. by webdeveloperqx: 8:21am On Dec 11, 2016
phensbassey:
www.phensbasseynews.

I can't post or do anything, and I do not possess any knowledge on web design or programming..
someone should please render assistance, thanks.
Please mail me at webdeveloperqx@gmail.com , let me send you a package that teaches you all you need to know how to use wordpress.

You made the right choice starting with wordpress.
WebmastersRe: I Just Opened A Blog Visit It And Give Your Review. by webdeveloperqx: 8:18am On Dec 11, 2016
officialPMN:
I recently opened a blog to keep myself busy so I need your opinion to know if am on the right track.


https://pmnlive..co.ke/?m=1




www.pmnlive..com
You need to improve it in all aspect, it is not that too okay
WebmastersRe: How To Paste Code Into Wordpress function.php by webdeveloperqx: 8:13am On Dec 11, 2016
youngtech:
pls who know how to paste code into wordpress funtion.php
what you need to do is this:

1. From Appearance -> Editior -> select your current theme -> and click on Edit.

2.then write this: funtion wpd_blogger_redirection(){
//paste the code given for redirection here.
}

3. Then for the function to be fired when wordpress inits,
hook the function to an action like this:

add_action('wp_head', 'wpd_blogger_redirection');

I am an expert wordpress developer who develops wordpress themes, plugins and web applications using wordpress, should you need my assistance, mail me at webdeveloperqx@gmail.com
WebmastersRe: Page Unresponsive by webdeveloperqx: 6:47pm On Dec 07, 2016
check the browser console for javascript errors and fix if you can or get someone to do so.
ProgrammingRe: Eliminate Render-blocking Javascript And CSS In Above-the-fold Content by webdeveloperqx: 10:42am On Nov 09, 2016
i see that your site is on wordpress, if you want to remove the file. login via your cpanel, locate the current theme folder , navigate to functions.php file.

search for the "greenstock" and and comment that line out with "//".

that should remove the code block enqueuing that file.

hope you understand.
ProgrammingRe: Help Fix A Codeigniter Blog Issue by webdeveloperqx: 11:47pm On Oct 27, 2016
1. create your views,

2. create your models ( CRUD) ,

3. create a controller to handle the interaction between your views and the models. ( create the method to handle the update, you can also do an ajax call to a file to get updated models(data) from the database and use a view to render it.

I did not provide code samples, i believe you okay coding with codeigniter, those are the steps to follow.

i hope this helps.
WebmastersRe: Diz Is Simple But Help Me Out by webdeveloperqx: 4:11pm On Sep 15, 2016
here is the code , copy and paste:

< a href="put_your_url_between_the_quotes_here" target="_blank" title="your_link_title_">Text to see</a>

hope this helps.
WebmastersRe: Wow! See The New Design Of My Blog by webdeveloperqx: 4:08pm On Sep 15, 2016
Nice layout, at the top left corner, remove the pagers which i believe you want to link to be pagination links. Well done.
WebmastersRe: Web Masters Urgently Needed by webdeveloperqx: 11:46am On Aug 16, 2016
For all your payment method integration such as gtpay, interswitch webpay, Cashenvoy, Remita , voguepay, contact me for the integration on any cms and custom platform. Contact via webdeveloperqx@gmail.com
WebmastersRe: SQL, Javascript And Asp Gurus, Fall Out! by webdeveloperqx: 7:17am On Aug 12, 2016
YES, a javascript library JQuery will do the work using its ajax method or better still using javascript XMLHTTPREQUEST OBJECT.
if you using ajax, you will have to listen to an event , in your case when the selected value changes , then you send the variable name via AJAX to display values by making calls to your database to display information matching what was selected.

an example is below, make sure you have jquery installed or linked on your webpage from a CDN.

<script>
$( document ).ready( function(){
var selected = "listen to an event( check for your event here )";
$.ajax: {
action: "link to your php file where response will be availabe ( database querries here )";
'product name' : selected; //pass the variable selected in the field>
}

//display the response
function devx_ajax_response(response){
document.getElementById('brand').HTML= response;
}
});
</script>

I hope this walks you through and helps.

if you need a full script written for you , email webdeveloperqx@gmail.com or put a call to : 09092882430.

happy coding.
WebmastersRe: Need A Wordpress Tutorial by webdeveloperqx: 6:54am On Aug 12, 2016
check out www.wpbeginner.com or better still search for videos on youtube.com for how to use wordpress.
EducationRe: At Last, Chibok Pupils Are Back In School (photos) by webdeveloperqx: 10:30pm On Jul 27, 2016
Responsive Email is a must. though its one of the most complex stuff, because you can't just use regular css except tables.

Just as we have bootstrap from the guys at twitter, we also have a solution to building responsive email templates using some pre made css classes. just call and use. Zurb Foundation made this easy to do off the record. Zurb , the creator of the foundation framework used by Facebook in all its views and layout is a responsive framework too.

so tools exist to help you achieve responsive emails templates, its more than right time to start considering responsive emails.

happy coding.
WebmastersRe: I Need Serious Help With XAMPP Please! by webdeveloperqx: 9:42am On Jul 20, 2016
Uninstall the xammp package first. delete the registry log. Make sure microsoft IIS is not enabled from list of services. This works for me when using windows but now i use MAMP PRO for mac pro. Also make sure the needed modules are installed on your computer.

Hope this helps.
WebmastersRe: Javascript Framework Or Regular Javascript? by webdeveloperqx: 8:03pm On Jul 19, 2016
yawatide:
@webdeveloperqx
Your answer is at the core of what I am driving at smiley

On a slightly different topic, it's the same reason why I tell people that since the Book of Mormon, that used by the Catholics, etc all reference the Bible, why not just go straight to the Bible. After all, it is the "oliginal". Not having a basic understanding of pure javascript can often lead to abuse of the frameworks, overuse and unnecessary use, to mention but a few. In other words, if all you are doing is, say, doing a DOM manipulation or 2 on a site, is it worth importing KBs of jQuery, thus increasing page load time?

More comments please...
Though with web development library like UGLIFY JS. jQuery files minified files can be done. as the library strips space and uglify the codes, this has improved page speed and loading time plus smaller web page sizes.

check out UGLIFY JS. Its cool. i do use it on my Mac Pro.
WebmastersRe: Who Can Help Me Create A Site That Prevent People From Sharing A PDF File by webdeveloperqx: 6:20pm On Jul 19, 2016
UCHEUKAGWU:
We want a website that will be used to sell pdf to people. We want a situation whereby if the person purchase the pdf and download it. He can not share it with another system. It can only open in the system they first download it on.
If you can do it. Contact me on 08064478774 or hopeukagwu@gmail.com
There is a php library i do use that does the work. You can search online for FPDI php library . download it and instantiate a new instance of the FPDI object to call the inbuilt methods to do the work from the class.

I can build the site for you if you don"t get it. mail : webdeveloperqx@gmail.com

happy coding.
WebmastersRe: Javascript Framework Or Regular Javascript? by webdeveloperqx: 6:14pm On Jul 19, 2016
Master Regular javascript first then frameworks . most frameworks are built on the core. so a knowledge of the core should be core before migrating to frameworks. from working and coding applications experience, frameworks only makes the task achieved with less coding but still rooted in pure javascript. as a developer though, i prefer pure javascript coding to libraries.
WebmastersRe: Help Me Make Payment Online To Foreign Sites by webdeveloperqx: 6:45pm On Jun 08, 2016
Many banks as? Gtb has not stopped, link your card to a PayPal account (any accoount).
ProgrammingRe: Jamb Past Questions API In JSON by webdeveloperqx: 11:09am On Jun 08, 2016
you can build the API using slim framework, none exists for now. the only challenge i think you may face is converting the questions to storing it in the database from which you can make API calls.
WebmastersRe: I Need The Assistant Of Web Gurus by webdeveloperqx: 10:56am On Jun 08, 2016
is this domain a custom domain for a blogger ?

if so, login to your dashboard, under basic settings, tick the option of redirrecting nairanews247.com to www.nairanews247.com ,

That will fix it. i just inspected your site and found out its on blogger . do proceed as been instructed above.

Happy blogging.
WebmastersRe: I Need A Good Web Designer And Developer Who Knows His Onions by webdeveloperqx: 9:23am On Jun 01, 2016
I develop custom plugins and themes on wordpress. I can handle the project for you satisfactory as I have proficient knowledge of website development using wordpress functions.

Do send a mail to: webdeveloperqx@gmail.com

Happy new month.
WebmastersRe: What Script Do These Site Use by webdeveloperqx: 1:00pm On May 27, 2016
darthv:
angry
its a custom built script. i can build same for you .

check this one i was building , www.auctiongoods.com.ng

if you need my service, do send me an email: webdeveloperqx@gmail.com
WebmastersRe: I Need Help. by webdeveloperqx: 2:59pm On May 26, 2016
i believe you are a web developer. well if not on wordpress level, what you can do is code that functionality.

first of all, create a javascript file , name it mobileProtect.js ,put the file in your "js" folder, then load it in wordpress like this inside your "functions.php" file :

function register_mobile_protect_js(){

wp_register_script('mobile-project', get_templater_directory_uri().'/js/mobileProtect.js', array("jquery"wink, false, true);
wp_enqueue_script('mobile-protect');
}

add_action('wp_enqueue_script', 'register_mobile_protect_js');


the content of the mobileProtect.js file is solely up to you . as a web developer, you should be able to use jquery and do what you want.

if you require my service to build a fully function plugin to do this for you, do send me an email : webdeveloperqx@gmail.com .
WebmastersRe: I Need Help. by webdeveloperqx: 9:05am On May 26, 2016
what you can is use javascript to detect the mobile browser and render the needed functionality. you can give the section that houses your content an "ID" , then "document.getElementByID("id_of_your_content_section"wink."run javascript function when detected a certain browser" .

hope you get the methodology ?
WebmastersRe: I Need Urgent Help!!! PHP DATE Is Giving Me Issues by webdeveloperqx: 1:36pm On May 25, 2016
IkpemhiTG:
I just lunched a site and the date on my comment section happens to be different from what I had when using wamp server.What do I do?
I have tried putting date_default_timezone to Africa/Lagos but no changes occur
I have tried inserting this -setEnv TZ Africa/Lagos in my .htaccess file all to no avail. so what next my fellow developerhuh?
you don't set default timezone in a ".htaccess file" . you do in a "php.ini" file .

look for the php.ini file and paste the code :

date_default_timezone("Africa/Lagos"wink;
.

if a php.ini file does not exist in your root directiory of your website, simply create a new file and save it as php.ini then paste the code.

i hope this solves your headache.

happy coding !

contact: webdevloperqx@gmail.com
WebmastersRe: I Need Help On Making My Web Page Responsive by webdeveloperqx: 10:46am On May 23, 2016
Capacchino:
After designing my Web page using bootstrap template, my image appears ok on a desktop view but whenever I adjust d screen d image looses shape.. Pls how do I correct ds to ensure it responds to any screen size??
in addtion to appying , img{width:100%}, to make images responsive in all mobile formats,

take advantage of the image responsive class bootstrap makes available,

on the <img> tags, give it an attribute value of .img-responsive like this :

<img src="path_to_your_image" class="img-responsive">

i hope this helps.

bootstrap is mobile first responsive html,css and javascript framework. its MOBILE FIRST, starts your columns for xs .

thats col-xs-1-12.
WebmastersRe: Website Redirect Help! by webdeveloperqx: 4:59pm On May 22, 2016
yeah, your site is loading very well, just viewed it on my mac using chrome.
WebmastersRe: Can You Design This Site by webdeveloperqx: 4:38pm On May 22, 2016
I can develop it for you with a high level of satisfaction. have gone through the site and noted features and functionalities.
do send a mail to webdeveloperqx@gmail.com
WebmastersRe: Web Builders, developers, bloggers HELPPP!!! by webdeveloperqx: 12:32am On May 22, 2016
php sound is a php script used to achieve what you intend to. i can help you set it up using phpsound or using a cms like wordpress with coded custom plugins. if you need my service, do send a mail to webdeveloperqx@gmail.com . many thanks.
WebmastersRe: Please Can AnyOne Tell Me The Name Of The Template Vanguard use on Their Site by webdeveloperqx:
i write custom theme developed using wordpress. i can build same for you at affordable price.
send a mail to webdeveloperqx@gmail.com

1 2 3 4 (of 4 pages)