Browsing articles in "Microsoft"

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 »

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 »

Project NINE | Launching 29th November

Fatal Error: get('adsPerSlot') in Admin Options don't exist (not an array)!

Project NINE Web Design

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 »

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.

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…

Continue reading »

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:

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 »

Websites June Refresh :]

Fatal Error: get('adsPerSlot') in Admin Options don't exist (not an array)!

Deep Design Malta

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

Google Event Tracking Failing

Fatal Error: get('adsPerSlot') in Admin Options don't exist (not an array)!

Google Analytics Event Tracking

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

Response.End()

Fatal Error: get('adsPerSlot') in Admin Options don't exist (not an array)!

Response End

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 »

Pages:123»