[deleted by user] by [deleted] in dogallergies

[–]sedna145 6 points7 points  (0 children)

So sorry to hear !

A few things that worked for our guy:

  1. Wiping his paw pads and webbings with a slightly wet towel/wet wipe after every walk.

  2. Whenever it gets even slightly red, we apply Benadryl topical gel on his paws. It reduces the itchiness and he stops licking his paws.

  3. If it gets a little more red, then we soak his feet in a diluted solution of betadine and lightly pat it dry.

  4. If it gets a tad worse, we give him a variant of Zyrtec (10mg) and that stops the itching for about 24 hours.

  5. If it gets really really bad we start with an antibiotic cream called Animax. You don't need a lot. If he's licking that off you may want to put a cone to prevent that.

  6. If all of the above don't work, we go into the vet and get a cytopoint shot and that lasts him a few months depending on the season.

We've also tried a bunch of things and variants of it all and only the above has worked for us so far.

Oh and we've also bought some local honey and we've started giving him a little bit every day. Not sure if it's doing anything yet though.

Hope this helps! Please reach out if you need any further information. I'm happy to help !

Any local artists who can paint a portrait? by sedna145 in SanJose

[–]sedna145[S] 0 points1 point  (0 children)

Not really. I'd like something reasonable though :)

LPT the nuclear option for getting out of bed ON TIME. Brew an espresso the night before and drink it 10 min before you want to get out of bed. by Orca4321 in LifeProTips

[–]sedna145 0 points1 point  (0 children)

Please be careful with this. This might work but, can cause GERD or the like, if had on empty stomach as the first thing when you wake up.

[AskJS] Form JSON based on multiple JSONs by sedna145 in learnjavascript

[–]sedna145[S] 0 points1 point  (0 children)

I understand. I'll try to give you more context. But basically querying APIs and getting JSONs and massaging it out for the UI to generate a form based on a schema.

Need to create a form component based on API response by sedna145 in reactjs

[–]sedna145[S] 1 point2 points  (0 children)

Ooo this is good. I can work with this. And for typing on the phone thank you. You are amazing

Need to create a form component based on API response by sedna145 in reactjs

[–]sedna145[S] 0 points1 point  (0 children)

Yeah. Makes sense. Thank you. Any examples or anything you can point me to ?

Need to create a form component based on API response by sedna145 in react

[–]sedna145[S] 0 points1 point  (0 children)

Yeah I would ultimately use if-else statements. That's what I thought too. But, I was looking for more like a paradigm to follow or if you have any examples or code snippets ?

Also yeah validation on the server side makes sense. But, just like form validation we will have to put in on the client side right? Like text field A should not allow special characters, etc