
Search In
The default back button in the navigation bar that pops the current view and takes the screen to the previous ViewController, can be easily customized and made to look fancy, trendy and in relation with the rest of the theme of the app.
This is pret
Indexes in MySQL can improve performance of specific queries Like as below Examples :
Syntax for creating index on one field:
CREATE INDEX indx_magrno ON EmplyeTable (EmplyeID);
These two indexes is supposed to hugely improve performance of INNER
Text-shadow:-
The text-shadow declaration allows you to create a text shadow.
Each shadow is specified as an offset from the text, along with optional color and blur radius values.
Syntax:-
text-shadow: h-shadow v-shadow blur color;
As you see text-
This library is used to create pdf from html.
Steps to install:
#Install wkhtmltopdf library in ruby by using below command:
apt-get install wkhtmltopdf
#Use below command to find the path. This path need to add in in pdfkit.rb[in initializers f
Hi Friends,
This small article can help you to create nice icon. I have some small idea in my mind to create effective icon designs, Before going to design icon, there are some guidelines and principles which you might found that are worth studying.
sometimes you found the search engine of website in browser drop-down list. to add you own website search in that drop-down search engine list. you need to use opensearch format.
OpenSearch is a collection of simple formats for the sharing of search
MongoDB is a document database that provides high performance, high availability, and easy scalability, since it is an unstructured data and doesn't require costly and time-consuming migrations when we want to change our schema dynamically . MongoDB'
To encrypt and decrypt a string we have a predefined functions in Sql Server 2008 that are easy to use. Suppose we want to save some data that doesn't need to be exposed as a plain text then in such case we can use these functions, in real scenario a
"While unexpected, we certainly respect Chris' decision," 49ers general manager Trent Baalke said. "From speaking with Chris, it was evident that he had put a great deal of thought into this decision. He was a consummate professional from day one and
Quick reference of swift language comparison with Objective C code
