Posted by Joey Villas on Jan 27, 2009 in
Vista
UAC(User Access Control) is a feature of Windows Vista that is to enhance the security of your system. Each time an application is installed or whenever an important system change is made by the user or by a running process, the screen is blacked out and temporarily disabled and a dialog is shown with the choices to allow or deny the action, there are many way of how to disable that one…
A. This Method is using MSCONFIG
1. Start Menu -> type in the search area “run” enter
2. Type msconfig in run then enter.

3. Click on the Tools tab. Scroll down till you find “Disable UAC” . Click on that line.

4. Press the Launch button.
5. When the command is done, you can close the window.
6. You need to reboot the computer for changes to apply.
You can enable the UAC back, by doing the same thing but select the “Enable UAC” then Launch Button.
Share/Save
Tags: Diable UAC in Vista, Enable UAC in Vista, UAC, User Access Control
Posted by Joey Villas on Jan 23, 2009 in
Uncategorized
Valentine’s Day is a holiday celebrated on February 14. It is the traditional day on which lovers express their love for each other by sending Valentine’s cards, presenting flowers, or offering confectionery, all in the name of St. Valentine.. It is named after two among the numerous Early Christian martyrs named Valentine. The day became associated with romantic love in the circle of Geoffrey Chaucer in the High Middle Ages, when the tradition of courtly love flourished.
According to legend, the holiday has its roots in the ancient Roman festival of Lupercalis/Lupercalia, a fertility celebration commemorated annually on February 15. As Christianity came to dominance in Europe, pagan holidays such as Lupercalia were frequently renamed for early Christian martyrs. In 496 AD, Pope Gelasius recast this pagan festival as a Christian feast day circa 496, declaring February 14 to be the feast day of the Roman martyr Saint Valentine, who lived in the 3rd century.
Read more…
Share/Save
Tags: History of Valentines Day, Valentines Day
Posted by joeyvillas on Jan 12, 2009 in
Inopacan Leyte
History of Inopacan
Inopacan is a tiny western coastal municipality occupying a mere 182 square kilometers of green rolling hills bordered by narrow coastal plains. From the sea, it looks like a little coconut-convered rural community with a backdrop of high blue-greenish mountains. Beyod these mountains are the boundaries of Mahaplag and portions of Sogod, Southern Leyte and Hilongos. To the north is the progressive town of Baybay and the south is the equally small and peaceful Hindang town. The rich Camotes Sea Bound the western part.
The Town has twenty barangays, eight of which, including the poblacion, are along the coast. One is an island barangay and the rest are in the interior part. Sixty-five percent of the people live along the coast.
It is believed that the early settlers of Inopacan came from Cebu and Bohol. The Present site has been its original location because it had never been subjected to attacks from the moros. This was because of a dragon-sized snake that once lived in a cape located at the western sea approach to the town. This huge reptile would reportedly attack boats that would pass by it, so it prevented moro “pangkos” from landing at the settlement.
After the snake was killed, the settlement continued to enjoy a life of peace and safety because there appeared another protector of the people, a legendary hero by the name of “Inong.” The hero was said to be a leader of a well-trained band of men who successfully defended the pueblo from depredating moros. Believed to have possessed supernatural powers, Inong was said to be able to jump from hill to hill or from moro boat to boat wreaking havoc on the invaders so much so that he was commonly believed to have some kind of wings. Wings in the dialect means “pako” so that one who possessed wings is called “pak-an.” Inong therefore was known far and wide as Inong Pak-an, the winged Inong - which has been transformed to its present Inopacan for easier pronunciation. Read more…
Share/Save
Tags: history of inopacan, inopacan leyte history
Posted by Joey Villas on Jan 12, 2009 in
CodeIgniter
The cause of that error 500 mostly its because your using .htaccess in codeigniter, to solve that problem go to the directory of your xampp for example c:\xampp\apache\conf\ and open the file named “httpd.conf” and go to line 118 and remove the comment which is the number sign (#) or search the “mod_rewrite” then remove the comment.
Share/Save
Tags: .htaccess problem, error 500
Posted by Joey Villas on Jan 6, 2009 in
Uncategorized
1. Place the following javascript in the <HEAD>…</HEAD> section of your page html source. dont forget to put <script type=”text/javascript”>…</script>
1
2
3
4
5
6
7
8
9
10
11
12
| function bookmarksite(title,url){
if (window.sidebar)
window.sidebar.addPanel(title, url, '');
else if(window.opera && window.print){
var elem = document.createElement('a');
elem.setAttribute('href',url);
elem.setAttribute('title',title);
elem.setAttribute('rel','sidebar');
elem.click();
}else if(document.all)
window.external.AddFavorite(url, title);
} |
2. Place this bookmark link in your html page source between the and tags, where you want the link to appear on your page.
<a href="javascript:bookmarksite(’Joey Villas - Blog','http://www.joeyvillas.com')">Bookmark this site!</a>
DEMO
Share/Save
Tags: Add new tag, Add to favorites script, Bookmark
Posted by Joey Villas on Jan 4, 2009 in
Vista
Key decision - decide if you need a password for the administrator’s account that you are going to activate. My point is that the local policy may insist on a complex password, thus you will not be able to activate the administrator with a blank password. This technique also works on Windows Server 2008, however on that operating system it is more likely you will set /active:no.
- Logon to Vista using your usual account.
- Launch the cmd prompt - Make sure you select, ‘Run as administrator’
- Net user administrator p£ssw0rD
- Net user administrator /active:yes
- Switch User, or logoff
- Logon as Administrator Password p£ssw0rD
(Your password may be different!)
Share/Save