
Search In
Hiii all...
I have found something about iPhone and Jquery lightbox. It would be beneficial for those who are working with Jquery lightbox.
If you are opening .aspx page in lightbox, and fetching few values from Session object in backend, all devi
Hi folks,
Can anybody tells me the logic to find all the possible meaningful sub-string from a string for example let my string be "abhishek" then the possible sub-strings from "abhishek" are "hi", "his", "she" & "he" where each one t
Like classes and controllers, protocols itself can also be extended and can be used to produce new protocols.
Here we are creating a base Protocol with superset methods.
We can also call it original protocol. it is inherited from NSObject, like othe
Objects: In general objects are the real world entity. Earlier the two functions communicate with each other using the function call(say programming in c) but the programmer need more better approach for communication between the two functions or cl
What is WebKit?
Apple Inc. launched open source web browser named **Webkit** In today's time it powers browser such as Google Chrome, Apple Safari, the default iOS browser, and the default Android browser.
In CSS, the -webkit- prefix is used for CS
Hey guys,
In this video I am gonna give an intro about the various selection tools in Photoshop and how you can use them.
Below you can you also find the shortcuts keys for different tools I used in the video.
Shortcuts:
L- Lasso Tool
M- Marquee
There are two methods to get assembly path:
Method 1:
Assembly asm = Assembly.GetAssembly(this.GetType());
string path = asm.Location;
string folderPath = Path.GetDirectoryName(path);
Method 2:
Assembly asm = Assembly.GetAssembly(this.GetType
Hi Developer,
Google is coming with the new set of api with Google Now card,Api was released some time before in January this year. Check below url for more information on this.
Google Plans To Release Open API For Google Now Cards
At South by Sou
All Talk: Using the Mediator Pattern in .NET Framework
We always look for the pattern when targeting any new problem which comes to us but what about existing ones. It happens many times that our project increases with time and we lost what object i
Leveraging Interfaces and Extension Methods To Extend Your Classes
Why always look to create new classes or functions in a class when we can extend existing classes. I found these two (Interfaces & Extension methods) very strong practices to sup
