Your Ad Here

Things You Probably Didn’t Know About PHP – Part 1

Date: 12 Jan 2010 Comments: 14 so far

I’ve spend some time reading about cool things in PHP. I found some interesting functions and tricks. Here’s the list: 1. You can compress/decompress long strings before storing them in a database. It can be done very easy using the built-in functions: gzcompress() and gzuncompress(). They use gzip algorithm and could compress a string up [...]

Tags:

Introduction to Open XML SDK 2.0

Date: 11 Jan 2010 Comments: 1

Currently, I work with Open XML SDK 2.0 and in this post, I’ll try to explain simple introduction to it: What is Open XML and Open XML SDK? Open XML is an open standard that defines a set of XML schemas for representing spreadsheets, presentations, charts and word processing documents. Microsoft Office 2007 applications (Word, [...]

Tags: ,

AdSensor Desktop Gadget for Windows 7

Date: 10 Jan 2010 Comments:0

How often do you check your AdSense account? I found a Windows 7 Gadget that could save you much time, especially if you are addicted to check your AdSense Account every hour :) AdSensor allows you to watch your revenues and statistic directly on your Desktop. It’s also compatible with Windows Vista. All you need [...]

Free Flash Resources

Date: 9 Jan 2010 Comments:0

Here is a list of website for free flash resources: 1. Flash Loaded.com – here you can find Flash components to enhance your Macromedia Adobe Flash design, ex. flash gallery (3D Sphere, 3D Spiral, 360Pan Viewer, flash TickerFX, etc.), Flash Menus & Navigation (3DMenu, flip Navigation, grid Navigation, iconbar Menu, text Menu, etc.), Flash User [...]

Testing and Validation JavaScript Tools

Date: 8 Jan 2010 Comments:0

Here’s a list of tools that can be used to test or validate your javascript code. 1. J3Unit – an object-oriented unit testing framework for JavaScript. It runs javascript tests in the web browser. URL: http://j3unit.sourceforge.net/ 2. JsUnit – another javascript unit testing framework in the browser. It includes a platform for automating execution of [...]

WCF Web Services vs. Standard Web Services

Date: 7 Jan 2010 Comments:0

If you have experience with the standard .net web services you may find useful the following table of comparison between WCF Web Services and Standard Web Services. Standard Web Services WCF Web Services client for the service are generated by command-line tool WSDL.EXE ServiceMetadata tool(svcutil.exe) class attribute [WebService] [ServiceContract] method exposed to client attribute [WebMethod] [...]

Tags: ,

How to Promote Your WordPress Theme

Date: 6 Jan 2010 Comments:0

I’ve recently created a Developers WordPress Theme and I searched how to promote it :) Here’s a list of website where you can promote your wp theme: 1. WordPress Themes Directory – This is the most popular WP Themes Directory. It requires registration before submission. By hosting your wp theme there you’ll get: Stats on [...]

Cool Websites for Inspiration January 2010

Date: 5 Jan 2010 Comments: 1

Here are some cool website that can be used for inspiration. 1. SHSC I bet you haven’t seen such kind of loading page: Every second (when site is being loading) you can see people who appear flying on balloons :) URL: http://ourstrategicplan.ca 2. Screenagers I thinks it’s a great Video website. URL: http://screenagers.com 3. Attack [...]

WordPress Theme for Programmers: Debugging

Date: 4 Jan 2010 Comments:0

In my free time I created a simple WordPress Theme for programmers. It is inspired by the Debugging :) The header background is an ancient assembly code. If you don’t like it you can change the background image in …debugging\images\header.png with another :) The theme is tested under WordPress 2.8 and WordPress 2.9. Version History [...]

Tags:

HTML5 Resources

Date: 3 Jan 2010 Comments:0

HTML5 is the next major revision of HTML (Hypertext Markup Language). It adds a number of new elements and attributes that will change the usage on Web sites. If you want to learn more about HTML5, here are some useful resources: 1. WHATWG (Web Hypertext Application Technology Working Group) HTML – latest working specification of [...]