search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

P粉662089521

P粉662089521

Follow
student

Follow 0
fans 0
integral 0
How do I create a simple 'Hello World' module in Magento?

How can the following be accomplished in Magento? Display a "Hello World" message using a controller/view/model approach. So, if I went to http://example.com/myController it would

2025-12-31 19:43:12Ask
PHP
What is the difference between old style and new style classes in Python?

What is the difference between old style and new style classes in Python? When should I use one or the other?

2025-12-23 11:43:10Ask
Python
'text-decoration” and the ':after” pseudo-element, revisited

I'm re-asking this question because its answers didn't work in my case. In my stylesheet for printed media I want to append the url after every link using the :after pseudo-class.

2025-12-18 07:22:12Ask
CSS
Ternary operator and string concatenation quirk?

Hi I just want to know why this code yields (at least for me) an incorrect result. Well, probably i'm in fault here $description = 'Paper: ' . ($paperType == 'bond') ? 'Bond' : 'Ot

2025-12-13 21:22:14Ask
PHP
Title: Unable to find Laravel 8 login page in Jetstream Inertia's AUTH package

I'm trying to design a Laravel8 login page but I found it in the button of the login page and I want to see it in the middle. I'm using Laravel8

2024-04-01 16:53:48Ask
MySQL
ErrorException Trying to get property 'nom_service' of non-object

Please help I've tried the max approach with no results, I'm a beginner with Laravel! ! ! liste.blade.php<td>{{$data->candidature->demande}}</td><td>{{$data->candidature->service->nom_service}}</td><td>{ {$data-&

2024-02-26 22:38:44Ask
PHP
I get an error while processing codemirror even though it is in my package.json

import"codemirror/lib/codemirror.css";import"codemirror/theme/material.css";import'codemirror/mode/xml/xml.js'import'codemirror/mode/javascript/javascript.js'import'codemirror/mode

2024-01-29 12:51:14Ask
React
Vue 3 composition api - computed property returns undefined

Using the Vue3 composition API, how to return the calculated value of the property firstDigit? The keyword this in the computed property is undefined but when I exclude this I get the error fourDigitsisnotDefined. <scriptsetup>import{computed,reactive}from'vue'consstinput=reactive({fourDigits:Array(1,2,3,4),f

2023-10-31 19:00:10Ask
Vue.js