₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,665 members, 8,423,088 topics. Date: Tuesday, 09 June 2026 at 10:25 AM

Toggle theme

JackOfAllTrades's Posts

Nairaland ForumJackOfAllTrades's ProfileJackOfAllTrades's Posts

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

ProgrammingRe: HELP I Need A Visual Studio 2012 File by JackOfAllTrades: 11:11pm On Feb 03, 2015
[quote author=dhtml18 post=30welcome bro. In case you need the entire SDK folder. . . .just let me know[/quote]Bro please do you have visual studio 2013 version tried to download. Man it so large 6Gb shocked
ProgrammingRe: Native Mobile Internet App Or Responsive Site? by JackOfAllTrades: 3:35am On Jan 23, 2015
Building a responsive site to me it's a lot better, but the downside with hybrid web apps and native apps is speed, the fact that hybrid apps run on Single threads makes it slow and sometimes crashes on device with lower ram power
ProgrammingRe: HELP: Holiday App by JackOfAllTrades: 4:22pm On Jan 18, 2015
For this to be possible, palms shopping mall and other businesses will have to provide the feedback to the app if they are open or not, then the app will display open, it's a no brainier except you're thinking of some artificial intelligence
WebmastersRe: Need A Good Web Programmer by JackOfAllTrades: 3:16pm On Dec 28, 2014
josieboy55:
Tell him ooh, in a country like Nigeria u wnt to focus on only frontend or backend, na hunger go kill u
lol no be small thing oo, hahaha
WebmastersRe: Need A Good Web Programmer by JackOfAllTrades: 3:04pm On Dec 28, 2014
^^^ happened to me too, but I showed mine to a frontend guy he was like did you buy this template or you downloaded it for free. The only thing that made him believed was I used the project name as a prefix to all id and class of the html and of course css selectors. There are too many amateurs in the game now spoiling the web dev title sad
WebmastersRe: How To Create Responsive Website From Scratch by JackOfAllTrades: 11:02am On Dec 21, 2014
Ajibel:
Sorry, how is this done pls?
ok i think the css content property don't support html tags for some reasons only text!
otherwise this would have worked.

@media only screen and (max-width : 320px)
{
header:after
{
content: "<img src='small-header.png'>";
}
}

you only bet now would be JavaScript assuming server side is ruled out cool
WebmastersRe: How To Create Responsive Website From Scratch by JackOfAllTrades: 10:21am On Dec 21, 2014
dhtml18:
This is responsive web design technique, this will work too except that i am trying to suggest how to use different image sides to prevent slow page loading.
I get your point, creating an upload script that automatically resizes images and fetching them according to screen size is actually the fastest solution, I do that a lot too. but in this scenario where we have only one image the header img, it a good idea to just let the client figure out which image to load, without bothering the server lol.
WebmastersRe: How To Create Responsive Website From Scratch by JackOfAllTrades: 10:12pm On Dec 20, 2014
Ajibel:
Thanks, but I do this already. Actually I copied bootstrap's code for my own solution which goes this way:
img { max-width:100%; height:auto; vertical-align:middle; }
*cant remember the rest now*

But then this would still load the exact same image for any screen res. Imagine your desktop header image is 40kb, same img would be loaded for mobile users which would eat up data and slow down the time taken for the page to be rendered on a small device.
OK now I get you, i've had same problem b4. Only solution would be to resize your images to different sizes, use CSS media query to figure out which image to load. Either by setting the background header or use CSS content property to insert image tag to the header
WebmastersRe: How To Create Responsive Website From Scratch by JackOfAllTrades: 9:19am On Dec 20, 2014
Hey@ Ajibel what you should do is when you have an element that needs to resize in this case your header don't set the width of the header, after that since you have an image in the header what you is this
header
{
height: 40px;
}
header img
{
width: 100%;
height: auto;
}
ProgrammingRe: Advise On New Website Creation. by JackOfAllTrades: 9:00am On Dec 20, 2014
^^^ well I think you haven't learnt enough. You gonna need one of dem server side languages too like python , php, or asp or jsp etc. Then you could create something like what you mentioned. Did I mention you will learn one of dem Database management system too.like mysql or sqlite Its not too much to learn anyway
ProgrammingRe: My New Year Resolution: 1 Million Naira A Month From Android App Dev In 2015 by JackOfAllTrades: 4:06pm On Dec 19, 2014
nollyj:
Thanks it is a form of motivation that we can all be successful in web and software development in Nigeria
wish you success man
Jokes EtcRe: Father Christmas With Booty !! (PICS) by JackOfAllTrades: 7:38pm On Dec 16, 2014
ok
WebmastersRe: Directory Of Web Programmers Based In Lagos by JackOfAllTrades: 11:47am On Dec 16, 2014
Name: Cyril (JackOfallTrades)
Skill: web/software developer
Level: Expert
Languages: PHP,JavaScript, Java,MySql, CSS3,HTML5
Contact: 08163589827
location: Festac Lagos.
ProgrammingRe: Please Help With An Array Problem by JackOfAllTrades: 9:51pm On Dec 14, 2014
CRAZYMADMAN:
cool
sorry I didn't read the unset part well. the logic is sound and should work. thanks a lot
OK test it then, you welcome man cool
ProgrammingRe: Please Help With An Array Problem by JackOfAllTrades: 9:42pm On Dec 14, 2014
CRAZYMADMAN:
thanks a lot for the help, but however I still need the last element because of the nature of the database query I need to run on the arrays
I don't get you please explain more! did u read my code @all
ProgrammingRe: Please Help With An Array Problem by JackOfAllTrades: 9:25pm On Dec 14, 2014
CRAZYMADMAN:
PHP
<?php
$myArray = array('red','yellow','green','blue');
$array_len = count ( $myArray );

$last_element = $myArray[ $array_len - 1];
unset( $myArray[ $array_len - 1] ) ;

// $myArray no longer holds blue

check if it works not tested oo
ProgrammingRe: Please Help With An Array Problem by JackOfAllTrades: 9:07pm On Dec 14, 2014
CRAZYMADMAN:
I am working on a web app that involves collecting data in arrays. Now I need to split the arrays in such a way that a variable holds the last array element of the array, while another holds the rest, so I run some database queries on it.
Please guys, any idea on how to go about it?
what language are you working with
WebmastersRe: Web Developer Needed For A Sport Site by JackOfAllTrades: 9:27pm On Dec 13, 2014
100ksalescom:
No nairalander can build a site as realtime as theirs.
please speak for yourself undecided
WebmastersRe: Which Pays More In Lagos - Selling Clothes In Boutiques Vs Web Designing by JackOfAllTrades: 8:03pm On Dec 13, 2014
@op web design(not template/WordPress editing) is not a roadside job anyone can start in a short timeframe and start making huge profit, it takes several years to master the techniques to be able to deliver quality website like you said.

Learning web design is not only profitable but educating as well, if you master the technologies behind web design (HTML,CSS, JavaScript) what stops you from designing hybrid mobile web apps as well which pays even more.

however the similar challenge you will always find is getting quality customers/jobs.

so if the person in question wants a business with a really short time investment and immediate profit answer - clothe selling

otherwise if the person is patient enough and beside technology is the future (almost everybody wants an app for their business)
answer web design
Tech JobsRe: We Need A 'classified Website' Asap by JackOfAllTrades: 9:51am On Dec 10, 2014
Hello I can build this for you.
WebmastersRe: Website Review by JackOfAllTrades: 9:05am On Dec 06, 2014
Dlastofmykind:
i used a free domain for a start.

u can check it now...it's now opening.
If this is not a template then you did a really good job smiley nice color combo, I would rate it 3/5 until you make it responsive cheers cool
WebmastersRe: Post your PHP Problems Here by JackOfAllTrades: 2:30pm On Dec 05, 2014
CRAZYMADMAN:
can someone please explain the meaning of

$this->a->b

in OOP PHP
$this means the current object(class) your are working on.

Remember every object have properties and method!

in this case "a" is a property of the object you're working on, "a" holds a reference to another object. That object also have a property called b
ProgrammingWhat's With Nairaland??? by JackOfAllTrades(op): 10:45pm On Dec 03, 2014
Seriously what's wrong with Nairaland and this weird numbers? are you guys testing new stuff on a live server shocked

Web MarketRe: I Need A Simple Website Diectory ASAP! by JackOfAllTrades: 10:00pm On Nov 30, 2014
newsdeskmedia:
Lemme know if you can do it.

Summin like sbnation.com/blog wont be bad.

Thanks
Hi I can do this for you, let me know what kinda directory you really want. is it sport as well?
ProgrammingRe: Help Me Learn Cake Php by JackOfAllTrades: 7:20pm On Nov 29, 2014
And I think you should also be familiar with object oriented concept in php, very important wink
Forum GamesRe: Let's Play This Word Game Called Last Man Standing by JackOfAllTrades: 6:52pm On Nov 27, 2014
ShahzadNonso:
Soon this game will be a platform for chyking
chyking is cool
ProgrammingRe: ATM Machine Programming Language. by JackOfAllTrades: 10:57pm On Nov 24, 2014
lrichierichman:
the atm lang is c++ ,the c++ is used to create a O.S for the machine.. if Itz activated it will b connected to the main data server which works with the cards and references number in the data servers
ATM has no programming language
ATM has no special OS (most of them run windows xp)
Tech JobsRe: Web Application Developer/Programmer by JackOfAllTrades: 2:04am On Nov 22, 2014
is this a full time job?
how about a remote developer?
Tech JobsRe: Freelance Php Programmer Needed by JackOfAllTrades: 10:05am On Nov 12, 2014
is this a WordPress site? what kind of like button?Facebook or custom?
ProgrammingRe: The 3 Types Of Developers You Will Find In Africa. Which 1 Are You? by JackOfAllTrades: 2:11pm On Nov 06, 2014
lovely smiley smiley I fall under the Idi amin developer
Tech JobsRe: Gidimarkets Development by JackOfAllTrades: 8:42am On Oct 29, 2014
Brandnew2:
Then you should email it to gidilinks@yahoo.com
mailed you

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