Archive

Posts Tagged ‘graphic’

EmbedChessboard

March 10th, 2010 php No comments

EmbedChessboardPlugin to embed a javascript chessboard in joomla articles for replaying chess games.

The plugin enables a new bbcode tag in joomla articles that translates in a graphical chessboard, such as:

[pgn parameter=value ...]
chess games notation in PGN format
[/pgn]

Example:

[pgn initialHalfmove=5 autoplayMode=none]
1. e4 e6 2. d4 d5 3. e5 c5 4. c3 Qb6
[/pgn]

The plugin is based on the pgn4web tool, a tutorial, including configuration options and tag parameters, is available at the pgn4web wiki:

http://code.google.com/p/pgn4web/wiki/User_Notes_joomla


Related posts

Categories: Joomla Tags: , , , , ,

MSI Offers The New X-Slim X360 Notebook

March 10th, 2010 widget lover No comments

msi MSI Offers The New X-Slim X360 Notebook

MSI offers the new X-Slim X360 Notebook with smart features. This is the amazing business notebook with Intel Arrandale ultra-low voltage processor. The notebook comes in an ultra-slim appearance factor that is less than an inch thick and weighs 1.4kg.

It has color film print surface and swank of a stylish rhombic pattern. MSI has outfitted this ultra-portable with Intel’s ultra low voltage dual-core 1.06GHz Core i5-520UM microprocessor that hold up Intel Turbo Boost technology.

This notebook keys run smoothly you can easily type anything and do your work comfortably. The processor of this is paired with Intel HM55 chipset and unstipulated Intel HD graphics.

MSI

This is 13-inch HD glare-type LCD display notebook it holds up 1366×768 pixel resolutions, making it nice to watch a few 720p HD definition pleased. Also this notebook is preloaded with Windows 7 Home Premium, EasyViewer for enhanced picture screening and EasyFace for face recognition.

It also offers lots of other excellent features such as 1.3megapixel webcam Bluetooth 2.1, D-Sub port, Wi-Fi (802.11 b/g/n), 2-in-1 multimedia card reader, LAN Port and two USB 2.0 the notebook also gives nine hours of battery life capacity with the help of MSI’s ECO power-saving technology that recommend five power management settings – Word Processing, Film, Turbo Battery, game and presentation. It’s a nice and impressive notebook of MSI!

Via

Related posts

Image Processor (CSS)

March 10th, 2010 php No comments
Screen
Package:
Summary:
Draw images defined with CSS like properties
Groups:
Author:
Description:
This class can be used to draw images defined with CSS like properties.

It can create an empty image or open and existing image from a file.

The class can draw different types of primitives using CSS like style strings to define the parameters of those primitives.

Currently it can draw text strings, other images like watermarks, lines, rectangles, circles, ellipses, etc..

The generated image can also be cropped and resized before it is saved to a file.


Related posts

Categories: PHP Tags: , , , ,

MPO Extractor

March 10th, 2010 php No comments
Package:
Summary:
Extract images from Fuji MPO files
Groups:
Author:
Description:
This class can be used to extract images from Fuji MPO files.

It can parse a given MPO file and extract the JPEG images that are contained in it.

The extracted images can be returned as strings, GD image resources, or be stored in other files with the same base file name as the original, but appended of the image number and the .jpg extension.


Related posts

Categories: PHP Tags: , ,

Talk:Adding sortable columns to a table in a component

March 7th, 2010 php No comments


←Older revision Revision as of 03:38, 7 March 2010
Line 1: Line 1:
  +
==Article Altered==
  +
Hopefully final fix after much head-banging upon desk
  +
[[User:Zola|Zola]] 03:38, 7 March 2010 (UTC)
  +
==Suggested Fix==
There is a problem with this example. As reported in many posts, the column headings only allow DESCending sorts. In addition, the grid.sort method called by JHTML doesn’t display the sort direction arrow graphic. If you can live without having the final sort column and sort direction stored in the user state for future use, the problem can be fixed as follows. The whole process is shown rather than alterations.
There is a problem with this example. As reported in many posts, the column headings only allow DESCending sorts. In addition, the grid.sort method called by JHTML doesn’t display the sort direction arrow graphic. If you can live without having the final sort column and sort direction stored in the user state for future use, the problem can be fixed as follows. The whole process is shown rather than alterations.

Related posts

Categories: Joomla Tags:

GraphML Generator

March 5th, 2010 php No comments
Package:
Summary:
Generate UML diagrams from PHP code using GraphML
Groups:
Author:
Description:
This class can be used to generate UML diagrams from PHP code using GraphML.

It traverses a given directory to locate and parse PHP files. It scans the files for classes and their variables functions.

The class can generate UML diagrams in the GraphML format from the classes that were found.


Related posts

Categories: PHP Tags: , ,

Printing My Food By The Molecule

March 3rd, 2010 Techno Wizkid No comments

Molecular gastronomy studies the physical and chemical processes that occur while cooking. It basically tries to investigate and explain the chemical reasons behind the transformation of ingredients. We saw reference to this stream a while ago and now inspired by the so-called ‘molecular gastronomists’ who take pride in completely deconstructing food only to re assemble them bizarre modern ways, Philips Design presents the Food Creation Concept.

Food Creation consists of a food printer that would accept various edible ingredients and then combine and ‘print’ them in the desired shape and consistency, in much the same way as stereo lithographic printers create 3-D representations of product concepts.

For example carrot could be served as foam or parmesan cheese as a strand of spaghetti! So if the kids don’t want to eat broccoli or brussels sprouts, how about shaping them as candy or ice-cream?

Interestingly, the printer allows you to adjust the nutritional value and relevance of what was being ‘printed’ based on input from the diagnostic kitchen’s nutrition monitor. This ways you’ll always have the perfectly balanced meal.

Designer: Philips Design

Food Creation Concept Of Molecular Cooking and Printing by Philips Design

Food_Creation2

Food_Creation3

Food_Creation4

Food_Creation5

Food_Creation6

Food_Creation7

Food_Creation8

Related posts

unlimg

March 3rd, 2010 php No comments
Package:
Summary:
Generate an image based on the hash of string
Groups:
Author:
Description:
This class can be used to generate an image based on the hash of string.

It takes a text string and computes its hash using SHA1 algorithm.

The class renders an image with filled polygons defined by the resulting hashed string.

In Portuguese:

A classe computa o hash de uma string e usa esse valor para gerar uma imagem única, semelhante ao Identicon criado por Don Park.


Related posts

Categories: PHP Tags: , , , ,