Archive for the ‘Uncategorized’ Category

After Iframe does’t show anything

Hi
Recently I faced a problem with Iframe tag. I was display two objects side by side. first object is Iframe second object is some text. It display only iframe but does not show text.
<code><div style=’float:left;’><iframe src=”one.html /></div><div style=’float:left;’>After text</div></code>
The problem is with iframe closing tag. we need close Iframe tag separately like
<code><div style=’float:left;’><iframe src=”one.html> </firameĀ  [...]

Filter in php

What is a PHP Filter?
A PHP filter is used to validate and filter data coming from insecure sources.
To test, validate and filter user input or custom data is an important part of any web application.
The PHP filter extension is designed to make data filtering easier and quicker.

Why use a Filter?
Almost all web applications [...]

How to Use Connection string in web.config

In .Net 2.0 microsoft introduce new xml tag to maintain connection strings named by “connectionStrings”.
How to set connection Stringin web.config file
<connectionStrings>
<add name=”constr” connectionString=”server=localhost;user id=sa;pwd=password;database=pubgs” providerName=”System.Data.SqlClient”/>
How to use connection string in vb files
Response.Write(ConfigurationManager.ConnectionStrings(“DatabaseConnectionString1″))
How to use connection string in cs files
Response.Write(ConfigurationManager.ConnectionStrings["DatabaseConnectionString1"].ToString());

Test 1 – My 1st wordpress test post

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu urna et augue elementum gravida. Proin et eros ut sapien vehicula pulvinar. Vestibulum congue tincidunt neque. Donec nisl quam, mollis et, fermentum bibendum, lacinia imperdiet, est. Vestibulum feugiat massa ac est. Ut nec augue sed diam ultrices placerat. Aenean euismod, urna non dictum eleifend, nulla [...]

Neque porro quisquam

This is test post