Sunday, December 24, 2017
How To Get Next 10 Items In Wordpress Blog Post Feed
How To Get Next 10 Items In Wordpress Blog Post Feed


If you have anything to say or ask, Kindly make use of the comment form below. If you also want me to post a short review of your company or product, on this blog, do not hesitate to contact me.
Please, do not forget to SUBSCRIBE to this blog, so that you can be receiving future articles, freebies DIRECTLY into your email inbox, even when you are not online.
CLICK HERE TO SUBSCRIBE NOW!
Cheers!
Saturday, December 23, 2017
HowTo Using SharePoint Calculated Columns to Display Current Month List Items
HowTo Using SharePoint Calculated Columns to Display Current Month List Items
Today I was asked by a co-worker to see if I could modify their SharePoint view to only show tasks created in the current month. I knew this option was not previously available as a standard choice but I have not done any SharePoint development in years so I was hoping SharePoint Services 3.0 would have added this feature.
After spending a couple minutes in Edit List it was apparent that it was not available. A quick Google search did not produce any "easy" solutions so I thought Id blog my solution.
My solutions involved creating two computed columns (both calculated columns return Date Only values):
- Created First Day Of Month
=DATE(YEAR([Created]),MONTH([Created]),1)
- Created Last Day Of Month
=DATE(YEAR([Created]),MONTH([Created])+1,1)-1
I then added the below filters to view:

Thats it. Basically I create a computed column for the first and last day of the month when the task was created and then filter by todays date being between the two. I found this to be an easy and quick method. Please comment and let me know if there is an easier method.
Sunday, December 3, 2017
How to move items from phone Memory to SD Card in Windows Phone
How to move items from phone Memory to SD Card in Windows Phone
- Step 1: In Windows Phone go to the "application list"

- Step 2: Scroll to and open "Storage sense"

- Step 3: Tap on the "phone" option.

- Step 4: Select a category "apps + games, music, videos, podcasts, photos" (which one you want to move to the SD card)

- Step 5: if you want to move Apps from internal memory to the SD Card Select the "app"

- Step 6: Select your apps and tap move to SD


- Step 7: Finally Your app will now be moved from the phone to the SD card :-)