₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,326,310 members, 8,425,990 topics. Date: Saturday, 13 June 2026 at 01:03 PM

Toggle theme

Naishare's Posts

Nairaland ForumNaishare's ProfileNaishare's Posts

1 2 3 4 (of 4 pages)

ProgrammingHow To Create A Simple Image Slideshow Using Html, Css And Javascript by naishare(op): 11:51am On May 05, 2020
By using slideshows you can showcase information in a compressed and organized format. With slideshows, information can be accessed quickly without using the mouse or scrolling vertically...

[url]https://www.naishare.com/blog/how-to-create-a-simple-image-slideshow-using-html%2C-css-and-javascript[/url]
ProgrammingGetting Started With Firebase Realtime Database On The Web by naishare(op): 1:16pm On May 01, 2020
During the past few decades, the relational database (RDBMS) SQL has been the primary model for database management. As an alternative model for database management, the non-relational "NoSQL" databases first used in 1998 by Carlo Strozzi has been gaining steam...

https://www.naishare.com/blog/getting-started-with-firebase-realtime-database-on-the-web
ProgrammingRe: How To Create A Multiplayer Tic Tac Toe Game With Html, Css And Javascript by naishare(op): 2:36pm On Apr 29, 2020
Jabi200:
You can use settimeout or setinterval to achieve this.
Good idea
ProgrammingRe: How To Build A Simple Search Engine Using Html Css And Javascript by naishare(op): 2:35pm On Apr 29, 2020
Jabi200:
You can use Ajax to connect to backend, Google it
Yeah that works
ProgrammingRe: Step By Step Guide To Creating A Fully Functional Contact Form Using Firebase by naishare(op): 2:34pm On Apr 29, 2020
Jabi200:
Finding it difficult to add my custom email with nodemailer
some emails might be blocked by some mail clients
ProgrammingRe: How To Upload Files To Firebase Cloud Storage Using Javascript by naishare(op): 2:32pm On Apr 29, 2020
Jabi200:
It even works without hosting
Yeah that's the beauty of firebase
ProgrammingRe: How To Create A Simple Web Popup Notifier Using Vanilla Javascript And Jquery by naishare(op): 2:32pm On Apr 29, 2020
Jabi200:
Width is 100% on my site
Maybe one of your css files is affecting it, you can change the class name and try again
ProgrammingRe: How To Create A Fluid Collapsible Bar Using Html, Css, And Jquery by naishare(op): 2:31pm On Apr 29, 2020
Jabi200:
Works like charm
Great
ProgrammingRe: How To Retrieve Data From An Api Using Fetch Api In Javascript by naishare(op): 2:30pm On Apr 29, 2020
Jabi200:
Where can I find free APIs?
There are so many, just google
ProgrammingRe: How To Host Your Websites Or Web Applications For Free by naishare(op): 2:29pm On Apr 29, 2020
Jabi200:
can I host php
You can only host static websites and generate dynamic pages using firebase functions with node.js
ProgrammingRe: How To Upload Files To Firebase Cloud Storage Using Javascript by naishare(op): 12:57pm On Apr 21, 2020
chivirunum:
Can you make a tutorial on functions
Coming soon
ProgrammingRe: Step By Step Guide To Creating A Fully Functional Contact Form Using Firebase by naishare(op): 2:36pm On Apr 20, 2020
Jabi200:
google is the king
Looks like it
ProgrammingRe: How To Retrieve Data From An Api Using Fetch Api In Javascript by naishare(op): 2:35pm On Apr 20, 2020
Jabi200:
looks like you started with array destructuring
Exactly
ProgrammingHow To Retrieve Data From An Api Using Fetch Api In Javascript by naishare(op): 8:01am On Apr 17, 2020
If you are warming up to become a front-end developer, then knowing how to extract data from an API is vital. APIs are developed by back-end developers and can be accessed by a HTTP request.

https://www.naishare.com/blog/how-to-retrieve-data-from-an-api-using-fetch-api-in-javascript
ProgrammingRe: How To Create A Simple Web Popup Notifier Using Vanilla Javascript And Jquery by naishare(op): 4:35pm On Apr 16, 2020
chivirunum:
Using this on e-commerce site
Good Job
ProgrammingHow To Create A Fluid Collapsible Bar Using Html, Css, And Jquery by naishare(op): 7:51pm On Apr 12, 2020
Having collapsible content on your site helps to save space on your and keeps things organised. In this tutorial, I will be creating collapsible contents using web technologies.

[url]https://www.naishare.com/blog/how-to-create-a-fluid-collapsible-bar-using-html%2C-css%2C-and-jquery[/url]
ProgrammingHow To Create A Simple Web Popup Notifier Using Vanilla Javascript And Jquery by naishare(op): 12:59pm On Apr 07, 2020
Having a popup notifier on your website or web applications can help keep your website visitors informed on what's new or serve ads as they browse your site...

https://www.naishare.com/blog/how-to-create-a-simple-web-popup-notifier-using-Vanilla-Javascript-and-Jquery
ProgrammingHow To Upload Files To Firebase Cloud Storage Using Javascript by naishare(op): 9:29pm On Apr 04, 2020
Firebase Storage is a cloud-based storage that can be used to store files. It is free to use up to 5GB, So exceeding this limit will require an upgrade. In this tutorial, we will be creating a web-based file uploader that lets you upload multiple files to Firebase Storage without using any backend programming language.

https://www.naishare.com/blog/how-to-upload-files-to-firebase-cloud-storage-using-javascript
ProgrammingRe: How To Host Your Websites Or Web Applications For Free by naishare(op): 4:12pm On Mar 14, 2020
Jabi200:
How do I add my domain?
Go to the hosting section on your console and click on custom domain.
ProgrammingRe: How To Create A Simple Responsive Navigation Bar Using Html, Css And Jquery by naishare(op): 4:11pm On Mar 14, 2020
chivirunum:
Great job
Appreciate it.
ProgrammingStep By Step Guide To Creating A Fully Functional Contact Form Using Firebase by naishare(op): 9:18pm On Mar 10, 2020
Having a fully functional contact form on your website gives your web viewers a channel to communicate with you anytime. In this tutorial, I will be creating a fully functional contact form with email notification using Firebase Functions.

https://www.naishare.com/blog/step-by-step-guide-to-creating-a-fully-functional-contact-form-using-firebase
ProgrammingRe: How To Build A Simple Search Engine Using Html Css And Javascript by naishare(op): 12:16am On Mar 08, 2020
Jabi200:
How can I get the full source code
if you look at where it says click here to view, you can just view page source on that page
ProgrammingHow To Create A Multiplayer Tic Tac Toe Game With Html, Css And Javascript by naishare(op): 7:47pm On Mar 05, 2020
Solving problems like Tic-Tac-Toe can really improve your problem-solving skills. when I first started learning how to code, I was caught up in reading study guides and ended up not knowing much but it all changed when I started solving problems. In this post, I will show you how to create a multiplayer Tic-Tac-Toe game.

[url]https://www.naishare.com/blog/how-to-create-a-multiplayer-tic-tac-toe-game-with-html%2C-css-and-javascript[/url]
ProgrammingHow To Host Your Websites Or Web Applications For Free by naishare(op): 12:36pm On Mar 03, 2020
I thought i should share with you guys how to host your websites or web applications for free with your custom domains just visit the link below to find out

https://www.naishare.com/blog/how-to-host-your-website-or-web-applications-for-free
ProgrammingRe: How To Build A Simple Search Engine Using Html Css And Javascript by naishare(op): 7:40pm On Mar 02, 2020
Jabi200:
Wow, works well
yeah it does
ProgrammingRe: How To Create A Simple Responsive Design Using Html And Css by naishare(op): 7:39pm On Mar 02, 2020
Jabi200:
I thought websites becomes responsive on their own
Glad you found the truth
ProgrammingHow To Create A Simple Responsive Navigation Bar Using Html, Css And Jquery by naishare(op): 7:35pm On Mar 02, 2020
Hello guys
I bring you guys yet another web development technique, please leave a comment in the corner section if you are having troubles building your web apps and we'll get it done for you. You can view this article by clicking the link below

[url]https://www.naishare.com/blog/how-to-create-a-simple-navigation-bar-using-html%2C-css-and-jquery[/url]

1 2 3 4 (of 4 pages)