viperfx07 is here to blog about hacking, cracking, website, application, android, and many more.

Friday, December 17, 2010

Fix 0x80240030 Windows Update Error (Proxy Setting)

8:16 PM Posted by viperfx07 , No comments
What causes Error 0x80240030 # Incorrect character exists in the proxy override settings. # A misconfigured Proxy/Firewall can cause this problem. # You are trying to access Windows Update using VPN. The website and Automatic Update may not function properly. # The corporate environment does not have autoproxy implemented. To try and resolve the error 0x80240030, use the following tips......

Tuesday, October 19, 2010

RSS 2.0 vs Atom 1.0

11:05 PM Posted by viperfx07 No comments
This week's lecture is about jQuery and RSS. Since I've done a lot of jQuery in my project, let's talk about RSS. I've already used RSS since my bachelor (so around 4-5 years). I use RSS to get Manga update, read news, and get Android update (because I've got a new toy called Samsung Galaxy S). The RSS client I use is Opera (browser). I personally like Opera more than any RSS client such as Mozilla...

Saturday, October 16, 2010

Future Web Experience

11:59 PM Posted by viperfx07 No comments
I found this video when trying to relax my brain after studying for Contemporary Telecommunications. The video shows the Aurora ( Mozilla-Lab's concept ) and many future web applications that will WOW you... Check this out... ...

Tuesday, October 5, 2010

jQuery plugins that I use on my project

1:59 PM Posted by viperfx07 No comments
To make life easier, I use some jQuery plugins to do my project website. Note: I recommend that if you use jQuery as your Javascript library, don't use other Javascript libraries like prototype and scriptaculous. It may burden the users to load the scripts eventhough they have fast connection. Just stick with one Javascript library. Find the alternative plugins that use your Javascript library. For...

Week 9 Practice: Database

1:33 PM Posted by viperfx07 No comments
This week's challenge is not so hard, just basic queries that we might use on our project. The challenge: 1. Use the INSERT command to create a couple of new books in the table 2. Use the SELECT command to find all books whose title begins with W 3. Use the SELECT command to find all books whose price is less than 10 4. Use a LIMIT clause on a SELECT command to just list the first two books 5. Use...

Tuesday, September 21, 2010

Week 8 Challenge: Javascript

5:42 PM Posted by viperfx07 No comments
This week's challenge is about JavaScript. Specifically, it's about a Date() function to how many days old you are and pop up this value in an alert box on an html page as it opens. Find out the codes below... <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"...

Wednesday, September 15, 2010

Week 7 Practice Challenges

2:43 PM Posted by viperfx07 No comments
There are 2 challenges this week: 1. Using PHP database functions 2. Regular Expression using PHP Find the codes below... For the first challenge, you just need to: 1. Add field to input form (line 274 -275) 2. Add column to the database (done using MySQL) 3. Modify code to update the column from the field (line 134, 139-141, 180, 243, 248, 250) 4. Display the country of the guest. (line 55, 60-64) <!DOCTYPE...

Tuesday, September 7, 2010

Week 6 Practical Exercise (Challenge Only)

4:21 PM Posted by viperfx07 No comments
Challenge week 6 is about CSS layout. To get the same result is impossible, but I guess I do it OK. Below is the code... <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"...

Wednesday, September 1, 2010

Week 5 Practical Exercise (Challenge only).

12:37 AM Posted by viperfx07 1 comment
The practical exercise is quite easy so I just went straight to the challenge The challenge: If you have time at the end, experiment with the :hover pseudo-class to make the page interactive. Make the text of a post get bigger if you hover over it. Make the contents of the posts appear only when you hover the mouse over the title. I decided to divide the challenge into 2 sections: 1. Making the post...

Monday, August 30, 2010

CSS Sprites

10:51 PM Posted by viperfx07 No comments
The first time I saw these two words on Best Practices for Speeding Up Your Website, I asked myself, "How come does Sprite relate to CSS?" I found the definition of it: CSS Sprites are the preferred method for reducing the number of image requests. Combine your background images into a single image and use the CSS background-image and background-position properties to display the desired image...

YSlow (Speeding Up Your Website)

10:21 PM Posted by viperfx07 No comments
When I was searching on Google how to strip unused CSS codes, I found the Best Practices for Speeding Up Your Website. Go to the link I've given to read further details about how to tweak your website :D There are 35 best practices that can be done for boosting your website, but, you don't have...

Tuesday, August 24, 2010

Technologies Choice For My Learning Contract

1:51 PM Posted by viperfx07 No comments
Basically, my technologies choice for my learning contract can be categorized as: Front-end technologies: XHTML, CSS, Javascript, jQuery 1.4. Back-end technologies: PHP, MySQL. Web Server: Apache Since this week's subject material is about server side technologies, let's take a look on what PHP is. PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose...

Week 4 Practical Exercise

1:35 PM Posted by viperfx07 No comments
Week 4 materials are about server-side technologies, which focus on PHP. For the exercise, we're gonna use date function on PHP. If you want to see the documentation without going online, just download the documentation here Don't hesitate to click Read More. Date function string date ( string $format [, int $timestamp ] ) Returns a string formatted according to the given format string using the...

Tuesday, August 17, 2010

Week 3 Practical Exercise

11:37 PM Posted by viperfx07 No comments
This blog post was made to point the interesting parts of the exercises given on week 3. To see fullpost, don't hesitate to click "Read More" :D Exercise 1 - What's the difference between <strong> and <b> ? => Doing this exercise makes me know the answer Use the <strong> and <em> tags when the content of your page requires that certain words or phrases be stressed....

Wednesday, August 11, 2010

Fix failed 000webhost.com validation

11:35 PM Posted by viperfx07 4 comments
If you're failed to validate your 000webhost.com, it is probably because of the generated analytic code that is used "to monitor if account active or not. Analytics code is also used to build stats and visitors report for your website. By disabling analytics code you will also loose an ability to get stats for your website." To fix it, 1. Go to http://members.000webhost.com/analytics.php 2. Enter...

Blogger W3C Validation Fail

2:46 PM Posted by viperfx07 No comments
OMG !!! I'm surprised when I validate my blog. 137 errors and 20 warning(s). Insane. Referring to Vikas Gupta's blog (bloggingtips), Blogger have had this problem since they still used XHTML for the templates. Even though, it has smaller number than before (probably because now they use HTML5),...

Friday, August 6, 2010

Modify the code tag

3:34 PM Posted by viperfx07 No comments
Basically, I've been using <code> tag for links, descriptions, etc. <pre> tag (just added recently) is used for the programming code :D For this blog, I use this css code below for my <code> tag: code{ color: black; padding: 4px 10px 0px 40px; line-height:20px; /*--Background of lined paper--*/ background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhPHoLcc0a8-N-kODqjcmvJ97OlshJFoz-Fx_bJV5qEye9odIn86IhQImVDC7j4-0wrctLM1033a4qkSRVahsoXp9jxmq68y4LDDskfgLxB5RaOH2RwJsJHYv8mKIks_8Nl5AIpJIa9TYG/)...

Added "Read More" (again)

1:11 AM Posted by viperfx07 No comments
Reference: http://bloggerstop.net/2008/10/blogger-help-add-read-more-link-to-your.html Click Read More to see the steps Steps to follow: 1. Log into the Blogger.com account 2. Go to "Layout" section 3. Back up your current template, by downloading it. 4. Now click on "Expand Widget Templates" 5. Now find this code - ]]> 6. Just AFTER that code add these lines <style> <b:if cond='data:blog.pageType...

Thursday, August 5, 2010

Syntax Highlighter (+Demo)

11:58 PM Posted by viperfx07 No comments
I've added Syntax Highlighter for some programming codes. Go to http://alexgorbatchev.com/SyntaxHighlighter/ to get the latest version. Reference: http://blog.cartercole.com/2009/10/awesome-syntax-highlighting-made-easy.html Demo: public class HelloBlogger { public static void main(String [] args) { System.out.println("Hello Blogger!!"); } } Yeepee, it's working. Latest version removes the clipboard...

Cleaning up my blog.

9:12 PM Posted by viperfx07 No comments
After several months, I visit my blog to clean it up (no more ads, new template). Why? Because, there will be more visitors to come to visit my blog ( I have faith on it ) :D I need to impress them ^^ Question: Why a new label/category appears? Answer: This blog will also be used for one of assessment criteria for Digital Media Technologies subject. I want to make sure that it looks tidy and clean. Because...

Wednesday, April 21, 2010

Macbook Screen Models List

9:22 PM Posted by viperfx07 No comments
Below is a list of Macbook screen models. It's useful when you want to replace your Macbook screen by yourself. This list especially useful for 13.3" Macbooks (Source: many) 9C84 = LG/Philips LP154WP3-TLA1 (15" MacBook Pro) 9C85 = Chi Mei N154C6-L04 (15" MacBook Pro) Older 9C89 = LG/Philips LP133WX2-TLC1 (MacBook UniBody) 9C8C - AU Optronics B133EW04 V0 9C9F - LP133WX3-TLA1 Newer 9CA0 - Chi...

Monday, February 8, 2010

Sunday, February 7, 2010

Kingsford & Soekarno-Hatta Airport

9:06 PM Posted by viperfx07 No comments
My first experience traveling alone after long time waiting. The key is a notebook to write a checklist so you won't forget any important things you need to bring. This post is a reminder for my next trip. In this trip, I got a tax refund for my new Macbook :D. More about TRS, click hereI travelled with Garuda (Airbus A330-200) on Jan 2010.This was my checklist on my waist bag:1. passport2. ticket3....

Saturday, January 9, 2010

[Tutorial] Fixing the internal mic Macbook 13" Late 2009 on Windows 7

12:01 AM Posted by viperfx07 , , No comments
Update: By installing Boot Camp 3.1, you don't need to apply this fixTutorials Index1. Installing Windows 7 using Boot Camp (OS X 10.6 & Macbook 13" Late 2009 Unibody). This only installs 2 partitions which are Mac and Windows partition respectively.2. Installing Windows 7 without using Boot Camp (OS X 10.6 & Macbook 13" Late 2009 Unibody). This doesn't mean not to use Boot Camp at all. We...

Friday, January 8, 2010

[Tutorial] Fixing slow booting in Windows 7 on Macbook 13" Late 2009 Unibody

3:48 PM Posted by viperfx07 , , 97 comments
Tutorials Index 1. Installing Windows 7 using Boot Camp (OS X 10.6 & Macbook 13" Late 2009 Unibody). This only installs 2 partitions which are Mac and Windows partition respectively. 2. Installing Windows 7 without using Boot Camp (OS X 10.6 & Macbook 13" Late 2009 Unibody). This doesn't mean not to use Boot Camp at all. We still need to install Boot Camp for drivers in Windows. This tutorial...

[Tutorial] Installing Wireless LAN (WiFi) Driver in Windows 7 on Macbook 13" Late 2009 Unibody

3:32 PM Posted by viperfx07 , , 1 comment
Update: By installing Boot Camp 3.1, you don't need to apply this fixTutorials Index1. Installing Windows 7 using Boot Camp (OS X 10.6 & Macbook 13" Late 2009 Unibody). This only installs 2 partitions which are Mac and Windows partition respectively.2. Installing Windows 7 without using Boot Camp (OS X 10.6 & Macbook 13" Late 2009 Unibody). This doesn't mean not to use Boot Camp at all. We...

[Tutorial] Installing Windows 7 on Macbook 13" Late 2009 without using Boot Camp

3:07 PM Posted by viperfx07 , , , No comments
Tutorials Index1. Installing Windows 7 using Boot Camp (OS X 10.6 & Macbook 13" Late 2009 Unibody). This only installs 2 partitions which are Mac and Windows partition respectively.2. Installing Windows 7 without using Boot Camp (OS X 10.6 & Macbook 13" Late 2009 Unibody). This doesn't mean...

[Tutorial] Installing Windows 7 on Macbook 13" Late 2009 using Boot Camp

2:16 PM Posted by viperfx07 , , , No comments
I just got a Macbook (the late 2009 one) this week and wanna use Windows 7 as my primary OS, but I want to learn to use Mac OSX 10.6 (Snow Leopard) as well. There were some problems I faced and got the solutions from reading some forums. So I wanna save the solutions & steps how to solve those problems...

Blog Reopened

2:06 PM Posted by viperfx07 No comments
After several considerations, I need to reopen my blog to save several tips and tricks in computer related things. So I announce this blog is ACTIVE aga...