
Search In
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
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
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() 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
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
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
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
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.
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:-
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
