Quantcast
Channel: Programming – Raymund Macaalay's Dev Blog
Browsing all 86 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Generate Multiple Worksheets by Groups in SSRS Exported Excel Spreadsheets

You might be wondering how to generate multiple dynamic worksheets in SQL Server Reporting Services, is this even possible or not? Well if you are using SQL Server 2008 R2 and above you are lucky as...

View Article


Image may be NSFW.
Clik here to view.

Synchronize Active Directory Information with Sharepoint Foundation 2013 User...

You might be wondering why should I do this when Sharepoint can do this already though User Profile Synchronization, well that is partly true because in Sharepoint Foundation 2013 and even on 2010 it...

View Article


Image may be NSFW.
Clik here to view.

How to create Data driven report subscriptions in SQL Server Standard Version

I guess you are here because you are looking for a solution that will send your SSRS reports via email to a dynamic recipient list related to your data in your SSRS report.  In SQL Servers Business...

View Article

Image may be NSFW.
Clik here to view.

Running an Intensive Process while keeping Windows Form UI Responsive

Wow its been a long time since I wrote a Windows Form application, I think I already forgot how to develop one as I now default all development to Web MVC format. Several days ago I was tasked to do a...

View Article

Image may be NSFW.
Clik here to view.

JSON Open or Save Issue on Internet Explorer

Have your Internet Explorer gave you a ‘JSON’ is undefined error? Have you ever encountered this Open or Save Issue on Internet Explorer when your trying to return a JSON Result?  Then your not alone,...

View Article


Image may be NSFW.
Clik here to view.

Active Directory Groups and Access Denied in Sharepoint 2013

Have you ever encountered this SharePoint issue where a certain user gets an Access Denied message when he accesses a certain resource in SharePoint and you already given that user the rights through a...

View Article

Place advertisment after x number of paragraphs in a post on WordPress

You might be wondering how to do you place scripts like advertisements or affiliate referrals in a post on WordPress, well you will have 3 options. First you can search for any plugin that does that...

View Article

Changing displayed advertisements depending on device

Web browsing nowadays is not done solely on a desktop computer or laptop, which means devices like phones and tablets are to be considered specially when you do advertising to your site.  Most of the...

View Article


How to place ad scripts in between post listings on index.php in WordPress

Now you just recently migrated from WordPress.com to WordPress.org and on your old WordPress you have AdWords installed, now you want to have that similar ad placement on your new WordPress install by...

View Article


Saving SSIS Variable values in SQL Database

Have you ever wondered how to make your SSIS more dynamic by putting your variable values in SQL server? Well its quite straightforward all you need to know is to enable package configuration on your...

View Article

How to remove “Revert to template” message in Sharepoint

Are you annoyed with this message “The current page has been customized from its template. Revert to template” you get from SharePoint when you had made some modifications on the html code behind? Have...

View Article

What’s with this ‘/_vti_bin/owssvr.dll’ and ‘/MSOffice/cltreq.asp’ errors on...

You might be getting the following errors below on your MVC Application and your wondering where does this come from? You looked everywhere in your solution and you’re definite you don’t have the...

View Article

How to use ApiControllers with your current MVC Application

Like me you might be starting to integrate AngularJS or any other JS Framework in your MVC Application then later on finding out you are converting a lot of your results to handle this calls.  While it...

View Article


Using Castle Windsor with Web API (ApiController)

Yesterday we started to use API Controllers and wouldn’t it be nice if we can use some inversion of control (IoC) making it extensible and reusable.  For this article you will be noticing I am using...

View Article

Using Angular JS with your Current MVC Application

With the web getting more and more interactive JavaScript frameworks is becoming a must in every web project (unless you want to code it yourself). There are a lot to choose from like Ember, Knockout,...

View Article


Rendering Images from Byte Arrays and Converting Images to Byte Arrays using...

There might be some instances that you want to render Images not from a file but from a byte array because of many different reasons.  For me I am doing this as I am getting the information from LDAP...

View Article

TAB Delimited Export in SSRS

Ever wondered how do you export TAB delimited reports in SSRS? It’s quite easy as you can configure SSRS to export it using the CSV render inside the ReportingServices rendering engine of SQL server....

View Article


A better 100% Kendo UI Grid Height

I know Kendo UI is a love and hate relationship, if things work it works it works wonderfully and if not you just sometimes want to smash your screen.  I’ve been using Kendo for quite sometime now and...

View Article

An even better 100% Kendo UI Grid Height

Two days ago I posted this article called “A better 100% Kendo UI Grid Height“, well I found an even better solution after playing around with it.  Now instead of relying with the id’s header and...

View Article

Uploading Files to SFTP Server using SSIS

By default SSIS will not give you an option to upload in an SFTP server, the only option you will see in the SSIS toolbox is for FTP so if you are planning to automate your upload function in a secure...

View Article
Browsing all 86 articles
Browse latest View live