2011
WhatsApp on Windows Phone OS 7 “Mango”
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
With the announcement of Skype coming to Windows Phone OS, I think that another app that might be coming on WP OS is WhatsApp Messenger. It is a cross-platform mobile messaging app which allows you to exchange messages without having to pay for SMS. Currently WhatsApp Messenger is available for iPhone, BlackBerry, Android and also Nokia.
The problem that WhatsApp messenger had with the initial release of WP7 was mainly due to the lack of permissions to access the address book and the lack of Sockets on Windows Phone 7. Continue reading »
2010
SQL Server 2005 | Add days, months and years to GetDate()
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
To get the current date in Sql Server queries and stored procedures, you use the GetDate() method. But what about to add a day or two to the current date, or add a month or years? To do it, you use the following query:
Add One Day
SELECT DateAdd(dd, 1, GetDate())
Add One Month Continue reading »
2010
Project NINE | Launching 29th November
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
Finally the day has come, for Malta to experience a new concept in web development on www.nine.com.mt. Today we just made our first advert on the timesofmalta.com as till now is going very good.
Clients will have many features for a small price. Stay tuned as we’re going to reveal more before Monday!
Why the word Project?
We chose the word project instead of concept or design for the simple fact that this website will be always evolving. There are so many things that we have ready for it. And we are the type of persons that listen.
Why Nine?
We chose the number Nine as it is a magic number. It’s amazing what Try this…
- Multiply any number by nine (be it 10, or 15, or thousands or millions).
- Then repeatedly add the digits of the resulting number until it is just one digit
- You’ll end up with NINE
Next are some examples:
2 × 9 = 18 (1 + 8 = 9)
9 × 9 = 81 (8 + 1 = 9)
234 × 9 = 2106 (2 + 1 + 0 + 6 = 9)
578329 × 9 = 5204961 (5 + 2 + 0 + 4 + 9 + 6 + 1 = 27 (2 + 7 = 9)) Continue reading »
2010
Windows Phone 7 | The Launch
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
In less than an hour, the new Windows Phone 7 OS will be unveiled by Microsoft. The launch is going to be held in NYC where they will announce the details surrounding Windows Phone 7 launch dates and devices. Engadget is going to be live there and you can read what’s happening from this link or else watch the live presentation from Microsoft here.
2010
Foxpro | Import table to Excel Error
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
Tried to import a foxpro table to an excel file but the following errors loaded…
2010
Excel | Print First Row on every page
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
To be able to print the first row on every page, you need to do the following steps:
- Go to the Page Layout Tab
- Click on the Print Titles under Page Setup. Continue reading »
2010
Free Tools | Convert Documents to PDF
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!To print out documents as PDF for email sending or otherwise, without adobe reader, you can use the Bullzip PDF Printer…
http://www.bullzip.com/products/pdf/info.php
Next are the features of bullzip: Continue reading »
2010
Websites June Refresh :]
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
Just updated my websites to be all showing the same theme.. to start the month of June in style
Previously they only had the logo but now made some touch ups and really hope you like them.
With these designs i’m trying to make an identity for my sites… following more or less the same design principles. For now they only have one page so there’s not much to see… but they are still much better than before
You can access my websites using the below links..
Deep Design is my main brand and is the one I use when developing websites for clients.
Ciappara.com is the new place that this blog will be moving to. It’s still being developed and will let you know when it’s ready.
Homes.com.mt is a new project that will be launching.. but i’ll have more details on this later
When I have more updates, I’ll let you know… btw hope you like the design
If you have any comments or suggestions (which I too have many :]) please let me know.
Regards,
Clive Ciappara
2010
Google Event Tracking Failing
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
We’ve been using Google Analytics events tracking starting from this year and they are very useful. This week we noticed that website events weren’t being tracked, and haven’t been from the beginning of May.
After checking, everytime we tried to call the pageTracker._trackEvent method, it always returned fail. After searching and testing a bit, we noticed that apparently google made some changes to the trackEvent method.
Where before they allowed the optional_value (the last parameter if the method) to be a string or a number, now it is allowed to be a number only… thus the correct params would be:
pageTracker._trackEvent(‘my_category’, ‘my_action’, ‘my_optional_label’, 14);
Hope this helped some people
It helped me
Reference: click here
2010
Response.End()
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
This is added after the text needed in the response stream is written using the Response.Write() so no other html or garbage is written in the response stream.
Without response.end() javascript will have the text and the remaining garbage.
[ex. 1] without response.end()
Response.Write(“err”);
…..
result =”err
<!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” ><head><link href=”../App_Themes/Default/Content.css” type=”text/css” rel=”stylesheet” /><link href=”../App_Themes/Default/Default.css” type=”text/css” rel=”stylesheet” /><link href=”../App_Themes/Default/EmailSender.css” type=”text/css” rel=”stylesheet” /><link href=”../App_Themes/Default/Header.css” type=”text/css” rel=”stylesheet” /><link href=”../App_Themes/Default/Header2.css” type=”text/css” rel=”stylesheet” /><link href=”../App_Themes/Default/Sidebar.css” type=”text/css” rel=”stylesheet” /><title> </title></head><body> <form name=”form1″ method=”post” action=”WebService.aspx” id=”form1″><div><input type=”hidden” name=”__VIEWSTATE” id=”__VIEWSTATE” value=”/wEPZwUPOGNjY2JiNjJiNWQ5MDI41In2qlnOWzD0wbpAPF80y1dPYTA=” /></div>
</form></body></html>” Continue reading »
Recent Posts
Favourite Links
Tags
Archives
- May 2012
- February 2012
- December 2011
- October 2011
- September 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- June 2010
- May 2010
- April 2010
- March 2010
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- September 2008
- August 2008
- June 2008
- May 2008
- March 2008
- February 2008
- November 2007
- September 2007
- July 2007
- June 2007
- May 2007
- February 2007
- January 2007
- November 2006
- October 2006
Categories
- Android
- Apple
- ASP.Net
- Blackberry OS
- CMS
- Creative Computing
- Crystal Reports
- Day to Day
- Deep Design Malta
- Design and Development
- Development Tools
- Games
- Google Analytics
- Google Gmail
- Internet Explorer
- iPhone/3G
- iPod Touch
- JavaScript
- JQuery
- Microsoft
- Microsoft SQL Server
- Microsoft Visual Studio
- MS Office
- My Blog
- NetBeans
- Off Topic
- Online Services
- Permissions
- Phones and Tablets Platforms
- Project NINE
- PSP NGP
- Quickie
- SEO
- Silverlight For WP7
- Sitefinity
- Sony
- Uncategorized
- Utilities
- VB .Net
- Windows 7
- Windows 8
- Windows Live
- Windows Mobile
- Windows Phone 7
- Windows Vista
- Wordpress
- WP Apps
- Yellow Pages











