#custom implemention
Explore tagged Tumblr posts
Text
youtube
A Customer Testimonial for SimpleDay, Your Trusted Monday.com Authorized Partner | Unlocking Success
n this insightful customer testimonial, Tom Nelson from American Tank in Windsor, California, shares his experience with SimpleDay's expert solutions. Discover how we transformed American Tank's management and production systems, providing them with unparalleled efficiency and reducing stress, errors, and production time by over 80%. If you're seeking production efficiencies, management oversight, quality controls, and a comprehensive history archive, join us in exploring the impactful collaboration between American Tank and SimpleDay. Ready to elevate your business with Monday.com? Trust the experts at SimpleDay to be your Chief Engineers on the path to success. Subscribe now for more success stories and valuable insights!
#business efficiency#manufacturing success#american tank#productivity boost#collaboration success#production efficiency#customer acquisition#procurement success#business management#testimonial video#a customer testimonial for simpleday#your trusted monday.com authorized partner | unlocking success#Tom Nelson#Monday.com Authorized Partner#monday.com#custom implemention#tara horn monday.com#monday.com tutorials#monday.com quick tutorial#optimize your workflow#Youtube
1 note
·
View note
Text
A fierce duel commences!
#poorly drawn mdzs#mdzs#wei wuxian#lan wangji#game dev diary#This was a test to figure out busts (art style & methodology as well as implementation & uploading)!#Game progress is going well! It is not the most showy content at the moment though....but soon!#I have made more spritesheets + wrote a 20 page script for the beginning of the game + lots of mechanical stuff.#OOH and our main town has a map and I've hammered out most of the major character designs!#(I have a comic I will share later this week about how character design talk in a team setting has been going so far.)#This gif is to share a little bit of whimsy and joy with you all. Because we are having so much fun!#Fanart like this is great for practicing a new medium! Also very few people would care to see my custom windowskins.#(This gif is pre-custom windowskins sadly. Next game dev update will have them though!)#Thank you all for being here at the start of my journey B*)#By the way yeah I do think WWX would be a menace when it comes to taking his medication.#WWX's toxic masculinity trait is thinking he's invincible and doesn't need medication.#He would get worms and go 'Nah my immune system will handle it.' Which. No. Please take worms seriously.#LWJ on the other hand would be the model medication taker. He's got a schedule. A weekly organizer. He's a doctor's dream patient.
895 notes
·
View notes
Text
I don't think many people are anti-copyright and pro-trademark
@brazenautomaton it is with a heavy heart I admit that I am indeed this man
#not that the current implementation of trademarks is any kind of good#but it's legitimate for a customer to know what they're buying is made by the same people that made the OTHER thing with the same brand nam#and not by some other party trying to make a quick buck by overcharging for an inferior product by riding the first guy's coattails
67 notes
·
View notes
Text
I'm sure Astarion has regularly used pet names as a way to distance himself from his marks. It makes everything simultaneously a little less personal for him and a little more alluring for the mark- it's not like the average person throws around "darling" so everyone assumes it means they're something, someone, special.
So, then, imagine how much it might take for him to actually say his partner's name in the context of a newly-real relationship. How meaningful it would be for him to occasionally drop the pet names, that for other people only come about as a sign of intimate affection, and say the true name of his love. The vulnerability of acknowledging, by speaking aloud their name, that he has a whole person he cares for and not just another body on his arm or in his bed.
#I'd love to see this implemented in the game#I know it's also a logistics thing#Like every Tav has a custom name they can't possibly record dialogue for so it won't happen#I'm excited to see if there's any element of this in the origin playthroughs though#literally based in science btw#using a person's name in conversation builds relationships#romantic or otherwise#astarion headcanons#astarion#bg3 astarion#astarion ancunin#bg3#baldurs gate 3#baldur's gate 3#astarion romance
238 notes
·
View notes
Text
Oh my god one of our customers at work has been going in and altering our project documentation to make it look like we agreed to his requests, via api calls which is something he proposed he be allowed to start doing and was told he needed to provide detail on so he didn't do anything screwy, didn't, and started doing anyway.
#the whole customer company are very strict and regimented and their managers expect us to be just as willing to bow to their every demand#regular requests with deadlines a week or more before they ever made the request#not how that works luv#he completely rewrote a business requirement 2 months after it was implemented and signed off#and then reported it not matching the [sneakily new] requirements as a defect which means it could be off budget
10 notes
·
View notes
Text
currently learning how to add a new hostler/purchasable horse into the world for the Steeds of Skyrim Extended module that will have all the world edits in it. it's a pain in the ass just like every other aspect of modding skyrim but I think I've almost got it.
#specifically the pied splash I love that used to be kaidan's horse is getting a new job as a player horse#she'll become purchasable at druadach redoubt after siding with madanach in the forsworn conspiracy quest#that is of course assuming I can get it to work but I will#I've gotten them into the world and got the purchase quest/dialogue squared away after a lot of fiddling with the skse script folders#but I still need to figure out how to set them to only appear once the forsworn conspiracy conditions are met#which will also involve figuring out a quest trigger so I don't have to do the SEQ thing but I can just make that a location change event#I think once I've got it all implemented and working I'll make some custom forsworn-style tack to put on the horse#just for funsies
11 notes
·
View notes
Text
Working on my javascript for my web page. Turns out I have the perfect kind of setup to accomplish some of the project requirements, specifically with even handlers and user interactions
My website, conceptually, will load a different employee details page depending on what employee name is clicked on. But I need to load it dynamically (instead of hard-coding it) so that the user can add or delete employees & it'll be able to still load the relevant shit.
So! Only one employee details page, but depending on how it's loaded, it'll load a different employee's information. Still working on getting down Exactly how to do it (I'm thinking using URL parameters that'll read a different object depending on what ID is used)
It's entirely doable. In fact, it's probably extremely common to do in web pages. No one wants to hard-code information for every new object. Of course not. And thus the usefulness of dynamic javascript stuff.
I can do this. I can very much do this.
#speculation nation#i wasnt very good when i got home and i read fanfic for a while#then took a nap. and now im up again and Getting To Work.#i dont have to have this 100% perfect for final submission just yet. bc final submission isnt today.#but i need to have my final presentation over my thing done by noon (11 hours from now)#and im presenting TODAY. and part of that will be giving a live demo of my project website#so. i need to have all of the core functionality of my website down at the Very Least#might not be perfect yet. but by god if im gonna show up to my presentation with my website not working.#i need to have the employee list lead to employee details with personalized information displayed per employee#i need to create an add employee field that will Actually add an employee. using a form.#and that employee will need to show up on the list and have a new id and everything. the works.#need to set it up so that employees can be deleted. shouldnt be too much extra.#and it would be . interesting. to give an actual 'login' pop-up when someone clicks on the login button#with some kind of basic info as the login parameters. this cant be that hard to code.#the project requirements are: implement 5 distinct user interactions using javascript. at least 3 different eventhandlers#at least 5 different elements with which interaction will trigger an event handler. page modification & addition of new elements to pages#3 different ways of selecting elements. one selection returning collection of html elements with customized operations on each...#hm. customized operations on each... the example given is a todo list with different styles based on if an item is overdue or not#i wonder if my personalized detail page loading would count for this... i also have some extra info displayed for each#but i specifically want the employees to be displayed in the list uniformly. that's kinda like. The Thing.#actually im poking around on my web pages i made previously and i do quite enjoy what i set up before.#need to modify the CSS for the statistics page and employee details to make it in line with what i actually wanted for it#maybe put a background behind the footer text... i tried it before & it was iffy in how it displayed...#but it looks weird when it overlaps with a page's content. idk that's just me being particular again.#theres also data interchange as a requirement. but that should be easy if i set an initial employee list as a json file#good god im going to have to think of so much extra bullshit for these 10 made up employees#wah. this is going to be a lot of work. but. im going to do it. i just wont get very much sleep tonight.#that's ok tho. ive presented under worse conditions (cough my all nighter when i read 3gun vol 10 and cried my eyes out)#and this is going to be the last night like this of my schooling career. the very last one.#just gotta stay strong for one more night 💪💪💪
6 notes
·
View notes
Photo
*chanting* Second pet, second pet, second pet! (Patreon)
#Doodles#Webkinz#Diamond#Rocky#Ghostkinz#Ukadevlog#There he is! :D Another pet! Again this one Had to be the case - I mean right? The BWCat and the Cocker Spaniel are /the/ faces of Webkinz!#They're on the tags! On the site! Show up in a lot of promotional material/in-game items/advertisements/etc! They had to be the first two!#And also it's just good practice for implementing a multi-pet system generally#It's all well and good if Diamond works Perfectly but if as soon as you add in a second element everything goes wrong what's the point#So he's here early in development ♪ Very important that they grow together! And also they're best friends you wouldn't separate them right#It's actually pretty fun to start to think about what I'd name the other OG8! Since I've only ever had Diamond she's so solidified to me#I'm biased towards the BWCat but the Cocker Spaniel is quite cute too! When I can actually draw him correctly lol#I haven't talked much about the pet adoption aspect yet - Diamond and Rocky are just the names I use but! The point is to pick your own!#I mean I still don't have names decided for the rest of them - Rocky just Happened and I've settled happily into it haha#I'd love to have a custom pronouns system too - I've seen it! I think it's really cool!!#One step at a time...#Still using the GShop label lol it's the WShop I promise the concept art went through a phase it's back to normal now lol#Another aspect of pet raising that I think is underutilized in Webkinz Classic is pet interaction!#You can Imagine whatever you want and pose them and stuff but pet conversation?? Come on!!#You can have your pets in the same room but they can't talk to each other?? No! Ghostkinz can talk to each other They Have To#Surprisingly the second pet wouldn't be on the Kero/secondary character ''layer'' hehe#And then a few other little interaction/flags for if multiple pets have been adopted :3c#What do your 'Kinz get up to when you're not around? They keep themselves and each other entertained haha#Having them ''running loose'' in your computer vs. their own rooms does make for a different environment haha#Send 'em home and to bed when you're done playing so they can't get up to so much trouble! No they still will lol
8 notes
·
View notes
Text
kano did a thing again :clown:
...and by 'did a thing', it means 'sat down for roughly three hours last week and, in something akin to a fever dream, made a new stats page for one of its muses.'
(i didn't fill it in until earlier today though, and so it took me another hour to clean up the bullet points and whatever and ever IT'S DONE.)
say hi at /statistics :]
#[ ooc ]: ‘ are you certain? ’#[ i'm ngl i've been wanting to make a custom stats page for her since. ]#[ ............ last july? haha ]#[ didn't have any inspo for tho i'm afraid--until last thursday!! or wednesday i think ]#[ to no one's surprise. kano is selena-pilled by chapter 13 of ephraim's route ]#[ who would've guessed :scream: :interrobang: ]#[ there's some stuff i didn't get to implement (music and background image) ]#[ but the music is cuz i didn't have a song ready to insert ]#[ and the background image is the same situation actually ]#[ ........................i'll just quietly insert those elements later while no one's looking /lh ]
7 notes
·
View notes
Text
Finalizing dialogue scripts! I want to be ready for the end of the year, hopefully.
#still need to implement her HPH and fight her summoning script#but she DOES function#fingers crossed i'll be ready for voicing ASAP#tes#skyrim#skyrim modding#skyrim custom followers#marasa mosshollow
10 notes
·
View notes
Text
youtube
Simplify Your Vendors | Easy Setup of Vendor Boards in monday.com | Tara Horn
how to use monday.com,monday.com tutorials,monday.com,custom implemention,monday,simplyday,vendors boards,set up vendors boards in monday.com,monday.com step by step guide,simplify your vendors,vendor management.,vendor boards,easy tutorial for vendor boards,work flow optimization,business efficiency,tech solutions,vendor management,easy setup of vendor boards in monday.com,tara horn monday.com,tara horn tutorials
#how to use monday.com#monday.com tutorials#monday.com#custom implemention#monday#simplyday#vendors boards#set up vendors boards in monday.com#monday.com step by step guide#simplify your vendors#vendor management.#vendor boards#easy tutorial for vendor boards#work flow optimization#business efficiency#tech solutions#vendor management#easy setup of vendor boards in monday.com#tara horn monday.com#tara horn tutorials#Youtube
0 notes
Text

Well. Guess I’m doing this now.
#and i JUST replayed oot 100% too lol#i really love majora’s mask though so i’m excited for this#actually doesn’t seem like it supports custom textures JUST yet#so i’ll wait until that’s implemented#but this is still great
18 notes
·
View notes
Text
How would yall feel if staff introduced the ability to make custom/user made apparel
#flight rising#fr#like skins. but you dont have to keep dragon lineart n shadows. and can go out of bounds of the dragon#i think it sounds really fun in theory but a bit of a complicated mess in execution#amd would give staff a new challenge right after the skins were steamlined#id say custom apparel would need to be separate from real apparel but not sure how thatd effect layering#do you think itd be in pieces like. head. body. wings. arms. extras. etc#or would it be like skins n accents where 1 custom apparel could be a whole outfit and another “accent” option where itd be one or two items#idk. its fun to think on the potential. its a shame itd be a nightmare to implement realistically#oo what if only ancients could have custom apparel. thatd solve layering issues lol
9 notes
·
View notes
Text
one weird part of my job is sometimes I get little old ladies with sweet hearts poking through the compost box on the bottom of my cart that tell me I shouldn't be throwing away what I am throwing away. Like yeah, I get it. Food waste sucks! I hate throwing anything away. But everything down there is rotting or bruised or withered or just ugly enough that I know it will sit on the shelf until it is rotting, bruised, and withered. I cannot mark it down, and you will not buy it at full price. "But poor people---!" Poor people deserve food that isn't moldy or bruised or withered or ugly! And afaik our company already donates actually edible food to pantries!
#this has happened a handful of times like yes i get it but please understand what you're actually asking for#call corporate if you are unhappy with our compost going to pig farmers as feed.#or that you'd like for us to implement a markdown system for produce (like we already have for meat/bread/etc)#i cannot do anything here store-side#just a vent dont mind meee#u#and jsut. the number of times i've told customers 'yeah this is still fully edible so if it's in your house looking like this then its fine#'but no on is going to buy it looking like this'#ANYWAY while I'm here if that site is still around that sells 'ugly produce' to reduce food waste it is a complete scam#produce is graded and ugly stuff that is still edible goes to plants that turn it into soups or jellies or various other products.#it doesn't get thrown away for being ugly unless it gets to a store and even then we do still try to sell it#and i purposefully put uglier shit where I know it'll get grabbed by ppl who dgaf.#thank you customers who dgaf!!!!!!!!! you're my favorite#ppl who dig to the bottom when there is new shit on the top: please fuck right off. you didn't even look. you didn't even try.
7 notes
·
View notes
Text
#hire shopify experts#shopify custom sections#shopify theme customization#shopify development services#shopify development company#Software development services#Software Development company#Hire software developers#Open Source Implementation#Ecommerce Factory#ERP Development#Refining Existing Applications#Conversion Rate Optimization#Don’t Just Update#Upgrade!#Startup Solutions#ADA Compliant Website#Online Marketplace Development#Theme Development#Platform Migration
2 notes
·
View notes
Text
making slow progress toward a (vaguely) dynamic pokémon custom team template that mimics the Bulbapedia team flyout and after ... a ... While ... of essentially redesigning the element hierarchy from scratch with the help of a friend who is MUCH better at programming than me, it is beginning to Look
(the Absol screenshot was just one I had on hand for a stand-in, my final one will probably look a little different since I want to also add Mega / Partner Pokemon indicators if possible, and to also just tweak the info hierarchy a bit)
#from the writer's den#void talks#getting those corners on the moves was ROUGH. initially it was a table structure but after much struggle#my friend found an implementation that just uses css wizardry instead of html#also for anyone curious: the reason I say it's vaguely dynamic is bc it's actually a jinja template and html#with my vague idea being that essentially it prints out pages for any arbitrary team#(though obviously the pages themselves will be static)#also for those familiar with bulbapedia#I wanted to have a proper 'neuter' gender marker so my eventual goal is to write a little if-then in the jinja file#that allows it to convert to arbitrary symbols (to display) in addition to having the custom colors (in the css)#probably in the form of a 'if [m] / elif [f] / else' for the colors#this is solely bc there's enough neutral-gender pokemon on my oc teams that I want it to actually be indicated#where absence actually means unspecified
5 notes
·
View notes