search
  • Sign In
  • Sign Up
Password reset successful

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

P粉541565322

P粉541565322

Follow
student

Follow 0
fans 0
integral 0
Make wrapper take maximum width of child image? [duplicate]

I'm not sure if I was able to word the question correctly but what I'm trying to accomplish is simple to see through example. Pease take a look at this: htt

2026-01-13 18:22:13Ask
CSS
Selecting multiple columns/fields in MySQL subquery

Basically, there is an attribute table and translation table - many translations for one attribute. I need to select id and value from translation for each attribute in a specified l

2026-01-10 20:42:32Ask
MySQL
Remove white space below image [duplicate]

In Firefox only my video thumbnails are displaying mysterious 2-3 pixels of white space between the bottom of my image and its border (see below). I've tried

2025-12-29 08:22:20Ask
CSS
Turn a simple C# DLL into a COM interop component

How do I make a C# DLL into a COM interop DLL that can be consumed by a VB6 application?

2025-12-01 17:22:33Ask
C++
Vue component->Export default...not found

I want to create a dashboard as a component. But I always get this error in cmd "Export 'default' not found in '@syncfusion/ej2-vue-layouts' (imported as 'DashboardLayoutComponent') Does anyone know how I can fix this?"

2024-03-26 08:25:38Ask
Vue.js
Laravel practice of using Redis for current limiting only in production environment

Background By default, Laravel provides two middlewares for rate limiting (throttling): \Illuminate\Routing\Middleware\ThrottleRequests::class\Illuminate\Routing\Middleware\ThrottleRequestsWithRedis::class As the documentation says, if you Using Redis as cache driver you can change the mapping in Kernel.php as follows

2024-01-10 17:54:47Ask
PHP
Why is my Bootstrap class style not taking effect?

So I'm new to HTML, CSS and bootstrap and I can't update the value of my stylesheet in preview, here is my button label and its value: <buttonclass="btnbtn-primarybtn-xl">FindoutMore< /button> But when I try to change the style of the btn-xl value in my CSS, .btn-xl{padding

2023-09-14 09:06:35Ask
CSS3
Write form input to text file using PHP

What I want to do is write the input from the form into a separate text file on submission. Please note that this form cannot be changed. The question is, how can I save the input in a separate TXT file? This is the form: <formmethod="post"><textareaid="name"></textarea><textareaid="message"></text

2023-09-09 19:47:17Ask
PHP
Using JavaScript to add an icon to toggle button events

functiontoggledDeleteAllBtn(){if($('.customer_checkbox:checked').length>0){$('#sel_button').text('Deletedallselected('+$('.customer_checkbox:checked').length+')');}else{$('#sel_button').text('Delet

2023-09-05 00:08:30Ask
HTML
How to solve the problem of application stopping?

I'm developing an application and every time I run it I get the following message: Sorry, MyApp has stopped running. What should I do to resolve this issue? Regarding this question - apparently inspired by "What is a stack trace and how can I use it to debug errors in my application?", there are a lot of questions claiming that their application crashed without providing further details. This question is intended to guide beginner Android programmers on how to try to solve the problem themselves, or ask the right questions.

2023-08-21 15:17:55Ask
MySQL