Overblog
Follow this blog Administration + Create my blog

gdiplusx

Working on VFP objects dynamically - part3

Working on VFP objects dynamically - part3

this is a top level form with resizing all inner controls. Anchoring dont suffisent to do the perfect resizing.this add a class (from Marcia Akins) to resize each object contained on form and preserve some ratio.it needed with large screens. there is...

Read more

A VFP9 gdiplusX gauge prototype

A VFP9 gdiplusX gauge prototype

the previous code was javascript overlapped with vfp. This code draws a pure vfp9 radial gauge with the gdiplusX library. it uses the imgcanvas of gdiplsuX class and system.app. gdiplusX stable version is the version 20 can be downloaded at vfp codeplex...

Read more

Using "Awesome" web font for icons in VFP

Using "Awesome" web font for icons in VFP

This code draws 694 awesome png icons on the top level form. Awesome font is a modern font designed for web applications (bootstrap) and use html tag,css ..to work on a web page of modern navigators. Infortunatly vfp annot accept it because it is built...

Read more

Five cool slideshow makers

Five cool slideshow makers

jQuery ( javascript ) is actually the top soft for building responsive slideshows.it produces cool transitions. i adapted an original free demo javascript code from http://www.jssor.com/demos/image-gallery.slider the code can fetch for any jpg images...

Read more

A demo of working with sprites

A demo of working with sprites

In short: Icon Sprites are a means of combining multiple images into a single image file for use for ex. on a website, to help with performance. Sprite may seem like a bit of a misnomer considering that you're create a large image as opposed to working...

Read more

Build cool  css3 buttons

Build cool css3 buttons

The term CSS is an acronym for Cascading Style Sheets. CSS is a computer language used on the Internet to format HTML or XML files. Therefore, style sheets, also known as CSS files, include code for managing the design of an HTML page. this is a basic...

Read more

1 2 3 4 5 > >>