View and Display PDF Files in Android

I want to share this project of mine that can view and display PDF files on phone. It does not use Adobe Reader or any app but this is purely of hardcode. This android app views and display PDF files, gets the number of pages, and has zoom in and zoom out button to zoom the PDF. This greatly helps the students in their thesis/capstone projects that involves viewing of PDF files.

Typography Effect in CSS

This project will teach you one example of typography effect using css. There are no images included in this example. What we have to do is skew each letter. The odd letter will set the transform property into 10deg skewY and the even is negative 10deg skewY. This will look like each letter is folding. Hope you learn from this simple project.

Member Application CodeIgniter

Applications with features indispensable members in the development, I try to give a simple example in the manufacture of the member login registration application. This application is built using the CodeIgniter framework, with MVC and OOP concepts. Hope it will be useful to you in finding a complete reference learn Codeigniter. Regards. Gamma EMail: [email protected] http://sourcecode-ta

Background Blend Modes in CSS

This project will teach you how to use a background-blend-mode in css. Background-blend-mode allows you to blend images and background color. We have different kinds of blend modes(multiply, screen, overlay, burn, color, darken...). Each blend modes applied will produce a stunning effect to an image. I have here an examples of all blend modes that you can use. Hope you learn from this.

PageSwitch - Last Update (01/16/2014) now on GitHub

GITHUB - > https://github.com/Welsen97/PageSwitch PageSwitch is a small program that allows you to display ramdom pages as if it was a projector. In order to use it , you place insert some links , and adjust some settings , and on the click of the green button , the program will continiously load the links ONE by ONE. It's meant to use as dynamic dashboard. One page is displayed , then closes and

Clipping Text Using Background-Clip in CSS

This project will teach you how to clip text using background-clip in css. First we have to set background-clip into text, set the text-fill-color into transparent so the background image will display. Put a background image and animate. In my example, I have a text LIFELINE which has a background image of a lifeline and slide the image from left to right. Hope you learn from this.

Dot Leaders in HTML/CSS

This project will teach you how to create a dot leaders using html/css. Dot leaders is used to connect items across a gap of variables. We can also used other symbols like dash, arrows etc, but what we mostly used is dots. The tricks in doing this is we fill the full width of the page with dots and the spans(where we put the strings) are put on top. We set also the background of the span into