Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,154,548 members, 7,823,406 topics. Date: Friday, 10 May 2024 at 09:48 AM

Check Out My Recently Programmed Platform And Comment On It - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Check Out My Recently Programmed Platform And Comment On It (1834 Views)

85% Intelligent Ai For Football Betting / I Just Wrote What Might Be The Worst System Ever Programmed In This Country / How Pass.ng Was Programmed (2) (3) (4)

(1) (Reply) (Go Down)

Check Out My Recently Programmed Platform And Comment On It by Emperoo: 11:49pm On Jan 17, 2016
I just finished modification of my already designed platform www.gist.mobi, please rate me from 1 to 5

site: www.gist.mobi

1 Like

Re: Check Out My Recently Programmed Platform And Comment On It by DonSegmond(m): 12:14am On Jan 18, 2016
Emperoo:
I just finished modification of my already designed platform www.gist.mobi, please rate me from 1 to 5

site: www.gist.mobi
5 for effort.
2 for interface. work on the interface, unless you built it for mobile in which case my apologies since I'm viewing from a laptop.
Re: Check Out My Recently Programmed Platform And Comment On It by Emperoo: 1:09am On Jan 18, 2016
Thank you very much @segmond, it's first intention was for mobile interface but hopefully with time I'll work on the laptop interface by including sidebar left and right and also including more features.

Thanks again for rating me high, it encourages me the more
Re: Check Out My Recently Programmed Platform And Comment On It by dee45: 1:48am On Jan 18, 2016
V good work... can u mentor me...I would love to be a software engineer...
Re: Check Out My Recently Programmed Platform And Comment On It by Emperoo: 1:53am On Jan 18, 2016
dee45:
V good work... can u mentor me...I would love to be a software engineer...

Yes, am very much willing, it now depends on your zeal.
Re: Check Out My Recently Programmed Platform And Comment On It by Nobody: 5:15am On Jan 18, 2016
Good use of your back end skills, Thumbs up man.
You can do better on the front end, maybe adobt bootstrap www.getbootstrap.com or foundation [url]foundation.zurb.com/sites/download.html[/url] for UI.
At least it helped me in building www.rastvorlabs.com

Let's grow together as Nigerian Developers!

Best Regards,
Daniel Omoniyi.
Re: Check Out My Recently Programmed Platform And Comment On It by cr80vity(m): 11:34am On Jan 18, 2016
v sin d categories...dnt worry...kudos
Re: Check Out My Recently Programmed Platform And Comment On It by Emperoo: 5:23pm On Jan 18, 2016
DanielTheGeek:
Good use of your back end skills, Thumbs up man.
You can do better on the front end, maybe adobt bootstrap www.getbootstrap.com or foundation [url]foundation.zurb.com/sites/download.html[/url] for UI.
At least it helped me in building www.rastvorlabs.com

Let's grow together as Nigerian Developers!

Best Regards,
Daniel Omoniyi.

Thank you very much, this is really going to advance my front end display, I''ve thought of this.
Re: Check Out My Recently Programmed Platform And Comment On It by Emperoo: 6:00pm On Jan 18, 2016
DanielTheGeek:
Good use of your back end skills, Thumbs up man.
You can do better on the front end, maybe adobt bootstrap www.getbootstrap.com or foundation [url]foundation.zurb.com/sites/download.html[/url] for UI.
At least it helped me in building www.rastvorlabs.com

Let's grow together as Nigerian Developers!

Best Regards,
Daniel Omoniyi.

great design at your rastvorlabs, I think bootstraps will go a long way improving Gist, please how do I start the integration of the bootstrap css and theme with my current css and theme.
Re: Check Out My Recently Programmed Platform And Comment On It by Nobody: 6:57pm On Jan 18, 2016
Emperoo:


Thank you very much, this is really going to advance my front end display, I''ve thought of this.

After downloading either bootstrap or foundation go ahead and copy the CSS files to your own CSS directory and link it in between the head tag of your code.
Example:

<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<title>Your Website's Name</title>
<!---You can link your CSS files here -->
<link rel='stylesheet' type='text/css' href='css/bootstrap.min.css'> <!---The Bootstrap CSS filename should be linked properly else styling won't work-->
</head>
<body>
<p> Your Website Content </p>
</body>
</html>

I already validated this code on https://validator.w3.org, this is something i think you should use to avoid mistakes!


Bootstrap is a course on it's own, and i will be posting some tutorials about it soon!
before then these resources listed below should improve your knowledge of bootstrap or foundation:
www.w3schools.com/bootstrap/(Bootstrap)
https://www.youtube.com/watch?v=E_BrfH10OTc(Bootstrap)
https://www.youtube.com/watch?v=gqOEoUR5RHg(Bootstrap)
https://www.youtube.com/watch?v=2QcpR6cHpnk(foundation)
https://www.youtube.com/watch?v=HJ5wXuk3daU(foundation)

I also recommend starting with Foundation (as the name implies, it is beginner yet sleek tool)..this is just a recommendation you can use whatever you want to use.
Re: Check Out My Recently Programmed Platform And Comment On It by Emperoo: 11:12pm On Jan 18, 2016
DanielTheGeek:


After downloading either bootstrap or foundation go ahead and copy the CSS files to your own CSS directory and link it in between the head tag of your code.
Example:

<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<title>Your Website's Name</title>
<!---You can link your CSS files here -->
<link rel='stylesheet' type='text/css' href='css/bootstrap.min.css'> <!---The Bootstrap CSS filename should be linked properly else styling won't work-->
</head>
<body>
<p> Your Website Content </p>
</body>
</html>

I already validated this code on https://validator.w3.org, this is something i think you should use to avoid mistakes!


Bootstrap is a course on it's own, and i will be posting some tutorials about it soon!
before then these resources listed below should improve your knowledge of bootstrap or foundation:
www.w3schools.com/bootstrap/(Bootstrap)
https://www.youtube.com/watch?v=E_BrfH10OTc(Bootstrap)
https://www.youtube.com/watch?v=gqOEoUR5RHg(Bootstrap)
https://www.youtube.com/watch?v=2QcpR6cHpnk(foundation)
https://www.youtube.com/watch?v=HJ5wXuk3daU(foundation)

I also recommend starting with Foundation (as the name implies, it is beginner yet sleek tool)..this is just a recommendation you can use whatever you want to use.

Thank you very much.

1 Like

Re: Check Out My Recently Programmed Platform And Comment On It by Nobody: 11:20pm On Jan 18, 2016
Emperoo:


Thank you very much.

You are welcome, you could follow me on twitter https://www.twitter.com/iam_lil_d_ and here on Nairaland too smiley
and I'm hoping to see www.gist.mobi go places in the future.
Re: Check Out My Recently Programmed Platform And Comment On It by Onyiibazz: 12:05pm On Jan 19, 2016
DanielTheGeek:


You are welcome, you could follow me on twitter https://www.twitter.com/iam_lil_d_ and here on Nairaland too smiley
and I'm hoping to see www.gist.mobi go places in the future.
please i really need your help. I have little knowledge of php, css and html. I really want to brush up these skills? Please can you recommend good php books i can use? And can u also run some mentorship for me? Thanks in advance. Please reply

1 Like

Re: Check Out My Recently Programmed Platform And Comment On It by Nobody: 12:30pm On Jan 19, 2016
Onyiibazz:
please i really need your help. I have little knowledge of php, css and html. I really want to brush up these skills? Please can you recommend good php books i can use? And can u also run some mentorship for me? Thanks in advance

I started my own journey being a good developer by reading/watching some amazing content on the internet.

I don't know if i would be chanced to give you concrete tutorials but i will definitely help you out.
My personal advice to you is to watch more videos than reading (It creates a clear picture of what you want to build and promotes understanding)

Send me a PM containing your info: Phone Number.
And i will reply with links to resources.
Follow me on Nairaland to keep in touch with me.
Re: Check Out My Recently Programmed Platform And Comment On It by Onyiibazz: 12:39pm On Jan 19, 2016
DanielTheGeek:


I started my own journey being a good developer by reading/watching some amazing content on the internet.

I don't know if i would be chanced to give you concrete tutorials but i will definitely help you out.
My personal advice to you is to watch more videos than reading (It creates a clear picture of what you want to build and promotes understanding)

Send me a PM containing your info: Phone Number.
And i will reply with links to resources.
Follow me on Nairaland to keep in touch with me.
Tried sending pm, but it seems they already have a default message that everybody must send which cant be edited. My whatsapp number is 07087845559 and email is onyiibaz@gmail.com. Thanks!

1 Like

Re: Check Out My Recently Programmed Platform And Comment On It by Nobody: 12:48pm On Jan 19, 2016
Onyiibazz:

Tried sending pm, but it seems they already have a default message that everybody must send which cant be edited. My whatsapp number is 07087845559 and email is onyiibaz@gmail.com. Thanks!

I will contact you shortly!

1 Like

Re: Check Out My Recently Programmed Platform And Comment On It by Emperoo: 10:25pm On Jan 19, 2016
DanielTheGeek:


You are welcome, you could follow me on twitter https://www.twitter.com/iam_lil_d_ and here on Nairaland too smiley
and I'm hoping to see www.gist.mobi go places in the future.

Thank you. You will see my Twitter account

1 Like

Re: Check Out My Recently Programmed Platform And Comment On It by mobaladf: 10:31pm On Jan 19, 2016
dee45:
V good work... can u mentor me...I would love to be a software engineer...

This one is web programming language.
Re: Check Out My Recently Programmed Platform And Comment On It by mobaladf: 10:33pm On Jan 19, 2016
Emperoo:
I just finished modification of my already designed platform www.gist.mobi, please rate me from 1 to 5

site: www.gist.mobi
Guy you are good. Try work with the interface. With some css and javascript. That means u must be good in PHP.
Re: Check Out My Recently Programmed Platform And Comment On It by Emperoo: 10:26pm On Jan 20, 2016
DanielTheGeek:
Good use of your back end skills, Thumbs up man.
You can do better on the front end, maybe adobt bootstrap www.getbootstrap.com or foundation [url]foundation.zurb.com/sites/download.html[/url] for UI.
At least it helped me in building www.rastvorlabs.com

Let's grow together as Nigerian Developers!

Best Regards,
Daniel Omoniyi.

Thank you ones more, I was able to integrate the bootstrap on my platform and also was able to make it responsive with the included css and js fills.

Much regards, Omoniyi

1 Like

Re: Check Out My Recently Programmed Platform And Comment On It by Nobody: 3:36pm On Jan 21, 2016
You are welcome @Emperoo

(1) (Reply)

Download Safe3 SQL Injector 9.0 (cracked Version) Free / 10 Ways To Get High Paid Job In Tech Companies, No 8 May Shock You / How To Convert MSG File Format

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 36
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.