Welcome!

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

SignUp Now!

Recent content by meetdilip

  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

    This is how it is when I resize the browser
  4. 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 -->...
  5. 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...
  6. meetdilip

    HTML & CSS CONTENT PROPERTY

    To be honest, I am completely confused about what you are trying to do. Possibly my fault. But still, if you can explain your problem in 2-3 sentence, that will be useful.
  7. 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 :)
  8. meetdilip

    Building a social networking site

    if a = a, match confirmed
  9. meetdilip

    Help me custom 404 Error

    It is like having our own theme, only for a page - in this case. Source
  10. meetdilip

    Code Forum

    Sure, ping me anytime :)
  11. meetdilip

    Code Forum

    Thanks Admin. Means a lot :)
  12. meetdilip

    Code Forum

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

    PHP Help me club these 2 plugin

    Thanks for all the replies. I will have to wait until the next major release before pursuing this plugin. It would be unwise to work on this now. Appreciate your help.
  14. 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...
  15. meetdilip

    HTML & CSS Animated web banners

    I use graphics programs to make banners. Someone with better exposure to HTML banners will be able to help you.
Back
Top Bottom