FAQs, Tutorials and Tips - FYIcenter.com

Categories:
    CSS (113)
    PHP (275)
    C#/.NET (54)
    Oracle (47)
    Others (717)
    MySQL (75)
    XHTML/HTML (68)
    Photoshop (78)
    XML (18)
    JavaScript (152)
    MS Access (21)
    Visual Basic (16)
    Java (321)
    C and C++ (102)
    AJAX (86)
    ASP (24)
    Mathematics (37)
    Unix and Linux (54)
    Perl (50)
    Webmaster (59)
    Flash (30)
    Fonts (11)
    SQL Server (50)
    Python (43)
    RSS (5)
    Softwsre QA (87)
    Windows (27)
    Mac OS X (6)
    DB2 (8)
[ Home | What's new | What's popular | Add a resource ]
Categories:
Top > Others > Articles
Resource Details:
Rate this resource:
Vote total counts:1
Vote total score:0  :-)
Your vote:
:-(-3-2-1+1+2+3:-)
 
[ Home | What's new | What's popular | Add a resource ]

Designing databases ...

As mentioned in my previous post, the objective of this series of articles is to share some database design patterns that have helped me in the past to achieve,...

Automate Website Tes...

Blog post on how to automate testing of websites (incl. AJAX) via Selenium RC and JUnit....                                                                        

jQuery and HTAs...

The reason using jQuery in HTAs is so interesting to me is that one of the main constraints of using JavaScript in web pages (that being the amount of data that...

PHP Tutorial - IF Co...

Over the past two parts I have shown you the basics of text in PHP and how to store it as variables. In this part of the tutorial I will show you how to use IF ...

A search engine for ...

I needed to find a good hashtable implementation in pure C. I knew it must exist in some corner somewhere. Coding it myself is dirty work and I didn’t want to r...