- Mobile software development
- iOS
- Android
- Tizen
- Qt
- Windows Phone
- C# (Xamarin)
- Pascal (RAD Studio)
- PHP:
- Laravel
- CakePHP
- Joomla
- Ruby
- Ruby on Rails
- ASP.NET
- J2EE:
- Apache Tomcat, JBoss
- Maven
- Spring
- Prolog: B Prolog and SWI Prolog.
Software Outsourcing Service
Our company can develop software with the following technologies:
Labels:
SOSS
Favicon
What is favicon?
Favicon stands for favorite icon, also called as website icon, shortcut icon, url icon, bookmark icon, webpage icon. It is a small square image with dimension 16x16, 32x32, 64x64.A graphic designer can design it for a web designer. Web master can install it into his/her website by some ways.Most graphical web browsers will then make use of it. Supporting web browsers typically display a page's favicon in the browser's address bar and next to the page's name in a list of bookmarks. Tab browsers typically show a page's favicon next to the page's title on the tab. Some programs allow the user to select an icon of his own from the hard drive and associate it with a website. In the webmaster tool of Google Inc, favicon of website will appear next to the url of the site.
favicon.ico
In 2003 the
Browser support
The following format is cross-browser compatible and is supported by Internet Explorer, Firefox, Chrome, and Opera:
<link rel="SHORTCUT ICON" href="http://www.example.com/myicon.ico"/>
Additionally the following is also acceptable:
<link rel="SHORTCUT ICON" href="/somepath/myicon.ico"/>
The following shows the supported format of link tags, using examples, for HTML and XHTML.
HTML:
<link rel="icon" type="image/vnd.microsoft.icon" href="http://example.com/image.ico">
<link rel="icon" type="image/png" href="http://example.com/image.png">
<link rel="icon" type="image/gif" href="http://example.com/image.gif">
XHTML:
<link rel="icon" type="image/vnd.microsoft.icon" href="/somepath/image.ico" />
<link rel="icon" type="image/png" href="/somepath/image.png" />
<link rel="icon" type="image/gif" href="/somepath/image.gif" />
Most web browsers do not require any HTML to retrieve a favicon that conforms to the de facto file name and type (favicon.ico) located in the web site's root. If no favicon link is detected upon HTML page load completion and no previous site visits are recorded in the browser's history, a favicon.ico is requested automatically.
Additionally, such icon files can be either 16×16 or 32×32 pixels in size, and either 8-bit or 24-bit in color depth (note that GIF files have a limited, 256 color palette entries).
Most web browsers have since added support for the new W3C HTML recommendation, and it is generally used for all new content.
Device support
Apple devices such as iPod Touch, iPhone, and iPad use the following example of code for HTML and XHTML:
<link rel="apple-touch-icon" href="/somepath/image.ico" />
<link rel="apple-touch-icon" href="/somepath/image.png" />
<link rel="apple-touch-icon" href="/somepath/image.gif" />
Reference
http://en.wikipedia.org/wiki/Favicon
Favicon we made
Favicon stands for favorite icon, also called as website icon, shortcut icon, url icon, bookmark icon, webpage icon. It is a small square image with dimension 16x16, 32x32, 64x64.A graphic designer can design it for a web designer. Web master can install it into his/her website by some ways.Most graphical web browsers will then make use of it. Supporting web browsers typically display a page's favicon in the browser's address bar and next to the page's name in a list of bookmarks. Tab browsers typically show a page's favicon next to the page's title on the tab. Some programs allow the user to select an icon of his own from the hard drive and associate it with a website. In the webmaster tool of Google Inc, favicon of website will appear next to the url of the site.
favicon.ico
- Microsoft introduced favicon in the Internet Explorer 4. A file named favicon.ico placed in the root directory of the website will be used to display in the Internet Explorer's favorites.
- After that, Microsoft allowed to change the location of the favicon file by using link element in the head tag to point out the name and the location of the image.Now all of image type are supported by W3C HTML can be used as favicon.
- ICO format is supported cross browsers so that this format is the most popular format of favicon.
In 2003 the
.ico
format was registered by Simon Butcher with the Internet Assigned Numbers Authority (IANA) under the MIME type image/vnd.microsoft.icon
, which standardized the .ico
filetype.Browser support
Browser | ICO | PNG | GIF | animated GIF | JPEG | APNG | SVG |
---|---|---|---|---|---|---|---|
Google Chrome | Yes | 4.0 | 4.0 | No | 4.0 | No | No |
Internet Explorer | 4 | No | No | No | No | No | No |
Mozilla Firefox | Yes | Yes | Yes | Yes | Yes | 3.0 | No (Bug) |
Opera | Yes | Yes | Yes | Yes | Yes | Yes | 9.6 |
Safari | Yes | 4.0 | 4.0 | No | 4.0 | No | No |
<link rel="SHORTCUT ICON" href="http://www.example.com/myicon.ico"/>
Additionally the following is also acceptable:
<link rel="SHORTCUT ICON" href="/somepath/myicon.ico"/>
The following shows the supported format of link tags, using examples, for HTML and XHTML.
HTML:
<link rel="icon" type="image/vnd.microsoft.icon" href="http://example.com/image.ico">
<link rel="icon" type="image/png" href="http://example.com/image.png">
<link rel="icon" type="image/gif" href="http://example.com/image.gif">
XHTML:
<link rel="icon" type="image/vnd.microsoft.icon" href="/somepath/image.ico" />
<link rel="icon" type="image/png" href="/somepath/image.png" />
<link rel="icon" type="image/gif" href="/somepath/image.gif" />
Most web browsers do not require any HTML to retrieve a favicon that conforms to the de facto file name and type (favicon.ico) located in the web site's root. If no favicon link is detected upon HTML page load completion and no previous site visits are recorded in the browser's history, a favicon.ico is requested automatically.
Additionally, such icon files can be either 16×16 or 32×32 pixels in size, and either 8-bit or 24-bit in color depth (note that GIF files have a limited, 256 color palette entries).
Most web browsers have since added support for the new W3C HTML recommendation, and it is generally used for all new content.
Device support
Apple devices such as iPod Touch, iPhone, and iPad use the following example of code for HTML and XHTML:
<link rel="apple-touch-icon" href="/somepath/image.ico" />
<link rel="apple-touch-icon" href="/somepath/image.png" />
<link rel="apple-touch-icon" href="/somepath/image.gif" />
Reference
http://en.wikipedia.org/wiki/Favicon
Favicon we made
Favicon | Customer |
---|---|
Nghe Long Software Solution | |
Le Qui Don-Long An Alumi | |
Web Chan Nuoi | |
miss megabyte | |
Nghe Long Web Drirectory |
Labels:
Favicon,
Graphic Design,
Web design
Prolog software development
Prolog is a logic programming language.
We are using 2 implementations:
We are using 2 implementations:
- B-Prolog
- SWI Prolog
- Sudoku 4x4, Sudoku 9x9 Solver (Moyi).
- Syntax Analyser (dwilde1988).
Labels:
Prolog
SEO service
We provides the following services:
- Link building:
- Forum post: We have a list of more than 200 forums which has PR4+.
- Blog commenting.
- Directory submission.
- Social Bookmarking: We have a list of more than 200 english social bookmarking sites & a list of more than 10 Vietnamese social bookmarking sites.
Date | Customer | Project | Project Description | Customer's Rating | Customer's Comment |
28/04/10 | SEO-Expert-For-You |
100 Blog commenting. | Making 100 blog comments for 2 links. | 10 | Excellent coder. Highly Recommended. |
05/02/10 | Mohsin11 |
Link building by forum post. | Making 120 forum posts from 40 forum boards. | 9 | |
31/01/10 | cyber solution |
Data entry 200 profiles | Making 200 forum profiles. | 10 | |
23/01/10 | Mohsin11 |
Link building by forum post. | Making 30 forum posts | 10 |
Labels:
SEO
JBYIM Software
JBYIM Software:
Price:$300.00
How to buy:
- Read a list of YIM from text file.
- Send a message to every YIM from the list.
- Automatically delay to prevent blocking your yahoo account.
Price:$300.00
How to buy:
- Contact us using email in the contact box.
- Pay us through Paypal.
- We send you the link to download the software and its document.
Labels:
Our softwares
Wavemaker Deployment
Wavemaker Studio is a truly WYSIWYG web 2.0 development & truely ajax deployment software:
Truly WYSIWYG web 2.0 development:
If you buy an enterprise edition you will receive full support from WaveMaker Software™, Inc.
However, you want to use community edition without fee, please contact us to receive help to deploy whenever you get stuck with it.
My first customer,Linux server, hired us to deploy Wavemaker Studio in his Linux Server (Fedora Core 8) and authenticate user who want to access the studio remotely. He gave us 10/10 at rating.
Truly WYSIWYG web 2.0 development:
- Drag & drop Application Assembly - Minimizes coding
- LiveLayout™ - Preview live data within the studio
- Studio Runs in a Standard Browser - No complex development tools needed
- Enterprise-Ready Data Widgets - Automates all the heavy lifting needed to connect enterprise data to browser-based widgets
- Single Sign-on Security - WaveMaker enterprise supports single sign-on using JOSSO
- One-Click Widget & Template Publishing - Turns any WaveMaker page into a widget and/or template for reuse in current or future projects
- Resource Manager - WaveMaker now has a drag and drop interface to manage images and files within a project
- Charting Widgets (beta) - WaveMaker includes charting widgets such as pie, bar and stacked columns
- Diagnostics - A new Diagnostics tab shows all bindings within the project. Use this information to follow the flow of activities within your application
- Context-Sensitive Help - Each widget property and event now has a ? next to it. Just click the ? to find out more about it
- Type Validation Flags - Green check marks show that bind source and destination match. Red Xs show that types do not match
- LiveForm with To-Many Relationships - LiveForms now handle to-many relationships by automatically displaying grids.
- Push to Deploy™ - One-touch deployment to built-in WaveMaker server
- Standard Java Deployment - WaveMaker .war file runs in standard Java servers
- Fully Secure - Database login, LDAP, role based access controls (LDAP & RBAC in Enterprise edition only)
- Automated Multi-tenant Support - WaveMaker Enterprise Edition can automatically isolate database accesses between the customers (tenants) of a software-as-a-service (SaaS) solution
- One-click Cloud Deployment - Applications built in WaveMaker Studio can deploy directly to EC2
- RightScale Integration - For multi-server deployments, WaveMaker integrates with RightScale's cloud management platform
- Faster Performance - With a new internal layout engine, DOM manipulation enhancements and a render only "need to see" portions of a page features, WaveMaker 5.0 applications are 10x faster than previously.
- Smaller Deployment Size - Applications created with 5.0 produce almost 50% smaller WAR files for faster and easier deployment.
If you buy an enterprise edition you will receive full support from WaveMaker Software™, Inc.
However, you want to use community edition without fee, please contact us to receive help to deploy whenever you get stuck with it.
My first customer,Linux server, hired us to deploy Wavemaker Studio in his Linux Server (Fedora Core 8) and authenticate user who want to access the studio remotely. He gave us 10/10 at rating.
Labels:
Deployment service
BigBlueButton Deployment
I have deployed successfully BigBlueButton a video conference system on Fedora Core 8.
BigBluButton enables universites or colleges to build an online class through the Internet.
If you want to build an online learning system, BigBlueButton is a solution you should consider.
Please visit BigBlueButton website to get more information about it.
My first customer, Linux server, has given me 9/10 in his rating.
BigBluButton enables universites or colleges to build an online class through the Internet.
If you want to build an online learning system, BigBlueButton is a solution you should consider.
Please visit BigBlueButton website to get more information about it.
My first customer, Linux server, has given me 9/10 in his rating.
The list of our customers
Date | Customer | Project | Customer Server | Customer's Rating | Customer's Comment | ||
21/04/10 |
| Install BBB on my server |
| 10 | Great Coder, Did the work perfectly! And Fast! | ||
06/04/10 | Linux server | Deploying app on Linux Server...BBB |
| 9 |
Labels:
Big Blue Button,
Deployment service
Subscribe to:
Posts (Atom)