If you want transparent background div without the image then this article will help you . The transparent_div class gives you the transparent output of the div on which you will add this class. This CSS supported in modern browser as well as the old browser. The following is the code snippet is the css cross browser opacity. .transparent_div { […]
Web Programming
Get more topic on related to the web technology and programming.
HOW TO EMBED CUSTOM FONTS ON A WEBSITE
Before the invention of the CSS3 the only way to embed font is the flash. But we know that the limitation of the embedding font in flash is that application made in flash doesn’t support on Apple IOS or mobile operating systems. It’s right time for the designer to use the powerful features of embedding font in the website with CSS3 technology. […]
Font Face Generator | Generate Custom Web Fonts
Web Font generator tools convert the font from the your ttf file to the many other extension of the font file like svg, woff, eot, ttf which supports the embedding font on multiple browser. What is Font Face Generator? A font generator is a type of computer software that is used to convert an outline […]
How to get value of selected checkboxes using JQuery
The syntax and script is very simple to get the selected value of check box but some time its is required to help for this simple script. In this tutorial, you will learn how you can get all the check boxes values using JQuery and get those values as script or in array. […]
BEST MEDIA SERVER
First of all it is very important to know about the media server. What is Media Server? Media server is a one kind of server which will be installed on the any system. Media server simply stores the media content and sharer across the clients system. Media server provide the facility to streaming the photos,video,audio, video conference, […]
FULLSCREEN FLASH
It’s good idea for the user perspective to display the flash player as entire computer screen to take advantage of the full screen mode in adobe flash player. It can help to display bigger elements of the developed application and its very user friendly view to take the better user experience in full screen mode. […]
ADOBE FLASH PLAYER
Adobe Flash is a multimedia software created by the Adobe Company. Flash platform used for creating vector graphics, browser games, rich Internet applications, animation, desktop applications, mobile applications and mobile games. Flash was previously know as the Macromedia Flash. Adobe Flash specially created the player that run the application or games created from […]
HTML BULLET POINTS
Html bullet points are very use full when we create the html sites. There are many ways to use the html bullet points. Many developer has prevent the track record by creating the variety of the creative idea by using the bullet point. Here i will explain about bullets point types and that how we […]
HTML BULLET POINTS IN HORIZONTAL LIST
List using the bullets points is the good idea to display content on the web page. Bullet points are used to display the more then one item as vertical align or horizontal align. In previous article we were seen the tutorial about how to display the ordered and unordered bullet vertical list. Below tutorial […]
SERVER SIDE PLAYLIST FOR FLASH MEDIA SERVER
To create the server side script on the flash media server we need to use the Stream class. So we need to some knowledge about this classes before I write the server side script. The Stream class lets you manage or republish streams in an application. A Stream object is the server-side equivalent of the client-side […]