₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,329,318 members, 8,439,942 topics. Date: Monday, 06 July 2026 at 09:28 AM

Toggle theme

Qtguru's Posts

Nairaland ForumQtguru's ProfileQtguru's Posts

1 2 3 4 5 6 7 8 ... 119 120 121 122 123 124 125 126 127 (of 204 pages)

TravelRe: Portugal D7 Visa by qtguru(m): 3:10pm On Jun 27, 2022
I am applying for this soon, when the passport comes out, hope to share here
BusinessRe: Upwork Thread (Questions/Help/Advice) by qtguru(m): 2:37pm On Jun 27, 2022
DabFrankNG:
Please review my profile. Feed backs highly welcome.
https://www.upwork.com/freelancers/~01c6f68cb8c94154f2
My only advice is to list the VA tools you are familiar with, e.g Notion / Asana / Google Docs and all, this looks too vague as to what type of VA you are.
RomanceRe: My Friend Who Married Woman With Heavy Front And Back Is Crying Now by qtguru(m): 11:04am On Jun 26, 2022
Ndibuna:
Hehehehe, enjoy. I know she's deep down there and swallow every length and width of your pen**S enjoy wink
Dude calm down, this is weird
ProgrammingRe: How Can A Front-end Developer Get A Job With Zero Experience by qtguru(m): 10:53am On Jun 26, 2022
I think on NL we ask too much questions vs researching on how to research
RomanceRe: Two Female Bank Cashiers Fight Inside The Bank Over A Rich Businessman by qtguru(m): 7:26pm On Jun 25, 2022
Bankers dey wear jeans ni ? Bloggers don start again
ProgrammingRe: My Journey Into Shopify Development ( Theme ) by qtguru(op): 3:32pm On Jun 25, 2022
Update Log:

* New Shopify version synced
* Created private repo for Shopify theme
* Updated Shopify Config
* Studying Shopify.dev Architecture


A lot of feat for Shopify theme is not development, but the intention of the development of the store, designing is easy, but designing a specific
store for a specific niche.

This Theme is called Retani Shopify Kit, because Retani is the company name, but I believe it is better to have a base generic theme from that Figma, which other themes can derive from it, than re-building all over:

My aim:
* Configurable
* Extensible
* Customizable ( Theme Config)
* Custom 3rd party Components for eCommerce

EducationRe: Secondary School Students Celebrate End Of WAEC Exams In Beer Parlour (Photos) by qtguru(m): 5:18pm On Jun 24, 2022
They are adults now nau, I saw myself as an adult after school, I guess it is morally wrong. huh abi
ProgrammingRe: Chrome Extension And Enhancement Of A Platform In Context To NL Anti-spambot by qtguru(op): 6:57pm On Jun 23, 2022
Biggerbros234:
Hi qtguru, I am also willing to help on the project.
I am currently learning JavaScript.
Are you in the slack group ?
Nairaland GeneralRe: Nairaland Has Enormous Potentials But Seun Doesn't Seem To See Them by qtguru(m): 5:06pm On Jun 23, 2022
_africoders
_Africoders

It works normally
Nairaland GeneralRe: Nairaland Has Enormous Potentials But Seun Doesn't Seem To See Them by qtguru(m): 5:05pm On Jun 23, 2022
_africoder
Nairaland GeneralRe: Nairaland Has Enormous Potentials But Seun Doesn't Seem To See Them by qtguru(m): 12:46pm On Jun 23, 2022
Africoder looks clean though than NL
Nairaland GeneralRe: Nairaland Has Enormous Potentials But Seun Doesn't Seem To See Them by qtguru(m): 12:45pm On Jun 23, 2022
Think4Myself:
I wasn't wrong tho was I?
If twitter stuck with their 2007 design would anyone be using it today? Why do you think nairaland members are reducing daily... Right now you can check, not up to 10k people both members and guests have logged in in the last five minutes, this website would have been dead like MySpace if Nigerian Devs had more funds
Smh angry sad
"People like you will never grow in life" because of Nairaland's preference ?? the excuse is even silly, that is rude to tell another person just because he prefers a platform design. that is crass behaviour.
Nairaland GeneralRe: Nairaland Has Enormous Potentials But Seun Doesn't Seem To See Them by qtguru(m): 12:34pm On Jun 23, 2022
Think4Myself:
People like you will never grow in life, I wish the remaining 10k users can boycott this site so Seun can wake up smh angry
Was this necessary?
ProgrammingRe: Chrome Extension And Enhancement Of A Platform In Context To NL Anti-spambot by qtguru(op): 7:50am On Jun 23, 2022
Update

I had to remove the previous idea, I was wasting too much time on something not too important, so I decided to go with a Sidebar where you can choose which widget to add to the page, I add the idea of adding it to where the controls exist when you write a post, but the sidebar works more in my opinion.

For now, I will keep everything simple, in the future, the UI can always change since it is being built in a Svelte Component. for now I will be setting up Firebase today that is where most of the important details reside in.

There are important issues to discuss:

1. What format to store the widget code. e.g so we need to generate a text that the extension scans for and replaces it with the widget in the DOM.

e.g [widget type='url' rel='link']Link[/widget]

The issue is NL can tomorrow decided to block such, so imagine we can determine what tag to search for in the extension settings. do we encrypt into something else that can only read by extension or come up with our own type of tag. If you have ideas you can comment in the forum

Also, is another discussion, what type of widgets do we want?

1. Ability to share Songs with lyrics
2. Share Images easily
3. Interactive content (3D and STL)

Once the proof of concept is done, I will be halting development until there is a discussion around which widget makes more sense to start

Nairaland GeneralRe: Nairaland Has Enormous Potentials But Seun Doesn't Seem To See Them by qtguru(m): 6:39am On Jun 23, 2022
Seun Already cashes out, there's no incentive for him to do anything else in all honesty. Just keep it simple, personally reddit is a much better fit
ProgrammingRe: Chrome Extension And Enhancement Of A Platform In Context To NL Anti-spambot by qtguru(op):
[s]As you can see, the grammarly extension has injected itself into the node, what should be noted here is that , the Grammarly widget is actually placed infront of the textarea and not inside, what does this mean ?

By deduction it scans the Textarea Element, captures the bounding client to determine the height, offsetleft, offsetRight so it can place itself at the bottom of the textarea, we will be following the same suite. [/s]

New Findings

Apparently, Grammarly extension uses Shadow DOM to replace the existing textarea to render the Main UI, Shadow DOM is something I am familiar with, but never dived deep into. For now we will work with normal DOM Manipulation to set the control for the main time. By today we should be looking at rendering a simple list of component before moving most of the work to Firebase

ProgrammingRe: Chrome Extension And Enhancement Of A Platform In Context To NL Anti-spambot by qtguru(op): 6:41pm On Jun 21, 2022
Now the next phase we want to do is to create an activation point, where users can click on the item to render a dialog, which will show list of components to choose from.

I will be stealing this icon for our application.

ProgrammingRe: Chrome Extension And Enhancement Of A Platform In Context To NL Anti-spambot by qtguru(op): 5:12pm On Jun 21, 2022
The Manifest file has been updated to only run when the page is on Nairaland,

so it loads the Svelte Component into Nairaland DOM

Svelte Components are used either via DOM or Programmatically where it takes the node to be injected in and the pass parameter is the props it expects, just like React.

Rollup transpiles the application and the converts the TS which in turn compiles our code and packages Svelte runtime with it.

Now you can see the extension alter Nairaland when the extension is available.

With this, we can move to add the UI for our widget in new topic, currently this extension only runs in the homepage so we can tweak the manifest to allow url wildcards.

ProgrammingRe: Chrome Extension And Enhancement Of A Platform In Context To NL Anti-spambot by qtguru(op): 4:00pm On Jun 21, 2022
I sent out mails, please kindly respond it is an invitation to the repo.
ProgrammingRe: My Journey Into Shopify Development ( Theme ) by qtguru(op): 3:59pm On Jun 21, 2022
Dawn uses a lot of Custom Elements that way, most if it simply querys the content of Component and attaches all the neccessary events and DOM manipulation to the element.

NOTE

Shopify Theme Development has tons of things to take into consideration.

1. Inspector / Theme Designer Mode
2. Use of App Blocks or not
3. Custom Element / Framework and minimal code junk.

ProgrammingRe: My Journey Into Shopify Development ( Theme ) by qtguru(op): 3:46pm On Jun 21, 2022
Shopify Basic Template Overview
Sections => Allows addition of Reusable Components. e,g Just like WordPress where you can drag and add blocks to it
Template JSON => Blocks of reusable module e.g Widgets like
Layout => The base layout for the theme e.g Something like MasterPages in .NET
Theme App Block => Dynamic injection of content via App
Config => Settings for the Theme, Section and Blocks
Locale => Translation

1 2 3 4 5 6 7 8 ... 119 120 121 122 123 124 125 126 127 (of 204 pages)