Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to write using custom font in HTML

Hello Reader's if you want to write special heading in the custom way in web page then you can use the custom html function as below:- This function will take the font face and size from user and generate the given text into a picture. <!DOCT

Executing a parameterised bat file in C#

In one of my recent projects, I had to execute a bat file which was expecting one argument before execution. Content of bat file was like this : "%~dp0phantomjs.exe" "%~dp0..\examples\rasterize.js" "%1" "%~dp0twingle.jpg" If you Analise the above

How to write forward SQL query in cakephp2.x

We might be familiar with the cakephp simple feature which allows us to retrieve and save data in database using find() and save() functions respectively. But there is an another way of writing forward SQL queries in cakephp through which we can wri

Set more than one variable in CakePHP

set() method provides a way to set values in our cake-php controller so that we can use it in our view for presentation. Syntax of set is: $this->set('variable','value') In cakephp controller, we can set the values as <?php $this->set('v

View same file side by side in Visual Studio

While using Visual Studio, there could be a need to compare two different areas of code etc from a single file. In other editors like notepad++ or sublime, same task can be easily achieved by opening the same file twice, but in Visual Studio this can

Controls in .NET

ASP.NET allows the users to create controls. These user defined controls are categorized into: User controls Custom controls User Controls User controls behaves like miniature ASP.NET pages or web forms, which could be used by many other pa

ACHIEVING ABSTRACTION BY ABSTRACT CLASS IN JAVA

Abstraction Abstraction is a concept which shows only important(essential) feature and hide background details. In other way, abstraction shows only those things to user which are important and hides the background details. for eg :- example of ab

How to change icon and color of FloatingActionButton

Here I am writing the way to change the color and icon of FloatingActionButton. If I talk about icon of the action button, we need to fulfill of requirement and purpose of Floating button. So we need to change the icon of the FloatingActionButton.

What is process to use base64_encode() in PHP ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss How to use base64_encode() in PHP ? So,basically base64_encode() is used for converting any string into MIME base64. If you want to convert any string into MIME base64 then base64_

Document Object Model in javascript

Document object model in javascript:- A document object model represents the document in the window that is display at your screen it has various properties that refer to other objects and allow to access and modified content and that way is know as

1 100 363
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: