Originally posted on Unlucky Linux:
Most of the time, I face problem in installing Apache2 in Ubuntu 14.04. I do google and google and eventually I can…
Month: January 2015
Raw MySQL and PHP for Windows 8 and IIS
Originally posted on Blue Jay SQL:
This is a tutorial on how to install PHP and MySQL onto Windows 8.1 using IIS for development purposes, and without…
MYSQL Basics
Originally posted on Technology :
Data Optimization 1. Primary Key / Foreign Key —Containing unique , non null key —Each records can be uniquly identified —Index on Primary…
A neat MySQL hack to create a VIEW with subquery in the FROM clause…
Reflections I’ve grown to love MySQL, but every now and then it has some strange restriction that temporarily stumps me. Then I discover a marvelous workaround and fall… Read more “A neat MySQL hack to create a VIEW with subquery in the FROM clause…”
SharePoint – Query String Parameters
Originally posted on audministrator:
In your development project you might need at some point in time to create a Query String Parameter. But there are some challenges…
SharePoint – Convert Drop Down Box in a New Item Form to Text Box.
Originally posted on audministrator:
It is possible to Convert drop down box in a NEW form to Text Box. Even if the list field type remains a…
SharePoint – Pass a Parameter as FILTER value to a Web Part
Originally posted on audministrator:
Click on the relevant Web Part -> Right Side -> Click on Hyperlink Keep in mind EACH WebPart has a separate Data Source…
CAML Query Builder for SharePoint 2013
Originally posted on Nishant Rana's Weblog:
Hi, Recently had to write CSOM code to fetch value of a particular list item. The following tool made it…
SharePoint – Using JQuery & SPServices
Originally posted on audministrator:
If you are developing SharePoint you just can’t get around JQuery and the marvelous SPServices. Especially if you are dealing with SharePoint Web…