
Search In
In this 21st century, Search Engines are the backbone of every internet user. Here are some of the hidden Tips & Tricks which will help you in improving your search on Google:-
Quotation Marks(“”) - Use of quotation m
Pointer is a variable which stores address of another variable. It points to an address of a value.
Pointers in C language is declared using * i.e. asterik symbol.
int *i;//pointer to int
char *ch;//pointer to char .
Example
#include <stdio.h&
To call javascript function write the following lines :
NSString *getStringvalue=[webView stringByEvaluatingJavaScriptFromString:@"getName()”];
Where getName() is a JavaScript function which return a String value.
and to send Objective C variable
Ruby Methods are similar to functions which begins with lowercase letters. It bundles one or more repeatable statements into single units.Methods are always defined before calling them.
Syntax:
def method_name [( [arg [= default]]...[, * arg [, &
For this modify the php.ini files in your xampp folder.These three file you have to change to enable curl library with XAMPP in Windows
Browse and open these 3 files
C:\Program Files\xampp\apache\bin\php.ini
C:\Program Files\xampp\php\php.ini
C:\Pr
Hi All,
If you are adding JButton ,JLabel or JComboBox etc dynamically or adding them during runtime For example
public class Main {
public JPanel buttonPanel ;
public static void main(String[] args) {
JFrame frame = new JFrame();
Steps to create Ramdisk and take backup in oracle
Install SoftPerfect Ram disk software(eg installed location is C:\Program Files\SoftPerfect)
Create a .bat with following content and run it:
REM stop db
oradim -SHUTDOWN -SID DB_SID
REM create a ra
In the previous session, we learnt the basics of media queries and covered some points about how they are used to achieve responsiveness in web design. In this part, we’ll continue with other important aspects of the same.
As we are well aware
Hiii All..
Working with asp.net we use using statement to add name space to our code behind file (C# file) if we want to use any specific namespace, but if there are unused using statement that are present in your code than it can cause performance
Hello all,
In asp.net if we want to show JavaScript pop box from Code behind file (C# file), we can do that by using following block of code :
string script = "<script language='javascript'>alert('This is a JavaScript popup');</script>"