2012
Facebook Cover Photo & Profile Pic Dimensions
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
So this is a quick post, but I’m always forgetting the exact sizes for Facebook’s Cover Photo and Profile Pictures.
Cover Photo Dimensions
This is easy, one size and remains the same. Cover Photo dimensions are 850 by 315 pixels.
Profile Pic Dimensions
The Profile Pic must be 200 by 200 pixels, with the visible area being 176 by 176 pixels. When you view your profile pic on Facebook, it is viewed as 125 by 125 pixels.
2012
Windows 8 Consumer Preview at MWC 2012
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
In less than an hour, Microsoft will show off its latest preview of their new operating system, Windows 8. It will be unveiled in a Press Conference at the World’s Premier Wireless Show, MWC 2012, in Barcelona (ehh wish I’m there :] ). By using the word “Consumer Preview” instead of “Beta” Microsoft is emphasizing that this OS is ready for everyday users to try on their PCs and tablets (ps. no ARM tablets for the moment). Continue reading »
2011
SQL Server | Reset Identity Column
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
When you create a table in SQL Server, you would also have an Identity Primary Key. This type of key would increase as new rows are added. But sometimes you would just need to delete all the rows and start all over again.
To restart the identity column, you could delete the column and re-add it again. This would normally work, but if you have relations with the primary key, you wouldn’t be allowed to delete it.
The next code that will make this possible, and restart the Primary Key from 0, thus the new row will be set as 1: Continue reading »
2011
Off To London
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
Tomorrow I’m off to London for a small holiday… Will try to write some posts if I find internet in a bar
… anyway… see you next Tuesday… London here we come!
2010
GoDaddy Hosting | Connect with FileZilla
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
- Open FileZilla program.
- Go to File and select Site Manager
- Click the New Site button and start entering your ftp hosting details:
- Host: enter the hostname (ex. ftp.mydomain.com, ftp://ftp.mydomain.com, ftp://www.mydomain.com)
- Port: usually it is port 21
- Server Type: FTP
- Logon Type: Normal
- User: your username that you specified in the GoDaddy Hosting
- Password: your account’s password of the username specified in “User”
- Next just click connect
You’re now being connected to your ftp account
2010
Project NINE is online | Get a site for only €9
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
Today Project NINE was launched at 09:09 this morning. It was a very busy week to make everything ready for this new project. Everyone can now get a website for only €9 per month.
With each Project NINE site, you’ll get a great website with a great design, a mobile website and a control panel. Your website will be made up of 4 pages including:
- Home,
- About Us or Services
- Find Us (Map of your business)
- Contact Us
Will give more information soon. Till Now check out this new Project here on www.nine.com.mt.
2010
Back with an iPhone… Hussahhh :)
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
After months and months with a bricked iPhone, I finally managed to get another one. So now be ready for more posts regarding iPhone Apps, the most useful, the ones I use, and the apps that help your iPhone remain in sync with anything you like (PC’s, the Cloud, Emails) etc…. plus also some reviews.
2010
All 11′s
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!
The time right now is 11:11 of the 11th day of the 11th month of the year….
Just to let you know…. oops… now it’s 11:12
2010
Convert String to GUID | Quickie
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!To convert a string to GUID you have to do the following:
string text = “6937e459-f1bd-4a20-ab10-28ff0010c15b”;
Guid myGuid = new Guid(text);
Happy Converting
2010
Get a Double Random Number | Quick Tip
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!This is useful since the Random() object can only export a double number between 0.0 and 1.0
class Program { static void Main(string[] args) { double dr = GenRand(1.0, 20.0); Console.WriteLine(dr); Console.ReadLine(); } static double GenRand(double one, double two) { Random rand = new Random(); return one + rand.NextDouble() * (two - one); } } Resources: here
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









