Search results

  1. Marc0

    SolidShellSecurity, LLC | Business Grade Hosting

    cool site, I like top slider on your site, it's very professional
  2. Marc0

    How to use CSS Sprites ?

    Simple tip but very useful. Thanks
  3. Marc0

    Favorite language for app development ?

    I like Objective-C, it's language for iPhone
  4. Marc0

    How to use CSS Sprites ?

    anyone know how to use CSS Sprites to make different backgrounds in a image file ? Thanks
  5. Marc0

    Girl Games Paradise

    I like your site, it's friendly with search engine. good job!
  6. Marc0

    Align center for <ul></ul> ?

    I have made nav-bar for my site with css how to align center for <ul><ul> for that code ? Thanks
  7. Marc0

    Class and ID in CSS ?

    Anyone know how to use Class and Id in Css and are they different from?
  8. Marc0

    What is your favourit editor for Css ?

    1) Notepad: normal use 2) Notepad + +: support code and tab-colored stools 3) Dreamweaver : support autocomplete 4) Rapid CSS: good 5) Style Master 6) Microsoft Expression Web can anyone leave some suggestions about your favourit editors for Css ?
  9. Marc0

    Is twitter dead?

    twitter is more spam with website promotion than business purpose. thus I use facebook for marketing website.
  10. Marc0

    Favorite language for app development ?

    favorite language is PHP and wordpress flatform :)
  11. Marc0

    Best WordPress Plugins to Use in 2012 ?

    All in One SEO Pack WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines. Contact Form 7 Just another contact form plugin. Simple but flexible. Akismet Akismet checks your comments against the Akismet web service to see if they look like spam or not. NextGEN...
  12. Marc0

    How to design a Joomla template ?

    I want do design a Joomla template for my site ? What do I need to know to design a template . Any suggestions or tutorials ? Thanks
  13. Marc0

    Best WordPress Plugins to Use in 2012 ?

    I like wordpress because it has more good plugins for me custom site quickly anyone is wordpress expert pls let me know list of best plugins for wordpress in 2012 ? Thanks
  14. Marc0

    Best CMS for site shares ebooks ?

    wordpress is one choice
  15. Marc0

    Best CMS for site shares ebooks ?

    I want to make a sharing site about ebooks, documents... anyone know best Cms for this ? any suggestions ?
  16. Marc0

    How to get youtube views for my video?

    make it unique and more attractive so can get more views on youtube...don't forget share it to social networkings
  17. Marc0

    Validating a File Name with JS

    very detail tips, thanks for your sharing
  18. Marc0

    validate a URL with Javascript

    good tuts. I like JS it's client scripting and useful for my work
  19. Marc0

    validate a URL with Javascript

    The input can begin with either the text "http" or "file", so the two are grouped together with a | to show that either one or the other value is acceptable. Whether the user is getting the image off of their hard drive or off the Web, the next characters have to be "://", so that's checked for...
  20. Marc0

    Validating a File Name with JS

    There are many things that can be done with regular expressions, but one of the most useful is validating entry fields in forms on your Web pages This script asks for an image location and, if it passes the validation, displays the image on the page. window.onload = initForms; function...
Top