Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

BrianKasingli
BrianKasingli
Online

Badges

Badges
40

Accepted Solutions

Accepted Solutions
293

Likes Received

Likes Received
864

Posts

Posts
732

Discussions

Discussions
48

Questions

Questions
683

Ideas

Ideas
0

Blog Posts

Blog Posts
3
Top badges earned by BrianKasingli
Customize the badges you want to showcase on your profile
Re: Prevent Robots.txt file from getting downloaded - Adobe Experience Manager 24-08-2022
how about https://adobe-consulting-services.github.io/acs-aem-commons/features/robots-txt/index.html ?

Views

14

Like

1

Replies

0
Re: Prevent Robots.txt file from getting downloaded - Adobe Experience Manager 24-08-2022
Robots.txt, are you using https://adobe-consulting-services.github.io/acs-aem-commons/features/robots-txt/index.html or your own custom servlet?

Views

34

Like

1

Replies

2
Re: Image Lazy Loading JS libraries - Adobe Experience Manager 24-08-2022
You can try using Vanilla-LazyLoad LazyLoad is a lightweight (2.4 kB) and flexible script that speeds up your web application by deferring the loading of your below-the-fold images, animated SVGs, videos and iframes to when they will enter the viewport. It's written in plain "vanilla" JavaScript, it leverages the IntersectionObserver API, it supports responsive images, it optimizes your website for slower connections, and can enable native lazy loading. See all features for more. You can registe...

Views

25

Likes

3

Replies

0
Re: What is the proper way to package content fragments - Adobe Experience Manager 19-07-2022
Have you checked ACL privileges for everyone user? Do they have adequate permissions to view the resources?

Views

202

Like

1

Replies

1
Re: The Evolution of AEM Sites Tutorials - Adobe Experience Manager 19-07-2022
Thanks, this is great!

Views

94

Likes

2
Re: Site Templates - Adobe Experience Manager 19-07-2022
In common practice, a new AEM website is generated using the AEM Project Archetype. https://github.com/adobe/aem-project-archetypeIn the example editable template template. That's right, a template that you can make templates with. After building your newly project via AEM Project Archetype, you will find yourself a full width template under /libs/wcm/core/content/sites/templates.html/conf, for practice, try creating new templates in this section from the UI, and this does not require any coding...

Views

88

Like

1

Replies

0
Re: Can we use JCR to store files? - Adobe Experience Manager 19-07-2022
Its best practice to store digital assets inside of the AEM DAM /assets.html/content/dam, as you can set up a strategy for user permissions and rights to these resources.

Views

97

Like

1

Replies

0
Re: Need to count the items present in same category in json. - Adobe Experience Manager 19-07-2022
It really depends on the JAVA library you are using. Take some time to Google Java docs that correspond to the Java library you are using.Assuming that you are using the org.json library, you can call on the size method, for example: import org.json.simple.JSONArray; import org.json.simple.JSONObject; ... JSONArray array = new JSONArray(); array.add("e-mail: krishna_kasyap@gmail.com"); array.add("phone: 9848022338"); array.add("city: Hyderabad"); array.add("Area: Madapur"); array.add("State: Tel...

Views

35

Like

1

Replies

0
Re: Cannot publish Experience Fragment - Adobe Experience Manager 19-07-2022
@ttra123 Please ensure that your user has publishing rights to editable templates and policies under /conf. You might also want to check if you have publishing rights to the DAM images.

Views

44

Like

1

Replies

0
Re: Meaning of the requestAttribute? - Adobe Experience Manager 14-07-2022
data-sly-resource="${item.imagePath @ resourceType='xxx/components/content/image', wcmmode='disabled', requestAttributes=model.breakpoints}"

Views

131

Like

1

Replies

1