Prism ICT

Blog

At Prism ICT, we offer a comprehensive range of services designed to help you achieve digital excellence At Prism ICT, we offer a comprehensive range of services

If statement in excel

The main syntax for the IF function in Microsoft Excel is: IF( condition_here, [value_if_true], [value_if_false] ) If A1 equal to B1 =IF(A1=B1, "value_if_true", "value_if_false") If A1 not equal to B1 =IF(A1<>B1, "value_if_true", "value_if_false")

Stop Chrome auto refresh tab (Stop auto tab discarding)

If you want to stop chrome auto discarding you simple follow this step. open chrome://flags/ on your chrome find Automatic tab discarding and and make it disabled Re-start your browser Yes! You successfully solve this

WordPress register and get custom size thumbnail

For registration add this code on function.php add_image_size( 'size-name', 220, 180, true ); size-name It's must should be unique but you can use any name for this. 220 = Width (You can

1 14 15 16 17 18 19