Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. meetdilip

    Java Battery Low / Full status

    Hi, I am trying to get an audio notification when the Android battery is full and low. I understand the logic. As in, check battery status, then if battery_full run Android Media Player. I am trying to use it for my personal needs. This is the MainActivity.java I have package...
  2. meetdilip

    C++ Need help with colour change

    Hi, I was trying to fetch some help to port a change in Transmission 4.0 to Transmission 3.0. https://github.com/transmission/transmission/pull/3976 The above PR is against the 4.0 beta 2 which adds specific colours to finished downloads. I can see that there are 3 files which affect this...
  3. meetdilip

    HTML Responsive Image issue - Bootstrap 5.1.3

    The hero image is not responsive while using a medium screen. Help me locate the issue <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Bootstrap CSS -->...
  4. meetdilip

    JavaScript Fetch from ID and add as title for SVG

    The below code is from an SVG symbol file. It now has <title> which was not there before. I manually added it by referring to " class ". In this case, it is GBP. The title helps us search inside the SVG sprite/symbol file. I have a file with around 1300 + SVG symbols. This means there are 1300...
  5. meetdilip

    HTML & CSS Templates

    Hi, is there any good and free resource for HTML templates which we can edit and use ? I saw Templated, it looks nice. It would be nice to have a few more options. There used to be a website where they allowed to remove the branding as well. Banking on your experience now :)
  6. meetdilip

    Code Forum

    I was making myself do some animation challenges. Got this one ready during the process
  7. meetdilip

    PHP Help me club these 2 plugin

    Hi, I am trying to find a basic Like plugin with notifications for Vanilla. Sadly, the Like plugin they have has no notifications. There is a similar plugin by the author which does Poke on profile with notifications. I am trying to find some help to refer the Poke plugin and add the...
  8. meetdilip

    HTML & CSS Bootstrap vertical align/ middle

    How can I make a couple of pieces of text appear at the middle ( both horizontal and vertical centred) in full viewport view set using <div class="min-vw-100 min-vh-100"></div> I am using Bootstrap 4.6. Thanks.
  9. meetdilip

    Python Learning Python

    Which resource do you recommend to learn Python ? I am still uncertain whether Python would be the right choice.
  10. meetdilip

    HTML & CSS Make forum theme responsive

    I am not sure whether this comes under PHP. I am trying to make a non-responsive MyBB theme responsive. I am trying to do that with the default theme. But if that is difficult, I will try make a new one. Since I learned PHP but never practised it, I do not know how I can do it without help. The...
  11. meetdilip

    Unable to create a CSS file

    If anyone here is good at SCSS to CSS, can you please help me convert the 2 attached SCSS files into CSS ? I tried Prepros, Koala, command line etc. Nothing works
Back
Top Bottom