๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

How to wait for the end of resize event and only then perform an action

๐Ÿ“‚ Categories: Javascript

So I currently use something like windowresizefunctionresizedw But this gets called many times while resizing process goes on Is it possible to catch an event

Thumbnail for Posts

Implementing two interfaces in a class with same method Which interface method is overridden

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Interface Overriding

Two interfaces with same method names and signatures But implemented by a single class then how the compiler will identify the which method is for which

Thumbnail for Posts

In what cases will HTTPREFERER be empty

๐Ÿ“‚ Categories: Programming

I know its possible to get an empty HTTPREFERER Under what circumstances does this happen If I get an empty one does it always mean that the user changed it Is

Thumbnail for Posts

Insert string at specified position

๐Ÿ“‚ Categories: Php
๐Ÿท๏ธ Tags: String

Is there a PHP function that can do that Im using strpos to get the position of a substring and I want to insert a string after that

Thumbnail for Posts

Installing Bower on Ubuntu

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Npm Bower

Im trying to install Bower on XUbuntu 1310 following the instructions on the Bower home page after doing sudo aptget install npm and sudo npm install g bower I

Thumbnail for Posts

Is ResponseEnd considered harmful

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: .Net Asp.Net

This KB Article says that ASPNETs ResponseEnd aborts a thread Reflector shows that it looks like this public void End if thiscontextIsInCancellablePeriod

Thumbnail for Posts

Is there 0b or something similar to represent a binary number in Javascript

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Javascript

I know that 0x is a prefix for hexadecimal numbers in Javascript For example 0xFF stands for the number 255 Is there something similar for binary numbers I

Thumbnail for Posts

Is there an alternative to stringReplace that is case-insensitive

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: .Net String .Net-2.0 Replace

I need to search a string and replace all occurrences of FirstName and PolicyAmount with a value pulled from a database The problem is the capitalization of

Thumbnail for Posts

Is there an upside down caret character

๐Ÿ“‚ Categories: Html

I have to maintain a large number of classic ASP pages many of which have tabular data with no sort capabilities at all Whatever order the original developer