{#advanced_dlg.about_title}

10 PHP Tips

Wednesday, 25 March 2009 01:34

Smashing magazine posted 10 Advanced PHP tips. I just saw that post and it is good list, and this will be very very helpful if you are a php programmers. There not much complicated ones,. Here is the link

{#advanced_dlg.about_title}

Paypal API details

Tuesday, 10 March 2009 12:37

I was creating a PayPal application. And i needed API credentials ( I used the Sandbox, later client gave me the Username and password to find all details i needed). I have done that before but i forgot that. So later i have to have a search to find ... [More]

{#advanced_dlg.about_title}

Another PDF tool

Tuesday, 10 March 2009 01:19

yesterday i wrote about doPDF, now here is another tool which will let you do the same and some more features. Create PDFs from any program that is able to print Security: Encrypt PDFs and protect them from being opened, printed etc. S... [More]

{#advanced_dlg.about_title}

Test Printing with out printer

Monday, 09 March 2009 12:42

If you are a developer you may need to test printing of a page or something many times. This is applicable also for all offices to check the print, before print something. So if something gets wrong Paper (lot of trees) and money will be lost. To avo... [More]

{#advanced_dlg.about_title}

Print the content of a div using JavaScript

Monday, 09 March 2009 12:34

I just wanted to print the content of a div using Javascript. below is the code function printDiv() {   var divToPrint=document.getElementById('DivIdToPrint');   var newWin=window.open('','Print-Window','width=100,height=100'); ... [More]

{#advanced_dlg.about_title}

List of country, nationality and religions

Monday, 09 March 2009 09:26

I was searching for a list nationalities and Country names, I just found the website Guava studios, and they have a list of these three and you can download them with out any issues. they are giving it in many formats also. This may help you in your ... [More]