Useful tips for everyday
How do you find the difference between two timestamps in Unix? In general though, you’ll calculate differences between dates by counting the seconds between them.…
When do you need pagination on a list? Summary: Long listings might need pagination by default, but if users customize the display to View All…
How are batch requests used in the web? Batch requests Use a POST request to submit a batch operation that contains multiple requests. A batch…
What is Microsoft unit testing? Unit tests give developers and testers a quick way to look for logic errors in the methods of classes in…
When to use add to cart in eCommerce? If the store has been live for awhile, you can strategically implement this functionality on products that…
How do I unzip a code? How to unzip files with WinZip Launch WinZip from the start menu or Desktop icon. If you only want…
Can I put a div inside a link? You can’t put inside – it’s not valid (X)HTML. Even though you style a span with display:…
How do I change column positions? To change the column order In Object Explorer, right-click the table with columns you want to reorder and click…
How do I sort a table by column in SQL? The ORDER BY statement in sql is used to sort the fetched data in either…
How does the Quick Tabs Module work in jQuery? The Quick Tabs module allows you to create blocks of tabbed content, specifically views, blocks, nodes*…