Please turn JavaScript on
Stack Overflow - Recent Questions icon

Stack Overflow - Recent Questions

Want to keep yourself up to date with the latest news from Stack Overflow - Recent Questions?

Subscribe using the "Follow" button below and we provide you with customized updates, via topic or tag, that get delivered to your email address, your smartphone or on your dedicated news page on follow.it.

You can unsubscribe at any time painlessly.

Title of Stack Overflow - Recent Questions: "Stack Overflow - Where Developers Learn, Share, & Build Careers"

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  316.54 / day

Message History

I am trying to create a weekly view of inspections assigned to an inspector. I am able to hide cells with no data, but I need to collapse the blank cells if there is no data. I have tried asking my IT person who writes the queries I utilize if there is a way to remove the cells from the query, and I am essentially not getting an answer from them.

Apologies on the black...


Read full story

I am currently developing an open-source Wrapped Asset Bridge contract (`WGRAM`) to bridge tokens between EVM-compatible networks and the TON ecosystem. The token contract complies with the ERC-20 standard and features mint/burn controls tied strictly to the bridge infrastructure.

To ensure long-term decentralization, I need to transition the contract ownership from a ...


Read full story

I am trying to create a report where there are two tables next to each other. I want the table on the left to be able to grow, and the table on the right stays static. Currently when the left hand table grows, it pushes the right table off the page. Is there a way to lock the right hand table so that the growth of the other table doe not move it?


Read full story

My excel sheet has many rows. Each row is a project. I want to put a picture into a cell and I hope the picture will be very small when I am NOT click on it. In other words, I don't want to see the full size picture until I click on the cell? How I could do that? Thanks


Read full story

i have a bootstrap modal dialog which use laravel form to register a user.

Here's the code:

<div id="addPenggunaModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="ModalLabel" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h...

Read full story