
- Tests
- Quiz
- Notes
- Reports
Dec 15
posted by Pyae Phyoe Shein in Exam, PHP, Review | 0 Comments

This entry was posted on December 15, 2011 at 8:15 AM and has received 448 views. There are currently 0 comments. Print this entry.
Nov 29
posted by Pyae Phyoe Shein in uCertify, Oracle, PHP, Coldfusion, MsSql | 13 Comments
This entry was posted on November 29, 2011 at 11:15 PM and has received 644 views. There are currently 13 comments. Print this entry.
May 2
posted by Pyae Phyoe Shein in OOP, PHP, Coldfusion | 2 Comments
Last week, I was chatting with two friends who talking about Coldfusion, OOP and PHP. One of them told me that she is so far to use OOP language since she become Coldfusion programmer. At that time, I was speechless why she can tell us like that. Maybe, it's lack of her Coldfusion programming language or because of the coding standard of our current company. In our current, we used Coldfusion language and Oracle but almost the Coldfusion coding are outdated of course. That's why I cannot write any updated coding even I wish because of the existing coding standard. Well, I was supposed to explain we can write OOP style in Coldfusion but she would think I'm teaching her. That's why I just closed my mouth.
Another my friend PHP developer told me that he is getting sick of why Coldfusion is based on tag-based programming. At that time, I need to explain him about we can develop non tag-based coding in Coldfusion and can write OO style as well. That's why I've wrote simple OO and non tag-based coding for these two programmers.
This entry was posted on May 2, 2011 at 4:04 AM and has received 1296 views. There are currently 2 comments. Print this entry.
Aug 27
posted by Pyae Phyoe Shein in jQuery, Javascript, Ajax, PHP | 0 Comments
In these days jQuery and Ajax are so popular in web development. One of my clients told me that, they want to upload multiple files without clicking button. That's why I have had an idea to integrate jQuery, Ajax and PHP.
Create Upload Button like
Write following simple coding in your upload form
Add following coding in your upload form
Here is server-side script, upload.php
Best Credit To : http://valums.com/ajax-upload
This entry was posted on August 27, 2010 at 9:32 AM and has received 637 views. There are currently 0 comments. Print this entry.
One of my friends gave a chance to me to do outsource PHP project for one training center. Her client want to advertise their trainings, their products and their news through internet. It's simple project but their main point is use can know on the fly the total price of computer once he/she choose each device. It's create by ajax.
Main website : http://ppshein.freehostia.com/
Compare price : http://ppshein.freehostia.com/compare.php
This entry was posted on August 27, 2010 at 9:32 AM and has received 688 views. There are currently 0 comments. Print this entry.
Today, I feel like myself to compare about Coldfusion vs PHP. It's for neither debate nor competition. It's just for sharing advantages and disadvantages of them as much as I know.
Coldfusion
Advantages
Disadvantages
PHP
Advantages
Disadvantages
Resources : http://stackoverflow.com/questions/234296/coldfusion-vs-php
http://www.adobe.com/devnet/coldfusion/articles/php_cfmx.html
This entry was posted on April 21, 2010 at 10:33 AM and has received 451 views. There are currently 4 comments. Print this entry.
I attend Microsoft Webcamps on last week. It's neither seminar nor promoting of Microsoft products. It's just simple training for how to use Microsoft Visual Studio 2010 including MVC (Model, View and Controller). It's really nice. They're focus on VS 2010, MVC 2 and IIS 7. I feel Microsoft is crazy over SEO structure like PHP and Ruby on Linux.
This entry was posted on March 20, 2010 at 9:34 AM and has received 276 views. There are currently 0 comments. Print this entry.
Feb 27
posted by Pyae Phyoe Shein in .NET, JSP, PHP, Coldfusion | 0 Comments
Today, I've no much tasks to do and have most free time. That's why surfing through websites and seeking open-source dictionary web project written by PHP or JSP. Because I've an idea to build free dictionary site for none-profit. And, I don't want to create such dictionary site throughly by myself. That's why I want open-source and want to add some useful fuctions in it. At that time, I've found http://www.gotocode.com dedicated to web beginners, who want to learn ASP, JSP, PHP and so on. It has some simple applications and allow to download. If you have free spare time, go and visit it.
This entry was posted on February 27, 2010 at 9:32 AM and has received 354 views. There are currently 0 comments. Print this entry.
This site is open-source dictionary project based on PHP. Glossword helps you to create and publish online multilingual dictionary, glossary, or reference. It features installation wizard, UTF-8 support, visual themes, export/import dictionaries in XML/CSV format, delayed postings.
This entry was posted on February 12, 2010 at 9:32 AM and has received 263 views. There are currently 0 comments. Print this entry.
We're trying to create Search engine for Burmese websites. First of all, we need web crawler known as spider. So, I google through internet. At that time, I found http://www.example-code.com/php/spider.asp this support us to create web crawler within 5 mins. But, you need to install ActiveX before anything.
This entry was posted on August 27, 2009 at 9:32 AM and has received 356 views. There are currently 2 comments. Print this entry.
Get Javascript value from Coldfusion in same page
ppshein said: Thanks, @Ray. It's great.
[More]
Get Javascript value from Coldfusion in same page
Raymond Camden said: Then you are in luck. toScript was added in CF7. ;)
[More]
Get Javascript value from Coldfusion in same page
ppshein said: I know so far, toScript is to convert CF value to JS value. Then, our client CF version is MX7.
[More]
Get Javascript value from Coldfusion in same page
Raymond Camden said: Why not just use the toScript function?
[More]
Get Javascript value from Coldfusion in same page
ppshein said: @Jules,
Sorry again, it's my careless mistake using cfoutput in cfsavecontent.
[More]
Top of Page