Friday, May 24, 2013

Personal web page design.

i have make sample personal page i put the source code here click here to download

for example this is the index.html source code.download the rar file to see the whole code.

<!DOCTYPE html>
<html lang="en">
<head>
    <title>Yabina's Page!</title>
    <meta charset="utf-8" />
   
    <link rel="stylesheet" href="style.css" type="text/css" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

</head>

<body class="body">
   
    <header class="mainHeader">
        <img src="img/logoo.jpg">
        <nav><ul>
            <li class="active"><a href="#">Home</a></li>
            <li><a href="about.html">Profile</a></li>
            <li><a href="blog.html">Blog</a></li>
            <li><a href="contact.html">Contact</a></li>
        </ul></nav>
    </header>
       
    <div class="mainContent">
        <div class="content">   
                <article class="topcontent">   
                    <header>
                        <h2><a href="#" rel="bookmark" title="Permalink to this POST TITLE">Second article</a></h2>
                    </header>
                   
                    <footer>
                        <p class="post-info">This was posted on the 2nd of March 2013 by Christian Vasile</p>
                    </footer>
                   
                    <content>
                        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p>
                        <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</p>
                    </content>
                   
                </article>

                <article class="bottomcontent">   
                    <header>
                        <h2><a href="#" rel="bookmark" title="Permalink to this POST TITLE">First post</a></h2>
                    </header>

                    <footer>
                        <p class="post-info">This was posted on the 5th of March 2013 by Christian Vasile</p>
                    </footer>
                   
                    <content>
                        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
                    </content>
               
                </article>
        </div>
           
                <aside class="top-sidebar">
                    <article>
                    <h2>Top Sidebar</h2>
                    <p>Discover how to use new techniques to achieve an outstanding, cross-browser HTML5.</p>
                    </article>
                </aside>
               
                <aside class="middle-sidebar">
                    <article>
                    <h2>Middle Sidebar</h2>
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
                    </article>
                </aside>               

                <aside class="bottom-sidebar">
                    <article>
                    <h2>Bottom Sidebar</h2>
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod expedita distinctio.</p>
                    </article>
                </aside>   
    </div>
   
    <footer class="mainFooter">
        <p>Copyright &copy; 2013 <a href="http://1stwebdesigner.com">1stwebdesigner</a></p>
    </footer>

</body>
</html>

Monday, August 6, 2012

joomla for web page developers


 Here is a good tip for webpage developers on joomla

 

Get Started with Joomla! and WebMatrix

Microsoft WebMatrix makes it easy for anyone to create a Joomla! site. Joomla! available from the Web Application Gallery is fully tested to run on WebMatrix. Customize your site easily and then publish it on the internet from a wide choice of hosting service providers.
Create Customize Publish
  • WebMatrix makes creating a Joomla! site easy. WebMatrix will download, install and configure the latest version of Joomla! for you automatically.
  • WebMatrix provides everything you need including the web server, MySQL, and PHP. It also includes our URL Rewrite module for “Pretty Permalinks” in Joomla! and WinCache to ensure your Joomla! site runs fast on Windows.
  • By using the same stack on your development desktop that you’ll use on the server that hosts your clients’ site, the process of going live is painless and worry free.
  • WebMatrix lets you customize your Joomla! site. The lightweight editor supports HTML, CSS and PHP and makes you more productive with features such as color coding and tag completion.
  • WebMatrix provides editing capabilities for your SQL Server database allowing you to modify your schema or edit data directly if needed.
  • WebMatrix provides a Search Engine Optimization (SEO) report that crawls your local site. WebMatrix and gives you specific feedback to ensure your site is easily indexed by all the major search engines.
  • WebMatrix makes it easy to publish your site to a hosted server. WebMatrix supports the standard FTP and Secure FTP protocols as well as Microsoft’s WebDeploy protocol.
  • WebDeploy makes publishing even easier by automatically configuring your server first as well as smartly deploying only the files that have changed for any updates. WebDeploy can even synch your development machine with your live site.
  • Best of all WebMatrix includes a Hosting Gallery with great offers for hosting on Windows. Get the best deals for hosting Joomla! on Windows right inside WebMatrix itself.


Thursday, June 28, 2012

any one who need to win tecno challange ethiopia...?

Complete Guide To Deploy Java Web Application in Amazon Ec2 using Eclipse

hi this is my next post on this blogg.... as you know tecno mobile have announced that there will be moblie app challeng so if you are interested read this blogg for more information please follow this link


Hi readers,
Today I'm going to show you how to deploy simple java web application in amazon ec2 using Eclipse IDE.
Before we begin we need some required things,

k, lets start, here we go....

Step 1
  • First you have to install the AWS toolkit for eclipse plugin. Simply go to Help--> Eclipse Market Place --> Search Amazon
  • You will get the AWS toolkit for eclipse .
  • Click Install
  • It will show the corresponding packages and after agree the license will install it. Just a simple procedure.

Step 2
  • Windows --> Preferences --> select AWS Toolkit and Fill the fields according to your amazon ec2 account 
  • Give your name to Account Name (Not Necessary), but give exact value to Access Key ID and Secret Access Key according to your amazon acc.
  • In the optional configuration (Expand it) give account id (exact value) to that field.

Step 3
  • Windows --> Show view --> Other --> Select AWS toolkit view (Select all views) --> OK
  • Now you can see the perspective view of aws.

Step 4
  • Now the configuration part is over.
  • Lets create a Amazon ec2 server. To do that File --> New --> Other --> Server --> server  --> select amazon ec2 or amazon elastic server tomcat version 6 (you can either choose tomcat version 7)
  • Fill the fields and Finish. (Hope you have some basic understand about eclipse)


Step 5
  • Now create a Dynamic Web project. File --> New --> Other -> Web --> Dynamic Web Project
  • Give whatever name you like.
  • Choose AWS Ec2 or Elastic runtime as a target runtime. 
  • Click Finish


Step 6
  • Now create a servlet and Finish
  • Change the doGet() in servlet (Only for demo. This is where your code goesssss)


Step 7
  • Right click Servlet --> Run as --> Run On server --> Select the server you above create and Finish.


Step 8
  • Eclipse will automatically open the web page that you created. (Or in server tab right click the server and select amazon web service --> running)

Thats it.....

Just a simple procedure but you can expand this in your war... its up to you.

Saturday, June 23, 2012

hay guys this blog is about electrical engineering, i am electrical engineering in a.a.u. From now on i will continually blog about electrical engineering,university life,computer tricks and so on...