Sunday 5 August 2012

facebook 2011 blogger template download

0 comments

Read full post »

ajax login form

1 comments
the below file really inspires u to do projects because , in the below one contains login form with beautiful validation  enjoy with downloadable link
                           
                    
Read full post »

magic signup for your website

0 comments
hi friends today i wana share magical signup form for u download it and paste where ever u want


Read full post »

Tuesday 24 July 2012

Top 10 blogger 2012 templates

0 comments


                                                          DOWNLOAD



                                                                      DOWNLOAD


                                                                         DOWNLOAD


DOWNLOAD OTHER TEMPLATES DOWNLOAD
Read full post »

Connect MS-ACCESS database using jsp and php

1 comments

1) hello friends today am wana show u how we can connect ms access using "jsp" and "php" also
 
2) first of open ms access and edit the content (but u must and should have basics of database)
 
   i)take the blank document ii)and rename it iii)and right click on "table1" iv)goto "design view"
 
    v)and delete the coloum of "id" vi)add tuples what u like

3) if u have tomcat->web apps->" new folder (your project name)" save it in tomcat or save it in
    any folder.

4) open control panel->(choose large icons in view by)->open Administration Tools->Double click
    on ODBC->select system DSN->add ->(Microsoft Access Driver *.accb,*.mdb)->dont bother about
    database name here u can give ur name also ,if u give ur name u will use that name on conn.

5) half of the work completed .

6) at next u will go for my tutorial video for better understand , you can download this video
     also.
                 <------------------VYDYABHUSHANA SIDDHU(vydyas.blogspot.com)----------------->


DATABASE CONNECTION USING JSP TO CONNECT AND INSERTING VALUES:



<html>
<body>
<%@ page import="java.sql.*"%>
<%
try
    {
        String user1=request.getParameter("user");
        String email1=request.getParameter("email");
        String pass1=request.getParameter("pass");
int  flag=0;
String str=Integer.toString(flag);
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
        Connection con=DriverManager.getConnection("jdbc:odbc:epoll","","");
PreparedStatement pst= con.prepareStatement("insert into user values(?,?,?,?)");
pst.setString(1,user1);
pst.setString(2,email1);
pst.setString(3,pass1);
pst.setString(4,str);
pst.executeUpdate();
con.close();
    }
catch(Exception e)
    {
        out.println("done exception"+e);
    }
%>
<jsp:include page="epoll.html"/>

</body>
</html>

video link will be updated soon.....................

Read full post »

Friday 20 July 2012

Glowing input fields in css

0 comments










for code press ctrl+u after opening
Read full post »

Create Page Like Facebook

0 comments
simply implemented using  html code demo page looks like
code here
CLICK HERE 2 DOWNLOAD
Read full post »

Thursday 19 July 2012

Create a page looks like GMAIL

0 comments
1)good morning friends today am posting how to create a page looks like gmail .


the front looks like below







2)the pink color background is replaced by white color.
3)the top black color is designed using css
        
<body bgcolor="black" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>


4)if u want to download the code click below

                                                 DOWNLOAD THE CODE HERE
Read full post »
 

Copyright © How 2 Create Design by Free CSS Templates | Blogger Theme by BTDesigner | Powered by Blogger

Blogger Wordpress Gadgets