pHine tree: My BlogSpot shows: "You flagged this blog as having objectionable content."
I think I may have just found a solution:
http://groups.google.com/group/blogger-help-troubleshoot/browse_thread/thread/8ace3debfc5a945e/28aa648f40df037c?lnk=gst&q&pli=1
It says it's related to my wireless connection, makes sense since the issue is not appearing when I connect from the office, which obviously has a better connection than here at home
Will do this when I have the time, for the meantime if ever you encounter the problem, please feel free to check the link out :)
Search This Blog
Friday, June 19, 2009
Thursday, June 18, 2009
My BlogSpot shows: "You flagged this blog as having objectionable content."
When I view my blogspot website, I get the following message at the upper right corner of the screen:
Notify Blogger about objectionable content on this page. You flagged this blog as having objectionable content.
The weird thing about it is this only appears to me when I use my personal laptop and I am totally clueless why/how?
Most definitely I do not have any objectionable content as all my entries are based from personal research and experiences as an IT developer
Nonetheless, I have started to do a research about it and did some changes already in my site and this includes removing two JS add ons: Inquirer news and World Clock.
Why? Based on my research, I found out that there are some add ons, which may attract SPAM objects and these two are ones I have newly added.
Another thing I found is contacting the blogger and informing them about the website. You have to do this from time to time to ensure that they see your request. This takes a lot of work; doing follow-ups and all.
I am still looking for ways on how to resolve this on my own and since the message is STILL appearing, my research goes on....
If you happen to know anything about this, please let me know.... I appreciate any help.
Notify Blogger about objectionable content on this page. You flagged this blog as having objectionable content.
The weird thing about it is this only appears to me when I use my personal laptop and I am totally clueless why/how?
Most definitely I do not have any objectionable content as all my entries are based from personal research and experiences as an IT developer
Nonetheless, I have started to do a research about it and did some changes already in my site and this includes removing two JS add ons: Inquirer news and World Clock.
Why? Based on my research, I found out that there are some add ons, which may attract SPAM objects and these two are ones I have newly added.
Another thing I found is contacting the blogger and informing them about the website. You have to do this from time to time to ensure that they see your request. This takes a lot of work; doing follow-ups and all.
I am still looking for ways on how to resolve this on my own and since the message is STILL appearing, my research goes on....
If you happen to know anything about this, please let me know.... I appreciate any help.
Wednesday, June 17, 2009
My addiction to RESTAURANT CITY
Due to my addiction to the said game I decided to create a post for it. As everyone may need tips and how to's to play the game, why not blog about it right? From hereon, I will be posting the good finds I saw online about it that helped me in improving my fruit of addiction... oops! I mean labor... my restaurant - One Phine Day.
Picture: That's me in Resto City! I'm one of the cooks! **winks**
TIPS and STRATEGIES:
- This link taught me that I should be keeping my crew happy in an 80% minimum for higher rating. (Source: http://kongwenbin.way2blog.net/?p=414)
- This link taught me to build maze like path to the actual dining area to give waiters longer time to serve and at the same time longer time for the customers to eat, thus resulting to happy and satisfied customers. Thumbs up = higher rating. (Source: http://kongwenbin.way2blog.net/?p=447)
- An example of arranging your tables. (Source: http://kongwenbin.way2blog.net/?p=418)
- This link gives great ways in how to strategically position your dining area. I really like this post because it's very straight forward but at the same time detailed and with useful pictures. To top it off, it gives arrangements for all number of staff! :D (Source: http://blog.tsadvanced.co.cc/?p=410)
- FAQs (Source: http://www.bukisa.com/articles/106598_facebook-restaurant-city-faq)
- How to play restaurant City? (Source: http://www.ehow.com/how_5077630_play-restaurant-city-facebookplayfish.html#)
- More tips! (Source: http://www.thingswelovetohate.com/2009/04/restaurant-city-by-playfish.html)
- More tips! (Source: http://mrs.macuha.com/internet/tips-on-restaurant-city-a-game-application-in-facebook/)
Thursday, June 4, 2009
Reporting Services on Windows Vista Redux
I think this is a good read :)
Source:
http://www.jameskovacs.com/blog/CommentView.aspx?guid=815aa158-39bb-4cd8-a73b-5febe976adef
Source:
http://www.jameskovacs.com/blog/CommentView.aspx?guid=815aa158-39bb-4cd8-a73b-5febe976adef
Reporting Services: Unable to Load Print control error
Issue:
When clicking the print button of a report viewer (from a web page), the following error message is displayed: "Unable to Load Print Control"
Resolution:
Below is the summary of installations done on how to resolve the issue:
1. Installation of SQL Server 2005 SP 2
3. Installation of KB954606 Security Update for SQL Server 2005 SP2.
When clicking the print button of a report viewer (from a web page), the following error message is displayed: "Unable to Load Print Control"
Resolution:
Below is the summary of installations done on how to resolve the issue:
1. Installation of SQL Server 2005 SP 2
- Link to Download : SQL Server 2005 SP2
- Details : This is a pre-requisite that has to be installed in the stage application server to be able to install the next point.
3. Installation of KB954606 Security Update for SQL Server 2005 SP2.
- Link to Download : Security Update for SQL Server 2005 Service Pack 2 (KB954606)
- Details : This is based from the screenshot below, which is pulled from this article: Microsoft Security Bulletin MS08-052 – Critical
SQL: Cannot delete SQL Login account
Issue:
Cannot delete SQL Login account
Other symptoms:
It says that the account to be deleted is in use
Resolution:
Disable login first before deleting. Steps are as follows:
Cannot delete SQL Login account
Other symptoms:
It says that the account to be deleted is in use
Resolution:
Disable login first before deleting. Steps are as follows:
- Go to Security > Logins > Right click the account to be deleted > Click on Properties
- In the Login properties window, click on Status
- Under Settings > Login, select 'Disabled' and click OK
Wednesday, June 3, 2009
SQL: Database Mail - Not sending
Issue:
msdb.dbo.sp_send_dbmail is not sending mail but executing successfully
Other Symptoms:
When SP with the sp_send_dbmai stored procedure, it shows that the SP has executed successfully but displays that the Mail is queued
Other Checking:
1. Management > Database Mail > View Database Mail Log
- There are no instances that the Database Mail process has started
Resolution:
1. Send a Test Email via Management > Database Mail
.. Afterwads, everything worked okay, weird but it worked for me :)
msdb.dbo.sp_send_dbmail is not sending mail but executing successfully
Other Symptoms:
When SP with the sp_send_dbmai stored procedure, it shows that the SP has executed successfully but displays that the Mail is queued
Other Checking:
1. Management > Database Mail > View Database Mail Log
- There are no instances that the Database Mail process has started
Resolution:
1. Send a Test Email via Management > Database Mail
.. Afterwads, everything worked okay, weird but it worked for me :)
Windows: Cannot login in to a server through RDC
Issue:
Cannot login in to a server through Remote Desktop connection
Other Symptoms:
Upon logging in, an error saying 'Maximum users exceeded' is being displayed
Resolution:
Cannot login in to a server through Remote Desktop connection
Other Symptoms:
Upon logging in, an error saying 'Maximum users exceeded' is being displayed
Resolution:
- Go to command priompt
- Type 'mstsc /console', RDC window will appear
- Enter server name and login
- Open taskmgr
- Go to users
- Logoff users to free up
Subscribe to:
Posts (Atom)
