Ycsoftware.net
Menu
  • Databases
    • MySQL
    • MS SQL Server
    • Foxpro
  • Programming
    • .NET
    • C#
    • Drupal
    • Java
    • PHP
    • Javascript
  • System Administration
    • Hardware
    • Linux
    • MAC
    • Virtual Servers
    • VMWARE
    • Servers
    • VirtualBox
  • Web Design
    • CSS
    • Flash
    • HTML
    • SEO
  • Other
  • Contact Us
    • About Us

Internet Explorer and the hr tag margins solution

  • March 16, 2012
<!--[if IE]>
<style>
hr {
clear: both;
margin: -7px 0;
display: block;
}
</style><![endif]-->
Reference:
http://en.blog.improveit.com.br/articles/2008/09/27/margins-on-the-hr-tag-a-case-solved
    • Programming

Android MarketPlace Icon Disappeared

  • March 13, 2012

If you are looking for this icon below,

you are out of luck.

Marketplace has been replaced by something they call Play Store
(see new icon below)

    • Other

configure: error: missing required NSPR / NSS header

  • March 12, 2012

configure: error: missing required NSPR / NSS header

Run this :

yum install nspr-devel
yum install nss-devel
./configure CPPFLAGS="-I/usr/include/nspr4 -I/usr/include/nss3"
    • System Administration

Eclipse will not open no error messages

  • March 11, 2012

If the eclipse splash screen just flashed and nothing happens afterwards, you might need to repair or reinstall java.
Just head to the java website and download the latest version:

http://java.com/en/download/chrome.jsp?locale=en

Now you should be able to run eclipse.

    • Other

Find the Storage Engine of a MySQL table

  • March 8, 2012

Here is how to locate the engine of your tables in MySQL:
All tables

SELECT table_name, engine FROM INFORMATION_SCHEMA.TABLES WHERE table_schema=DATABASE();

or

One single table

SHOW CREATE TABLE test; (replace test with your table name)
    • Databases
    • MySQL
    • Programming
« Older Posts
Newer Posts »

Search

Search

YCSoftware Recent Comments

Thanks very much !!!...
Just testing...
Awesome, problem solved. Thanks man....
REboot the MAC and Try to redownload the JDK. It might be that the JDK...
When I download the new JDK for Mac it says the disk image is not reco...
You are my hero for posting this....
Greetings! Very useful advice in this particular article! It's the ...
I love what you guys are up too. This type of clever work and reportin...
relates to. To fix that you can either include the path to mysqldump e...
By implementing all these third-party tacked on start menus, all we’...

Tags

.net C# Centos 5 interest internet Microsoft Access Microsoft Office Programming technology thinker vmware vmware tools

Sponsors

YCSoftware
  • © 2025 Ycsoftware.net
Top